Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

rotating proxy server

License

NotificationsYou must be signed in to change notification settings

sloweax/proxyrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: proxyrot [OPTION...]OPTION:     -h,--help                      shows usage and exits     -v,--version                   shows version and exits     -P,--proxies FILE              add proxies from FILE     -n,--no-auth                   allow no auth authentication     -u,--userpass USER:PASS        use USER:PASS as authentication     -p,--port PORT                 listen on PORT (1080 by default)     -a,--addr ADDR                 bind on ADDR (127.0.0.1 by default)     -w,--workers WORKERS           number of WORKERS (8 by default)     -t,--timeout SECONDS           set connection timeout (10 by default)     -r,--retry                     if proxy connection fail, try another

Build

Make sure you havegcc andmake installed

git clone https://github.com/sloweax/proxyrotcd proxyrotmake install

Example

$ cat proxies# protocol host port [options]socks5 77.77.77.77 9050socks5 11.22.33.44 123 user passsocks5 proxy.com 1080 user# you can also chain proxiessocks5 1.2.3.4 user pass | socks5 4.3.2.1
$ proxyrot -n -P proxieslistening on 0.0.0.0:1080
$ for i in {1..10}; do curl ifconfig.me -x socks5://127.0.0.1:1080; echo; done77.77.77.7711.22.33.4443.85.12.24.3.2.177.77.77.7711.22.33.4443.85.12.24.3.2.1...

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp