Release 21.09.

This commit is contained in:
Sascha Leib
2025-09-21 18:07:01 +02:00
parent 89af046243
commit 5a453da91a
6 changed files with 14 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
"id": "noRefs", "desc": "No referer field", "id": "noRefs", "desc": "No referer field",
"bot": 30 "bot": 30
}, },
{"func": "matchesClient", "params": ["brave","operaold","msie"], {"func": "matchesClient", "params": ["brave","operaold","msie","webkit"],
"id": "susClient", "desc": "Client identifier that is popular with bot networks", "id": "susClient", "desc": "Client identifier that is popular with bot networks",
"bot": 10 "bot": 10
}, },
@@ -97,6 +97,7 @@
{"from": "159.138.0.0", "to": "159.138.225.254", "m": 16, "label": "Huawei [TH]"}, {"from": "159.138.0.0", "to": "159.138.225.254", "m": 16, "label": "Huawei [TH]"},
{"from": "162.128.0.0", "to": "162.128.255.254", "label": "Zenlayer [SG]"}, {"from": "162.128.0.0", "to": "162.128.255.254", "label": "Zenlayer [SG]"},
{"from": "166.108.192.0", "to": "166.108.255.254", "m": 18, "label": "Huawei [SG]"}, {"from": "166.108.192.0", "to": "166.108.255.254", "m": 18, "label": "Huawei [SG]"},
{"from": "171.224.0.0", "to": "171.239.255.255", "m": 12, "label": "Viettel [VN]"},
{"from": "177.0.0.0", "to": "177.255.255.254", "label": "BrasilNET [BR]"}, {"from": "177.0.0.0", "to": "177.255.255.254", "label": "BrasilNET [BR]"},
{"from": "179.0.0.0", "to": "179.255.255.254", "label": "BrasilNET [BR]"}, {"from": "179.0.0.0", "to": "179.255.255.254", "label": "BrasilNET [BR]"},
{"from": "183.87.32.0", "to": "183.87.63.254", "label": "Huawei [HK]"}, {"from": "183.87.32.0", "to": "183.87.63.254", "label": "Huawei [HK]"},

View File

@@ -58,6 +58,12 @@
"rx": ["DuckDuckBot\\/(\\d+\\.\\d+);", "DuckAssistBot\\/(\\d+\\.\\d+);", "DuckDuckGo-Favicons-Bot\\/(\\d+\\.\\d+);"], "rx": ["DuckDuckBot\\/(\\d+\\.\\d+);", "DuckAssistBot\\/(\\d+\\.\\d+);", "DuckDuckGo-Favicons-Bot\\/(\\d+\\.\\d+);"],
"url": "https://duckduckgo.com/duckduckbot.html" "url": "https://duckduckgo.com/duckduckbot.html"
}, },
{"id": "marginalia",
"n": "Marginalia.nu",
"r": [],
"rx": ["^search\\.marginalia\\.nu"],
"url": "https://marginalia-search.com/"
},
{"id": "openai", {"id": "openai",
"n": "OpenAI/ChatGPT", "geo": "US", "n": "OpenAI/ChatGPT", "geo": "US",
"r": ["OAI-SearchBot", "ChatGPT-User", "GPTBot"], "r": ["OAI-SearchBot", "ChatGPT-User", "GPTBot"],
@@ -281,9 +287,9 @@
"url": "https://ibou.io/iboubot.html" "url": "https://ibou.io/iboubot.html"
}, },
{"id": "gohttp", {"id": "gohttp",
"n": "Go HTTP Client", "n": "Go HTTP Clients",
"r": [], "r": [],
"rx": ["Go\\-http\\-client\\/(\\d+\\.\\d+)"], "rx": ["Go\\-http\\-client\\/(\\d+)", "quic\\-go\\-HTTP\\/(\\d+)"],
"url": "https://github.com/golang/goen.wi" "url": "https://github.com/golang/goen.wi"
} }
] ]

View File

@@ -25,7 +25,7 @@
}, },
{"n": "Android", {"n": "Android",
"id": "android", "id": "android",
"rx": [ "Android (\\d\\d)[\\.;\\s]" ] "rx": [ "Android (\\d\\d)[\\.;\\s\\)]" ]
}, },
{"n": "Old MacOS", {"n": "Old MacOS",
"id": "macosold", "id": "macosold",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,7 +1,7 @@
base botmon base botmon
author Sascha Leib author Sascha Leib
email ad@hominem.com email ad@hominem.com
date 2025-09-20 date 2025-09-21
name Bot Monitoring name Bot Monitoring
desc A tool for monitoring and analysing bot traffic to your wiki (under development) desc A tool for monitoring and analysing bot traffic to your wiki (under development)
url https://www.dokuwiki.org/plugin:botmon url https://www.dokuwiki.org/plugin:botmon

View File

@@ -368,6 +368,8 @@
&.ref_wikipedia::before { background-position-y: -220px } &.ref_wikipedia::before { background-position-y: -220px }
&.ref_denkfehler::before { background-position-y: -240px } &.ref_denkfehler::before { background-position-y: -240px }
&.ref_fallacies::before { background-position-y: -260px } &.ref_fallacies::before { background-position-y: -260px }
&.ref_facebook::before { background-position-y: -280px }
&.ref_discord::before { background-position-y: -300px }
&.ref_other::before { background-image: url('img/more.svg') } &.ref_other::before { background-image: url('img/more.svg') }
} }