add burf.co user agent

This commit is contained in:
Azareal 2020-04-04 13:21:59 +10:00
parent afb05ab409
commit 4d45fb8710
2 changed files with 4 additions and 0 deletions

View File

@ -230,6 +230,7 @@
"proximic":"Comscore",
"majestic":"MJ12bot",
"blexbot":"BLEXBot",
"burf":"Burf.co",
"aspiegel":"Aspiegel",
"mail_ru":"Mail.ru bot",
"ccbot":"CCBot",

View File

@ -278,6 +278,7 @@ func main() {
"proximic",
"majestic",
"blexbot",
"burf",
"aspiegel",
"mail_ru",
"ccbot",
@ -343,6 +344,7 @@ func main() {
"proximic",
"MJ12bot",
"BLEXBot",
"Burf",
"AspiegelBot",
"RU_Bot", // Mail.RU_Bot
"CCBot",
@ -403,6 +405,7 @@ func main() {
"proximic": "proximic",
"MJ12bot": "majestic",
"BLEXBot": "blexbot",
"Burf": "burf",
"AspiegelBot": "aspiegel",
"RU_Bot": "mail_ru", // Mail.RU_Bot
"CCBot": "ccbot",