Skip to content

Commit 886a3bd

Browse files
authored
Update README.md
add more text to the run section
1 parent 4735a9f commit 886a3bd

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,23 @@ so it should support most versions that you would want to use.
6161

6262
## Run the Proxy
6363

64-
`./scoreproxy -start 10.1.0.1 -end 10.100.255.254`
64+
Help text:
65+
```
66+
Usage of ./scoreproxy:
67+
-end string
68+
End IP of the range (e.g., 10.100.255.255)
69+
-port int
70+
Port on which the SOCKS5 proxy will listen (default 1080)
71+
-start string
72+
Start IP of the range (e.g., 10.1.0.0)
73+
```
74+
75+
Running:
76+
```
77+
./scoreproxy -start 10.1.0.1 -end 10.100.255.254
78+
2025/04/09 23:26:16 Using IP range from 10.1.0.1 (167837697) to 10.100.255.254 (174391294)
79+
2025/04/09 23:26:16 Starting SOCKS5 server on 0.0.0.0:1080
80+
```
6581

6682
## Let the Proxying Begin
6783

0 commit comments

Comments
 (0)