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>

View File

@@ -20,10 +20,17 @@
<hr />
</p>
<p>
<a href="blog-issue.html">Blog Issue (2023/09/05)</a>
<a href="hello-world.html">Hello World (2023/09/02)</a>
</p>
<ul>
<li>
<a href="blog-issue.html">Blog Issue (2023/09/05)</a>
</ul>
<ul>
<li>
<a href="hello-world.html">Hello World (2023/09/02)</a>
</ul>
</body>
</html>