Symbol revision

pull/1/head
Dct Mei 2020-03-25 15:24:49 +08:00
parent 0a87b33e41
commit 87e11835d6
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 6 additions and 6 deletions

View File

@ -135,17 +135,17 @@ if [[ "$#" -gt '0' ]]; then
;;
'-p' | '--proxy')
case "$2" in
http://*)
'http://'*)
;;
https://*)
'https://'*)
;;
socks4://*)
'socks4://'*)
;;
socks4a://*)
'socks4a://'*)
;;
socks5://*)
'socks5://'*)
;;
socks5h://*)
'socks5h://'*)
;;
*)
echo 'error: Please specify the correct proxy server address.'