File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ProxyPivot is a simple yet powerful Golang-based HTTP proxy server that routes r
1010- ** Logging** : Logs each request and the selected proxy for easy debugging.
1111
1212## ToDo:
13- - fix proxy formats
1413- handle bad proxies
1514- add blacklists
1615- more flexible proxy rotation logic
@@ -68,12 +67,16 @@ docker run -d -p 8080:8080 -e PROXY_USER=yourUsername -e PROXY_PASS=yourPassword
6867 The ` proxy_list.txt ` file should include proxies in the following formats:
6968
7069 ```
70+ ip:port
71+ ip:port:username:password
7172 http://ip:port
7273 http://username:password@ip:port
7374 https://ip:port
7475 https://username:password@ip:port
7576 socks://ip:port
7677 socks://username:password@ip:port
78+ socks4://ip:port
79+ socks4://username:password@ip:port
7780 socks5://ip:port
7881 socks5://username:password@ip:port
7982 ```
Original file line number Diff line number Diff line change 1- 0.1 .0
1+ 1.0 .0
You can’t perform that action at this time.
0 commit comments