Typo 'prerouting' v. 'postrouting'
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a9a734f51d
commit
fed9c9f6cc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue