You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ Proxy server will stopped, all configuration files, firewalls, shedulers and so
43
43
44
44
**Command line arguments:**
45
45
46
-
-`-s` or `--subnet` - IPv6 [subnet](https://docs.netgate.com/pfsense/en/latest/network/ipv6/subnets.html), fully dedicated for your server. `16`, `32`, `48`, `64`, `80`, `96` or `112`, default `64`
46
+
-`-s` or `--subnet` - IPv6 [subnet](https://docs.netgate.com/pfsense/en/latest/network/ipv6/subnets.html), fully allocated on your server. Any subnet divisible by 4 (for example, `48` or `56`), default `64`
47
47
-`-c` or `--proxy-count` - The total number of proxies you want to have (from 1 to 10000)
48
48
-`-t` or `--proxies-type` - Proxies type - `http` or `socks5`. Default `http`, if no value provided
49
49
-`-u` or `--username` - All proxies auth login
50
-
-`-p` or `--password` - All proxies auth password (if you specify neither username not password, proxy will run without authentification)
50
+
-`-p` or `--password` - All proxies auth password (if you specify neither username not password, proxy will run without authentication)
51
51
-`--random` - bool parameter without value, if used, each backconnect proxy will have random username and password, that will be written in backconnect proxies file (`-f` argument)
52
52
-`--start-port` - backconnect IPv4 start port. If you create 1500 proxies and `start-port` is `20000`, and server external IPv4 is, e.g,`180.113.14.28` you can connect to proxies using `180.113.14.28:20000`, `180.113.14.28:20001` and so on until `180.113.14.28:21500`
53
53
-`-r` or `--rotating-interval` - rotation interval of entire proxy pool in minutes. At the end of each interval, output (external IPv6) addresses of all proxies are changed and proxy server is restarted, which breaks existing connections for a few seconds. From 0 to 59, default value - `0` (rotating disabled)
0 commit comments