From bd62aab518f691c7104f3ef228c04d9444709b29 Mon Sep 17 00:00:00 2001 From: markmental Date: Mon, 14 Sep 2026 14:03:09 -0400 Subject: [PATCH] replace iptables refs in install guide with nftables --- board/mentalnet/INSTALL-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/mentalnet/INSTALL-GUIDE.md b/board/mentalnet/INSTALL-GUIDE.md index 3314df3..65a947d 100644 --- a/board/mentalnet/INSTALL-GUIDE.md +++ b/board/mentalnet/INSTALL-GUIDE.md @@ -52,7 +52,7 @@ Services started at boot: | dropbear | SSH server, port 22 | | chronyd | NTP time sync | | crond | cron daemon | -| iptables | firewall rules | +| nftables | firewall rules | DNS from DHCP works on the live CD too: `/etc/resolv.conf` is a symlink into tmpfs that `udhcpc` writes through.