mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-05 10:48:10 -04:00
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>
This commit is contained in:
parent
f844dba3dc
commit
095e18d0c8
@ -588,6 +588,15 @@
|
|||||||
"91.242.162.0/24"
|
"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",
|
"name": "kagibot",
|
||||||
"user_agent_regex": "\\+https\\://kagi\\.com/bot",
|
"user_agent_regex": "\\+https\\://kagi\\.com/bot",
|
||||||
|
@ -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
|
- Improvements to build scripts to make them less independent of the build host
|
||||||
- Improved the OpenGraph error logging
|
- Improved the OpenGraph error logging
|
||||||
- Added FreeBSD rc.d script so can be run as a FreeBSD daemon.
|
- 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
|
- Added example nginx configuration to documentation
|
||||||
|
|
||||||
## v1.16.0
|
## v1.16.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user