From 7270c1a16d1624cb1d0f518e46c33db3869d07f7 Mon Sep 17 00:00:00 2001 From: 233boy <31657650+233boy@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:07:45 +0800 Subject: [PATCH] fix socks udp --- src/core.sh | 2 +- v2ray.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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