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

Fix v2ray config

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-15 15:23:28 +02:00
parent 8ac9d01dbf
commit e508848111

View file

@ -62,7 +62,7 @@ if [ -z "$(uci -q get v2ray.main2)" ]; then
set v2ray.omrout.mux_concurrency='8'
set v2ray.omr=inbound
set v2ray.omr.alias='V2RayServer'
set v2ray.omr.listen='127.0.0.1'
set v2ray.omr.listen='::'
set v2ray.omr.port='1897'
set v2ray.omr.protocol='dokodemo-door'
set v2ray.omr.s_dokodemo_door_network='tcp'