Regenerated index

This commit is contained in:
2023-09-05 21:39:53 -05:00
parent 7d79fa5cc3
commit 34dc5f675f
5 changed files with 23 additions and 15 deletions

View File

@@ -39,9 +39,8 @@ Here is the commands it did to whitelist DNS (running firewalld as a device side
</p>
<pre bash>
firewall-cmd --perm --zone=public --add-service=dns
firewall-cmd --reload
firewall-cmd --perm --zone=public --add-service=dns
firewall-cmd --reload
</pre>
<p>
@@ -49,7 +48,7 @@ After checking that DNS was resolving with dig, I was able to visit my site with
</p>
<pre bash>
dig blog.tristanancelet.com
dig blog.tristanancelet.com
</pre>
</body>