Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Jun 3, 2022
1 parent 39193de commit 9b158e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/socks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ _socks_ask() {
socks_user_config
socks_pass_config
pause
open_port $new_socks_port
# open_port $new_socks_port
backup_config +socks
socks_port=$new_socks_port
socks_username=$new_socks_username
Expand Down Expand Up @@ -125,7 +125,7 @@ disable_socks() {
echo
pause
backup_config -socks
del_port $socks_port
# del_port $socks_port
socks=''
config
echo
Expand Down
2 changes: 1 addition & 1 deletion v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1

_version="v3.55"
_version="v3.56"

cmd="apt-get"

Expand Down

0 comments on commit 9b158e4

Please sign in to comment.