firewall/config/networks/prod.nft

12 lines
101 B
Plaintext
Raw Normal View History

2021-11-07 11:14:20 +00:00
table inet firewall {
chain to_prod {
iif $if_users accept
accept
}
chain from_prod {
}
}