diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/anubis/botPolicies.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json index 1911f8c..aad2e9e 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" @@ -387,4 +395,4 @@ } ], "dnsbl": true -}
\ No newline at end of file +} |
