diff --git a/src/core.sh b/src/core.sh index 66c29fe50..b82642b26 100644 --- a/src/core.sh +++ b/src/core.sh @@ -1303,7 +1303,7 @@ get() { net=socks [[ ! $is_socks_user ]] && is_socks_user=233boy [[ ! $is_socks_pass ]] && is_socks_pass=$uuid - json_str='settings:{auth:"password",accounts:[{user:'\"$is_socks_user\"',pass:'\"$is_socks_pass\"'}],udp:true}' + json_str='settings:{auth:"password",accounts:[{user:'\"$is_socks_user\"',pass:'\"$is_socks_pass\"'}],udp:true,ip:"0.0.0.0"}' ;; *) err "无法识别协议: $is_config_file" diff --git a/v2ray.sh b/v2ray.sh index 20e22010f..dd086ff62 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -1,6 +1,6 @@ #!/bin/bash args=$@ -is_sh_ver=v4.21 +is_sh_ver=v4.22 . /etc/v2ray/sh/src/init.sh