From 4fdf44c4cab53f96322af11fca94a385a825f6d6 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 31 Jul 2020 03:01:14 +1200 Subject: [PATCH] Use general known bots list file --- src/lib/quota/get_identifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/quota/get_identifier.js b/src/lib/quota/get_identifier.js index 594d979..a1ed566 100644 --- a/src/lib/quota/get_identifier.js +++ b/src/lib/quota/get_identifier.js @@ -23,7 +23,7 @@ if (constants.quota.enabled) { Promise.all([ getList("https://check.torproject.org/torbulkexitlist", "Tor exit node list"), getList("https://meta.bibliogram.art/quota-list/vpn-ipv4.txt", "VPN IPv4 list"), - getList("https://meta.bibliogram.art/quota-list/applied-privacy.txt", "applied-privacy.net subnets") + getList("https://meta.bibliogram.art/quota-list/known-bots.txt", "Bibliogram known bot list") ]).then(() => { let d = Date.now() checker = createChecker(subnets)