Fix can't share wifi spot with others on the latest v2ray
Signed-off-by: Xu Tianliang <yorutsuki@live.com>
This commit is contained in:
parent
579ebdc018
commit
2fdd6b8c39
@ -47,7 +47,7 @@ find_netstat_path() {
|
||||
probe_v2ray_listen() {
|
||||
find_netstat_path || return
|
||||
v2ray_listen=`netstat -tnlp | grep v2ray | grep LISTEN`
|
||||
if eval "echo \"${v2ray_listen}\" | grep -q :::${proxy_port}" || eval "echo \"${v2ray_listen}\" | grep -q 0.0.0.0:${proxy_port}" ; then
|
||||
if eval "echo \"${v2ray_listen}\" | grep -q :::${proxy_port}" || eval "echo \"${v2ray_listen}\" | grep -q 0.0.0.0:${proxy_port}" || eval "echo \"${v2ray_listen}\" | grep -q '\[::\]:${proxy_port}'" ; then
|
||||
v2ray_share=true
|
||||
return
|
||||
elif eval "echo \"${v2ray_listen}\" | grep -q :${proxy_port}" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user