From 095e18d0c839f5a1a21faaaf1a8e188a62ac705c Mon Sep 17 00:00:00 2001 From: Remilia Da Costa Faro Date: Fri, 18 Apr 2025 06:13:01 +0200 Subject: 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 * Removed overlapping CIDR for internet-archive in botPolicies.json --------- Signed-off-by: Xe Iaso Co-authored-by: Xe Iaso --- data/botPolicies.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/botPolicies.json b/data/botPolicies.json index 7622e47..0852f50 100644 --- a/data/botPolicies.json +++ b/data/botPolicies.json @@ -588,6 +588,15 @@ "91.242.162.0/24" ] }, + { + "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", -- cgit v1.2.3