top | item 41942302

(no title)

damir | 1 year ago

Out of curiosity, I checked and got bot hits from 20k+ unique IPs just in the last 10 days... Can easily set up bot IP lookup API...

discuss

order

Joel_Mckay|1 year ago

High frequency state-change propagation don't scale well on APIs. In such setups, one ends up paying for the connection setup/tear-down, and handling clients concurrency gets expensive.

Usually, a per-user access token with a 5 download limit per day is good enough, and can be scripted into peoples blacklist generation cycle.

Keep in mind, some ban-lists take awhile to compile and remove redundant subnets etc. It is important to hit the proxy/tor exit nodes first, than the usual country codes for nuisance traffic from users.

Have a nice day, =3