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

V2Ray IPv6 disabled by default

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-11-05 10:22:53 +01:00
parent c8474c8580
commit 7a5826bea4

View file

@ -12,7 +12,6 @@ if [ -z "$(uci -q get v2ray.main)" ]; then
set v2ray.main.enabled='0' set v2ray.main.enabled='0'
set v2ray.main.outbounds='omrout' set v2ray.main.outbounds='omrout'
set v2ray.main.inbounds='omr' set v2ray.main.inbounds='omr'
add_list v2ray.main.inbounds='omr6'
add_list v2ray.main.inbounds='omrtest' add_list v2ray.main.inbounds='omrtest'
set v2ray.main_dns=dns set v2ray.main_dns=dns
set v2ray.main_dns.hosts='example.com|127.0.0.1' set v2ray.main_dns.hosts='example.com|127.0.0.1'