aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/botPolicies.json9
-rw-r--r--docs/docs/CHANGELOG.md1
2 files changed, 10 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",
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md
index fbddd58..8280533 100644
--- a/docs/docs/CHANGELOG.md
+++ b/docs/docs/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improvements to build scripts to make them less independent of the build host
- Improved the OpenGraph error logging
- Added FreeBSD rc.d script so can be run as a FreeBSD daemon.
+- Allow requests from the Internet Archive
- Added example nginx configuration to documentation
## v1.16.0