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:
parent
c8474c8580
commit
7a5826bea4
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue