firewall/config/networks/prod.nft
Corentin Canebier 2d05b19a70 initial commit
2021-11-07 12:14:20 +01:00

12 lines
101 B
Plaintext

table inet firewall {
chain to_prod {
iif $if_users accept
accept
}
chain from_prod {
}
}