SortProxy
Overview
SortProxy is a fast proxy list management utility.
- merge: merge multiple files into one
- sort: sorts the proxies by IP address, using a parallel DNS lookup
as required
- dedupe: removes any duplicates by IP address and port
- format conversion: accepts many different formats and outputs the standard
"address:port fqdn" format for use by other utilities.
The most detailed information about sortProxy is in the code itself, and
is available by using
perldoc sortProxy.pl
from the command line.