maintain update

This commit is contained in:
fancy
2020-04-28 20:15:17 +08:00
parent daa68f20ea
commit b8204126c5
3 changed files with 13 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ case $i in
ip route flush table $table
ip -6 rule delete fwmark $mark_proxy lookup $table
ip -6 route flush table $table
## may not exist, just ignore, and tracking their existence is reliable
## may not exist, just ignore, and tracking their existence is not reliable
iptables -t nat -D POSTROUTING -m addrtype ! --src-type LOCAL -j MASQUERADE &> /dev/null
ip6tables -t nat -D POSTROUTING -m addrtype ! --src-type LOCAL -j MASQUERADE &> /dev/null
exit 0