diff --git a/deploy_router b/deploy_router index bfa7f00..d707ce5 100755 --- a/deploy_router +++ b/deploy_router @@ -7,7 +7,7 @@ export target=$1 config=./router/opt/etc/v2ray.json if [ ! -e "$config" ];then - echo "Please create ${config} or generate it use deploy_v2ray+ss_to_vps before deploy to router." + echo "Please create ${config} or generate it use ./deploy_server before deploy to router." exit fi diff --git a/deploy_server b/deploy_server index 4b11213..1a7879a 100755 --- a/deploy_server +++ b/deploy_server @@ -38,7 +38,7 @@ set -eu # 为了让 QUIC 协议可以工作,这个必须。 # package compile-tools -v2ray_version=4.43.0 +v2ray_version=4.44.0 arch=linux-64 mkdir -p /usr/bin/v2ray diff --git a/predownloaded_binary/v2ray-linux-64.zip b/predownloaded_binary/v2ray-linux-64.zip index 482adf8..8fa8f8d 100644 Binary files a/predownloaded_binary/v2ray-linux-64.zip and b/predownloaded_binary/v2ray-linux-64.zip differ diff --git a/predownloaded_binary/v2ray-linux-arm32-v5.zip b/predownloaded_binary/v2ray-linux-arm32-v5.zip index d66f9ad..39dca2b 100644 Binary files a/predownloaded_binary/v2ray-linux-arm32-v5.zip and b/predownloaded_binary/v2ray-linux-arm32-v5.zip differ diff --git a/router/opt/etc/toggle_proxy.sh b/router/opt/etc/toggle_proxy.sh index 365c51f..9860e19 100644 --- a/router/opt/etc/toggle_proxy.sh +++ b/router/opt/etc/toggle_proxy.sh @@ -158,6 +158,8 @@ function enable_proxy () { echo ' => Proxy is enabled.' } +echo "Using config file ${v2ray_config}." + if [ "$1" == 'disable' ]; then disable_proxy elif [ "$1" == 'enable' ]; then