Created
June 21, 2022 16:26
-
-
Save johsjohsjohs/cd90813e296a99d86f3b35017bc74ac0 to your computer and use it in GitHub Desktop.
This script converts https://github.com/TheSpeedX/PROXY-List format to proxychains format and than pipes it to xclip soo that i can copy and past it in proxychains.conf
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/sh | |
cat socks4| awk '{print "socks4 " $NF}' |sed 's/:/ /g' | xclip -sel clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment