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

10 lines
71 B
Plaintext

table inet firewall {
chain to_users {
}
chain from_users {
}
}