Skip to content

Instantly share code, notes, and snippets.

@manedfolf
Created July 27, 2019 17:07
Show Gist options
  • Save manedfolf/fd1e56d7887ea4abf8b010610e8a2ebb to your computer and use it in GitHub Desktop.
Save manedfolf/fd1e56d7887ea4abf8b010610e8a2ebb to your computer and use it in GitHub Desktop.
CloudFlare Firewall rule to block Archive.Today (+ all subdomains and alts), Via.Hypothes.is, and The Internet Archive to prevent archiving
(http.host eq "carl.archive.is") or (http.host eq "dave.archive.fo") or (http.host eq "elsa.archive.li") or (ip.src eq 46.17.100.191) or (ip.src eq 104.196.7.222) or (ip.src eq 104.27.170.40) or (ip.src eq 104.27.171.40) or (ip.src eq 154.59.112.68) or (ip.src eq 185.219.42.148) or (ip.src eq 46.105.75.102) or (ip.src eq 46.17.42.43) or (ip.src eq 46.182.19.43) or (ip.src eq 46.45.185.30) or (ip.src eq 80.211.3.180) or (ip.src eq 81.7.17.119) or (ip.src eq 91.121.82.32) or (ip.src eq 91.219.236.183) or (ip.src eq 94.16.117.236) or (ip.src eq 2605:7380:1000:1310:50a5:36ff:fed9:687b) or (ip.src eq 2604:180:2:e51::24b3) or (ip.src eq 2a03:b0c0:2:f0::43:1) or (ip.src eq 209.50.56.33) or (ip.src eq 107.191.111.138) or (ip.src eq 142.93.143.38) or (http.user_agent contains "Hypothesis-Via") or (http.user_agent eq "ia_archiver")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment