Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Jul 29, 2024
1 parent 3623192 commit eab9238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-socks5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install_socks5(){
CURL_OUTPUT=$(curl -s ip.sb --socks5 $SOCKS5_USER:$SOCKS5_PASS@localhost:$SOCKS5_PORT)
if [[ $CURL_OUTPUT =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "代理创建成功,返回的IP是: $CURL_OUTPUT"
echo "socks://${SOCKS5_USER}:${SOCKS5_PASS}@${CURL_OUTPUT}:${SOCKS5_PORT}#PL-serv00_SOCKS"
echo "socks://${SOCKS5_USER}:${SOCKS5_PASS}@${CURL_OUTPUT}:${SOCKS5_PORT}"
else
echo "代理创建失败,请检查自己输入的内容。"
fi
Expand Down

0 comments on commit eab9238

Please sign in to comment.