[F] Fix proxy casing
This commit is contained in:
+4
-1
@@ -308,7 +308,10 @@ setproxy() {
|
||||
full="$addr:$port"
|
||||
export https_proxy="http://$full"
|
||||
export http_proxy="http://$full"
|
||||
export all_proxy="socks5://$full"
|
||||
export all_proxy="http://$full"
|
||||
export HTTPS_PROXY="http://$full"
|
||||
export HTTP_PROXY="http://$full"
|
||||
export ALL_PROXY="http://$full"
|
||||
color "&aUsing proxy! $full&r"
|
||||
|
||||
prompt-set 30 "🌎 "
|
||||
|
||||
Reference in New Issue
Block a user