[F] Fix proxy casing

This commit is contained in:
2025-03-22 20:14:03 -04:00
committed by GitHub
parent ee9909d166
commit 2e82f06f96
+4 -1
View File
@@ -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 "🌎 "