Added new post
This commit is contained in:
parent
804cdf676a
commit
d663bb0af2
@ -37,19 +37,20 @@ I had a backup DNS server as well, but after looking into the VM (that was still
|
||||
<p>
|
||||
Here is the commands it did to whitelist DNS (running firewalld as a device side firewall)
|
||||
</p>
|
||||
<blockquote>
|
||||
firewall-cmd --perm --zone=public --add-service=dns
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
firewall-cmd --reload
|
||||
</blockquote>
|
||||
|
||||
<pre bash>
|
||||
firewall-cmd --perm --zone=public --add-service=dns
|
||||
|
||||
firewall-cmd --reload
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
After checking that DNS was resolving with dig, I was able to visit my site with no more issues.
|
||||
</p>
|
||||
<blockquote>
|
||||
dig blog.tristanancelet.com
|
||||
</blockquote>
|
||||
|
||||
<pre bash>
|
||||
dig blog.tristanancelet.com
|
||||
</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -17,12 +17,16 @@ 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)
|
||||
|
||||
{{{bash
|
||||
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.
|
||||
|
||||
{{{bash
|
||||
dig blog.tristanancelet.com
|
||||
}}}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user