|
|
Exclusion List (ban list)
You can exclude (block) proxy IP ranges from verification. This list
of "banned" IP addresses is stored in file excluded.txt in
Hiproxy's
directory. Enter one IP address or range per line. The following formats are supported:
| Format |
Will Exclude |
| 123.231.111.222 |
only IP address 123.231.111.222 |
| 123.231.* |
range from 123.231.0.0 to 123.231.255.255 |
| 123.* |
range from 123.0.0.0 to 123.255.255.255 |
| 123.231.* - 123.250.* |
range from 123.231.0.0 to 123.250.255.255 |
Support for Blocklist Manager
Hiproxy can handle over 100,000 ban ranges in file excluded.txt, if pre-sorted.
Download and install Blocklist Manager (www.bluetack.co.uk), run it and do the following:
- Click toolbar button Sources > Options > Sources > select one or more > Enable > Apply >
Ok.
- Click toolbar button Download and wait for download
- Click toolbar button Convert > select Output for "Generic - IP range - UnPaded" > hit Convert button > Save As > excluded.txt
(in your Hiproxy directory).
- Add a separate line at the top of file excluded.txt with the string
'SORTED. This will prevent HiProxy from sorting ranges in the file - a
slow procedure for 60K+ ranges.
|