Skip to content

Commit 869e46a

Browse files
dennis1248Xe
andauthored
Add MojeekBot (#64)
* Add MojeekBot * Update docs/docs/CHANGELOG.md Co-authored-by: Xe Iaso <[email protected]> Signed-off-by: Dennis ten Hoove <[email protected]> --------- Signed-off-by: Dennis ten Hoove <[email protected]> Co-authored-by: Xe Iaso <[email protected]>
1 parent 07e6695 commit 869e46a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

cmd/anubis/botPolicies.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,14 @@
335335
"193.183.0.174/32"
336336
]
337337
},
338+
{
339+
"name": "mojeekbot",
340+
"user_agent_regex": "http\\://www\\.mojeek\\.com/bot\\.html",
341+
"action": "ALLOW",
342+
"remote_addresses": [
343+
"5.102.173.71/32"
344+
]
345+
},
338346
{
339347
"name": "us-artificial-intelligence-scraper",
340348
"user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper",
@@ -392,4 +400,4 @@
392400
}
393401
],
394402
"dnsbl": true
395-
}
403+
}

docs/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313

14+
- Whitelist MojeekBot in botPolicies [#47](https://github.com/TecharoHQ/anubis/issues/47)
15+
1416
## v1.14.1
1517

1618
Livia sas Junius: Echo 1

0 commit comments

Comments
 (0)