We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4060175 commit a72d197Copy full SHA for a72d197
nix/nixos-modules/routers/border.nix
@@ -255,7 +255,7 @@ in
255
type filter hook input priority filter;
256
policy drop;
257
# Show internal traffic (To the router only via the management net)
258
- iifname { bridge103, bridge104, backdoor0 } accept;
+ iifname { bridge103, bridge104, backdoor0, lo } accept;
259
# Allow traffic from Owen's network
260
ip6 saddr 2620:0:930::/48 accept;
261
# Existing Flows
0 commit comments