nixos/home/routing-common: Add trusted AS211024 to input chain
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 20m12s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 20m12s
This commit is contained in:
parent
4e3ff0a466
commit
bba87ef73b
@ -325,6 +325,7 @@ in
|
|||||||
''
|
''
|
||||||
table inet filter {
|
table inet filter {
|
||||||
chain input {
|
chain input {
|
||||||
|
${lib.my.c.as211024.nftTrust}
|
||||||
iifname base meta l4proto { udp, tcp } th dport domain accept
|
iifname base meta l4proto { udp, tcp } th dport domain accept
|
||||||
iifname lan-core meta l4proto vrrp accept
|
iifname lan-core meta l4proto vrrp accept
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user