1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix IPv6 NAT66 support

This commit is contained in:
Ycarus 2019-03-11 19:35:49 +01:00
parent 0ba9a34100
commit d88541cddc
4 changed files with 9 additions and 7 deletions

View file

@ -390,7 +390,7 @@ rules_up() {
config_foreach ss_rules_restart "$cfgtype" "$cfgtype"
done
ss_rules
#[ "$(uci -q get openmptcprouter.settings.disable_ipv6)" = "1" ] || ss_rules6
[ "$(uci -q get openmptcprouter.settings.disable_ipv6)" = "1" ] || ss_rules6
[ -f /etc/init.d/omr-bypass ] && /etc/init.d/omr-bypass reload
}