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

Fix omr-bypass and some IPv6 support on shadowsocks

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-14 09:41:56 +02:00
parent 46903d6b6a
commit c912740c2b
2 changed files with 39 additions and 28 deletions

View file

@ -406,7 +406,7 @@ start_service() {
config_foreach _bypass_proto dpis
[ -z "$RELOAD" ] && /etc/init.d/dnsmasq restart
[ -n "$RELOAD" ] && /etc/init.d/dnsmasq restart
[ -n "$RELOAD" ] && /etc/init.d/dnsmasq reload
logger -t "omr-bypass" "OMR-ByPass is running"
}