Added new post

This commit is contained in:
Tristan Ancelet 2023-09-05 21:29:26 -05:00
parent 0d5881d1dc
commit 804cdf676a
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,8 @@ Here is the commands it did to whitelist DNS (running firewalld as a device side
</p>
<blockquote>
firewall-cmd --perm --zone=public --add-service=dns
</blockquote>
<blockquote>
firewall-cmd --reload
</blockquote>

View File

@ -18,6 +18,7 @@ I had a backup DNS server as well, but after looking into the VM (that was still
Here is the commands it did to whitelist DNS (running firewalld as a device side firewall)
firewall-cmd --perm --zone=public --add-service=dns
firewall-cmd --reload
After checking that DNS was resolving with dig, I was able to visit my site with no more issues.