firewall/config/networks/users.nft

10 lines
71 B
Plaintext
Raw Normal View History

2021-11-07 11:14:20 +00:00
table inet firewall {
chain to_users {
}
chain from_users {
}
}