We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6613ed7 commit b21b7e3Copy full SHA for b21b7e3
nix/nixos-modules/routers/border.nix
@@ -244,7 +244,7 @@ in
244
type filter hook input priority filter;
245
policy drop;
246
# Show internal traffic (To the router only via the management net)
247
- iifname { bridge103 backdoor0 } accept;
+ iifname { bridge103, backdoor0 } accept;
248
# Allow traffic from Owen's network
249
ip6 saddr 2620:0:930::/48 accept;
250
# Existing Flows
0 commit comments