xin/hosts/router/router.nft

7 lines
118 B
Plaintext

table ip nat {
chain postrouting {
type nat hook postrouting priority 100
oifname enp5s0f0 masquerade
}
}