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
* To run on a random sample of size 20 of the subnets and minimum acceptable download and upload speed of 10 KBps with the default config
116
+
115
117
```bash
116
118
python3 cfscanner.py -t 8 -DS 10 -US 10 -r 20
117
-
```
119
+
```
118
120
119
121
---
120
122
121
-
## <aname="anchor-args"></a>Arguments
123
+
## `<a name="anchor-args"></a>`Arguments
122
124
123
125
To use this tool, you can specify various options as follows:
124
126
@@ -134,10 +136,10 @@ To see the help message, use the `--help` or `-h` option.
134
136
subnet in cidr notation (v4 or v6). If not provided, the program will
135
137
read the list of cidrs from [https://github.com/MortezaBashsiz/CFScanner/blob/main/bash/cf.local.iplist](https://github.com/MortezaBashsiz/CFScanner/blob/main/bash/cf.local.iplist).
136
138
*`--sample`, `-r`: Size of the random sample to take from each subnet. The sample size can either
137
-
be a float between 0 and 1 ($0 < s < 1$) or an integer ($ s \ge 1$). If it is a float, it will be
138
-
interpreted as a percentage of the subnet size. If it is an integer, it
139
-
will be interpreted as the number of ips to take from each subnet. If
140
-
not provided, the program will take all ips from each subnet
139
+
be a float between 0 and 1 ($0 < s < 1$) or an integer ($ s \ge 1$). If it is a float, it will be
140
+
interpreted as a percentage of the subnet size. If it is an integer, it
141
+
will be interpreted as the number of ips to take from each subnet. If
142
+
not provided, the program will take all ips from each subnet
141
143
142
144
#### Xray Config Options
143
145
@@ -210,7 +212,7 @@ Contributors names and contact info
210
212
* Fixed a bug in the min UL speed, especially for ``min_upload_speed = 0``
0 commit comments