Skip to content

Commit 033c7c5

Browse files
authored
Update README.md
1 parent 598f80b commit 033c7c5

File tree

1 file changed

+39
-41
lines changed

1 file changed

+39
-41
lines changed

README.md

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -7,63 +7,61 @@ Download latest build [here](https://github.com/assnctr/unfx-proxy-checker/relea
77
![](https://i.ibb.co/SwK6DNT/Screenshot-5.png)
88

99
## Features
10-
- Support protocols: `http`, `https`, `socks4`, `socks5`.
10+
- Support protocols: `http`, `https`, `socks4`, `socks5`
1111
- Data capturing:
12-
- Extra data.
13-
- All data.
14-
- Retry.
12+
- Extra data
13+
- All data
14+
- Retry
1515
- Multiple judges support:
16-
- Response validation.
17-
- Swap.
16+
- Response validation
17+
- Swap
1818
- Blacklists support:
19-
- Single ips.
20-
- Ips with mask.
21-
- Country checking: `city`, `name`.
22-
- Anonymity detection: `transparent`, `anonymous`, `elite`.
23-
- Sort by: `ip`, `port`, `protocols`, `anon`, `country`, `blacklists`, `keep-alive`, `extra`, `timeout`.
24-
- Filter by: `port`, `protocols`, `anon`, `country`, `blacklists`, `keep-alive`, `extra`, `timeout`.
19+
- Single ips
20+
- Ips with mask
21+
- Country checking: `city`, `name`
22+
- Anonymity detection: `transparent`, `anonymous`, `elite`
23+
- Sort by: `ip`, `port`, `protocols`, `anon`, `country`, `blacklists`, `keep-alive`, `extra`, `timeout`
24+
- Filter by: `port`, `protocols`, `anon`, `country`, `blacklists`, `keep-alive`, `extra`, `timeout`
2525
- Search by: `ip`, `port`
26-
- `country`:
27-
- `city`.
28-
- `name`.
26+
- Country: `city`, `name`
2927
- Export formats:
30-
- `ip` : `port`.
31-
- `protocol` :// `ip` : `port`.
28+
- `ip` : `port`
29+
- `protocol` :// `ip` : `port`
3230

3331
## Core
3432
Threads:
35-
- Min `1`.
36-
- Max `500`.
33+
- Min `1`
34+
- Max `500`
3735

3836
Timeout:
39-
- Min `1000` ms.
40-
- Max `60000` ms.
37+
- Min `1000` ms
38+
- Max `60000` ms
4139

4240
Data capturing:
43-
- `Capture full data` - Capture and save all response data (`judge`, `body`, `timings`, `headers`) for looking at the results page.
44-
- `Capture extra data` - Parses response body at server signatures.
41+
- `Capture full data` - Capture and save all response data (`judge`, `body`, `timings`, `headers`) for looking at the results page
42+
- `Capture extra data` - Parses response body at server signatures:
4543
- Checking connection:
46-
- Keep-Alive.
47-
- Close.
44+
- Keep-Alive
45+
- Close
4846
- Proxy types:
49-
- Mikrotik.
50-
- Squid.
47+
- Mikrotik
48+
- Squid
5149
- Server:
52-
- Apache.
53-
- Nginx.
50+
- Apache
51+
- Nginx
5452
- OS:
55-
- Ubuntu.
56-
- CentOS.
53+
- Ubuntu
54+
- CentOS
5755

5856
Options:
5957

6058
`Retry` - Retries the check once, for each protocol separately.
6159

6260
## Judges
6361
Currently active:
64-
- `SSL` - Use this judge only for HTTPS requests. If disabled - uses as 'usual' for HTTP/SOCKS4/SOCKS5.
65-
- `Validate` - Enable response validation.
66-
- `Validate String` - Response will be valid is this string was found in response body.
62+
- `SSL` - Use this judge only for HTTPS requests. If disabled - uses as 'usual' for HTTP/SOCKS4/SOCKS5
63+
- `Validate` - Enable response validation
64+
- `Validate String` - Response will be valid is this string was found in response body
6765

6866
Options:
6967

@@ -88,30 +86,30 @@ Options:
8886
`Filtering` - Enable filter through blacklists.
8987

9088
Add new:
91-
- `Title` - Must be an unique.
92-
- `Url` or `Path` - Must be an unique.
89+
- `Title` - Must be an unique
90+
- `Url` or `Path` - Must be an unique
9391

9492
Ip addresses can be as `single` (127.0.0.1) or with `mask` (127.0.0.0/24).
9593

9694
Lists loads every time before start the checking (**Without progress overlay!**).
9795

9896
## Results
9997
Ports:
100-
- `Allow` - Allow only `input` ports.
101-
- `Disallow` - Remove `input` ports.
98+
- `Allow` - Allow only `input` ports
99+
- `Disallow` - Remove `input` ports
102100

103101
**TIPS**:
104102
- Export in `protocol` :// `ip` : `port`, always return proxies with protocols priority:
105-
`socks5` -> `socks4` -> `http`.
103+
`socks5` -> `socks4` -> `http`
106104
```
107105
Example:
108106
127.0.0.1:1337 is socks4, socks5 proxy.
109107
110108
Will saved as:
111109
socks5://127.0.0.1:1337
112110
```
113-
- `Double click` - select or deselect all countries.
114-
- `Search` - may contain multi words, separated by `space`.
111+
- `Double click` - select or deselect all countries
112+
- `Search` - may contain multi words, separated by `space`
115113

116114
## Updates
117115
Auto checking at updates and notification is latest version available.

0 commit comments

Comments
 (0)