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

V2Ray IPv6 disabled by default

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-11-05 10:22:53 +01:00 committed by suyuan
parent 39e00b5e54
commit 6643dfd880

View file

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