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

This commit is contained in:
Jack O'Sullivan 2023-12-23 12:33:10 +00:00
parent 4e3ff0a466
commit bba87ef73b

View File

@ -325,6 +325,7 @@ in
''
table inet filter {
chain input {
${lib.my.c.as211024.nftTrust}
iifname base meta l4proto { udp, tcp } th dport domain accept
iifname lan-core meta l4proto vrrp accept
}