summaryrefslogtreecommitdiffstats
path: root/content/posts/home-server-part-4.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-02 15:33:34 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-02 16:21:05 +0200
commit695614902ba24f14e06a42982c62132d3b5015d4 (patch)
treedafc38357a1d93312b4f6983ae83eddeb63311af /content/posts/home-server-part-4.md
parent5a05ca47edca3a5cf8fad2e19a533faaa1c7b362 (diff)
Use figures instead of plain images
Diffstat (limited to 'content/posts/home-server-part-4.md')
-rw-r--r--content/posts/home-server-part-4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/home-server-part-4.md b/content/posts/home-server-part-4.md
index a53c316..1eff36f 100644
--- a/content/posts/home-server-part-4.md
+++ b/content/posts/home-server-part-4.md
@@ -19,7 +19,7 @@ I already have a private network (`192.168.0.0/16`) that uses my pfSense router
The host will also be connected directly to the ISP's network using its second interface (`wan0`). This interface will get its IP using DHCP. Packets to the internet, as well as packets to public services running on the FreeBSD host go through this interface.
-![A simplified diagram showing the two interfaces](/files/pursotin_network.svg)
+{{ fig(src="/files/pursotin_network.svg", alt="A simplified diagram showing the two interfaces") }}
A dual interface set up like this is simple in theory, but there are important nuances, e.g. regarding return traffic routing and DNS.