aboutsummaryrefslogtreecommitdiff
path: root/data/botPolicies.json
diff options
context:
space:
mode:
authorRemilia Da Costa Faro <remilia@remilia.ch>2025-04-18 06:13:01 +0200
committerGitHub <noreply@github.com>2025-04-18 04:13:01 +0000
commit095e18d0c839f5a1a21faaaf1a8e188a62ac705c (patch)
treef6468b8172bf5e3956e9b48b013e014f960a9650 /data/botPolicies.json
parentf844dba3dcfc0c51bcc72bfe9707ceec0c09b7ed (diff)
downloadanubis-095e18d0c839f5a1a21faaaf1a8e188a62ac705c.tar.xz
anubis-095e18d0c839f5a1a21faaaf1a8e188a62ac705c.zip
Allow ranges from the Internet Archive (AS7941) (#276)
* Allow ranges from the Internet Archive (AS7941) * Updated changelog * Update data/botPolicies.json Signed-off-by: Xe Iaso <me@xeiaso.net> * Removed overlapping CIDR for internet-archive in botPolicies.json --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'data/botPolicies.json')
-rw-r--r--data/botPolicies.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json
index 7622e47..0852f50 100644
--- a/data/botPolicies.json
+++ b/data/botPolicies.json
@@ -589,6 +589,15 @@
]
},
{
+ "name": "internet-archive",
+ "action": "ALLOW",
+ "remote_addresses": [
+ "207.241.224.0/20",
+ "208.70.24.0/21",
+ "2620:0:9c0::/48"
+ ]
+ },
+ {
"name": "kagibot",
"user_agent_regex": "\\+https\\://kagi\\.com/bot",
"action": "ALLOW",