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:
parent
39e00b5e54
commit
6643dfd880
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.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'
|
||||
|
|
Loading…
Reference in a new issue