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

Fix v2ray when IPv6 disabled

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

View file

@ -87,7 +87,7 @@ if [ -z "$(uci -q get v2ray.main)" ]; then
EOF
fi
uci -q batch <<-EOF >/dev/null
set v2ray.omr.listen='::'
set v2ray.omr.listen='0.0.0.0'
commit v2ray
EOF