Typo 'prerouting' v. 'postrouting'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
jeltz 2021-03-10 04:08:10 +01:00
parent a9a734f51d
commit fed9c9f6cc

View file

@ -15,10 +15,10 @@ table ip nat {
} }
chain postrouting { chain postrouting {
type nat hook prerouting priority 100 type nat hook postrouting priority 100
policy accept policy accept
# oifname $wan_iface goto snat_to_wan oifname $wan_iface goto snat_to_wan
} }
} }