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.

  • @nutomicA
    link
    53 years ago

    Is it because you host your server at home, and dont want people to know your home IP? Then you can just setup a reverse proxy (like nginx) on a vps, and have it forward the traffic. Many providers also have ddos protection for free. I can recommend hetzner or ovh.

  • @poVoq
    link
    4
    edit-2
    1 year ago

    deleted by creator

  • @ufrafecy
    link
    2
    edit-2
    3 years ago

    deleted by creator

  • @Nevar
    link
    1
    edit-2
    3 years ago

    deleted by creator