@@ -7,63 +7,61 @@ Download latest build [here](https://github.com/assnctr/unfx-proxy-checker/relea
7
7
![ ] ( https://i.ibb.co/SwK6DNT/Screenshot-5.png )
8
8
9
9
## Features
10
- - Support protocols: ` http ` , ` https ` , ` socks4 ` , ` socks5 ` .
10
+ - Support protocols: ` http ` , ` https ` , ` socks4 ` , ` socks5 `
11
11
- Data capturing:
12
- - Extra data.
13
- - All data.
14
- - Retry.
12
+ - Extra data
13
+ - All data
14
+ - Retry
15
15
- Multiple judges support:
16
- - Response validation.
17
- - Swap.
16
+ - Response validation
17
+ - Swap
18
18
- 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 `
25
25
- Search by: ` ip ` , ` port `
26
- - ` country ` :
27
- - ` city ` .
28
- - ` name ` .
26
+ - Country: ` city ` , ` name `
29
27
- Export formats:
30
- - ` ip ` : ` port ` .
31
- - ` protocol ` :// ` ip ` : ` port ` .
28
+ - ` ip ` : ` port `
29
+ - ` protocol ` :// ` ip ` : ` port `
32
30
33
31
## Core
34
32
Threads:
35
- - Min ` 1 ` .
36
- - Max ` 500 ` .
33
+ - Min ` 1 `
34
+ - Max ` 500 `
37
35
38
36
Timeout:
39
- - Min ` 1000 ` ms.
40
- - Max ` 60000 ` ms.
37
+ - Min ` 1000 ` ms
38
+ - Max ` 60000 ` ms
41
39
42
40
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:
45
43
- Checking connection:
46
- - Keep-Alive.
47
- - Close.
44
+ - Keep-Alive
45
+ - Close
48
46
- Proxy types:
49
- - Mikrotik.
50
- - Squid.
47
+ - Mikrotik
48
+ - Squid
51
49
- Server:
52
- - Apache.
53
- - Nginx.
50
+ - Apache
51
+ - Nginx
54
52
- OS:
55
- - Ubuntu.
56
- - CentOS.
53
+ - Ubuntu
54
+ - CentOS
57
55
58
56
Options:
59
57
60
58
` Retry ` - Retries the check once, for each protocol separately.
61
59
62
60
## Judges
63
61
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
67
65
68
66
Options:
69
67
@@ -88,30 +86,30 @@ Options:
88
86
` Filtering ` - Enable filter through blacklists.
89
87
90
88
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
93
91
94
92
Ip addresses can be as ` single ` (127.0.0.1) or with ` mask ` (127.0.0.0/24).
95
93
96
94
Lists loads every time before start the checking (** Without progress overlay!** ).
97
95
98
96
## Results
99
97
Ports:
100
- - ` Allow ` - Allow only ` input ` ports.
101
- - ` Disallow ` - Remove ` input ` ports.
98
+ - ` Allow ` - Allow only ` input ` ports
99
+ - ` Disallow ` - Remove ` input ` ports
102
100
103
101
** TIPS** :
104
102
- Export in ` protocol ` :// ` ip ` : ` port ` , always return proxies with protocols priority:
105
- ` socks5 ` -> ` socks4 ` -> ` http ` .
103
+ ` socks5 ` -> ` socks4 ` -> ` http `
106
104
```
107
105
Example:
108
106
127.0.0.1:1337 is socks4, socks5 proxy.
109
107
110
108
Will saved as:
111
109
socks5://127.0.0.1:1337
112
110
```
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 `
115
113
116
114
## Updates
117
115
Auto checking at updates and notification is latest version available.
0 commit comments