🧑‍💻 [pi4] Allow all traffic from local network

This commit is contained in:
2025-05-31 15:38:42 +00:00
parent 1f2ea2d5fa
commit d614495a2c

View File

@ -12,8 +12,7 @@
localIPv4Range = "192.168.10.0/24";
in
''
ip saddr ${localIPv4Range} tcp dport 22 accept
ip saddr ${localIPv4Range} udp dport 22 accept
ip saddr ${localIPv4Range} accept
'';
};
nftables.enable = true;