diff --git a/Site/blog-issue.html b/Site/blog-issue.html index 64bf136..4b79348 100644 --- a/Site/blog-issue.html +++ b/Site/blog-issue.html @@ -37,14 +37,10 @@ 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)

- -
    -
  1. -Adding the DNS service to the public zone and reloading firewalld to make sure the config change takes - firewall-cmd --perm --zone=public --add-service=dns - firewall-cmd --reload - -
+
+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. diff --git a/blog/blog-issue.wiki b/blog/blog-issue.wiki index f3f8797..6422828 100644 --- a/blog/blog-issue.wiki +++ b/blog/blog-issue.wiki @@ -17,7 +17,6 @@ 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) - # Adding the DNS service to the public zone and reloading firewalld to make sure the config change takes firewall-cmd --perm --zone=public --add-service=dns firewall-cmd --reload