Skip to content

Commit

Permalink
Bump version to use v2ray-core 4.44.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Dec 6, 2021
1 parent a002f99 commit d94e7df
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_router
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deploy_server
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified predownloaded_binary/v2ray-linux-64.zip
Binary file not shown.
Binary file modified predownloaded_binary/v2ray-linux-arm32-v5.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions router/opt/etc/toggle_proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d94e7df

Please sign in to comment.