aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDennis ten Hoove <36002865+dennis1248@users.noreply.github.com>2025-03-21 21:59:42 +0100
committerGitHub <noreply@github.com>2025-03-21 16:59:42 -0400
commit869e46a4cc80a63d62e73d384b066b305049c935 (patch)
tree3ba33e790293ca3ccbf60a60881cf29394486069 /cmd
parent07e6695430c4c0d77867bb31e547ceab1d65ddd0 (diff)
downloadanubis-869e46a4cc80a63d62e73d384b066b305049c935.tar.xz
anubis-869e46a4cc80a63d62e73d384b066b305049c935.zip
Add MojeekBot (#64)
* Add MojeekBot * Update docs/docs/CHANGELOG.md Co-authored-by: Xe Iaso <me@xeiaso.net> Signed-off-by: Dennis ten Hoove <36002865+dennis1248@users.noreply.github.com> --------- Signed-off-by: Dennis ten Hoove <36002865+dennis1248@users.noreply.github.com> Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/anubis/botPolicies.json10
1 files changed, 9 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
+}