Comment on Do bots/scrapers check uncommon ports?

<- View Parent
smiletolerantly@awful.systems ⁨6⁩ ⁨hours⁩ ago

My ISP blocks incoming data to common ports unless you get a business account.

Oof, sorry, that sucks. I think you could still go the route I described though: For your domain example.com and example service myservice, listen on port :12345 and drop everything that isn’t requesting myservice.example.com:12345. Then forward the matching requests to your services actual port, e.g. 23456, which is closed to the internet.

source
Sort:hotnewtop