diff options
| -rw-r--r-- | cmd/anubis/botPolicies.json | 10 | ||||
| -rw-r--r-- | docs/docs/CHANGELOG.md | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json index a93dbbb..2785d87 100644 --- a/cmd/anubis/botPolicies.json +++ b/cmd/anubis/botPolicies.json @@ -336,6 +336,14 @@ ] }, { + "name": "mojeekbot", + "user_agent_regex": "http\\://www\\.mojeek\\.com/bot\\.html", + "action": "ALLOW", + "remote_addresses": [ + "5.102.173.71/32" + ] + }, + { "name": "us-artificial-intelligence-scraper", "user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper", "action": "DENY" @@ -392,4 +400,4 @@ } ], "dnsbl": true -}
\ No newline at end of file +} diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index ef94d1b..56190b3 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Whitelist MojeekBot in botPolicies [#47](https://github.com/TecharoHQ/anubis/issues/47) + ## v1.14.1 Livia sas Junius: Echo 1 |
