From 804cdf676a81549f5f8826736957b8a8ded325e3 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Tue, 5 Sep 2023 21:29:26 -0500 Subject: [PATCH] Added new post --- Site/blog-issue.html | 2 ++ blog/blog-issue.wiki | 1 + 2 files changed, 3 insertions(+) diff --git a/Site/blog-issue.html b/Site/blog-issue.html index 4b79348..72d5369 100644 --- a/Site/blog-issue.html +++ b/Site/blog-issue.html @@ -39,6 +39,8 @@ Here is the commands it did to whitelist DNS (running firewalld as a device side

firewall-cmd --perm --zone=public --add-service=dns +
+
firewall-cmd --reload
diff --git a/blog/blog-issue.wiki b/blog/blog-issue.wiki index 6422828..992a152 100644 --- a/blog/blog-issue.wiki +++ b/blog/blog-issue.wiki @@ -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.