We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4735a9f commit 886a3bdCopy full SHA for 886a3bd
1 file changed
README.md
@@ -61,7 +61,23 @@ so it should support most versions that you would want to use.
61
62
## Run the Proxy
63
64
-`./scoreproxy -start 10.1.0.1 -end 10.100.255.254`
+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
81
82
## Let the Proxying Begin
83
0 commit comments