Open alexey-vostrikov opened 2 weeks ago
If possible, you could implement this functionality yourself and provide PR. Otherwise, I'll have to wait until I have time.
One more thing, now filtering by ports using the p
flag has been implemented. Which can be described several times. Thus, if you plan to filter by ports 80 and 2000, you need to use the following flags:
tor-relay-scanner -p 80 -p 2000
For example i want to filter out briges on ports 80 and 2000 tor-relay-scanner -xp 80,2000
also colon separated list for ports is a must have option