Add files via upload

This commit is contained in:
kneutron 2024-10-25 14:47:13 -06:00 committed by GitHub
parent 1244269fbd
commit 1e06ccf9be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
setproxy.sh Normal file
View File

@ -0,0 +1,9 @@
# SOURCE me
#ip="192.168.1.250"
ip="192.168.1.251"
export http_proxy=http://"$ip":3128
export https_proxy=http://"$ip":3128
export ftp_proxy=http://"$ip":3128
export no_proxy=localhost
set|grep proxy=