Created
December 16, 2020 15:32
-
-
Save lwertugrul/f02dc9da366d943d78d3ddcb34c1f0e5 to your computer and use it in GitHub Desktop.
Proxy All Server Socket Method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Proxy All Server Socket Method By T13R | |
# Use = chmod +x t1rox.sh && bash t1rox.sh > /dev/null 2>/dev/null & | |
while : | |
do | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
sleep 2 | |
export http_proxy=ip:port | |
export https_proxy=ip:port | |
export ftp_proxy=ip:port | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment