is their any alternative to cloudflare that will keep web scrapers knowing my native ips aswell not caring about the content, the kind of service that would host lulzsec

  • @brombek
    link
    7
    edit-2
    3 years ago

    Roll your own CDN with Varnish + Hitch and some DNS provider that can do geo/latency based routing. Set up few servers on different continents and configure request throttling and some user agent classification. Add something for log analysis so you can spot bots and block them with Varnish ACLs or even on ip tables (ipset) level. Connect the servers with Wireguard VPN or tunnel the traffic to the origin server with stunnel.