Skip to content

Commit ac38b09

Browse files
committed
Update README.md, release version
1 parent fc07778 commit ac38b09

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
1.0.0

0 commit comments

Comments
 (0)