mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Use general known bots list file
This commit is contained in:
parent
271afec9db
commit
4fdf44c4ca
@ -23,7 +23,7 @@ if (constants.quota.enabled) {
|
|||||||
Promise.all([
|
Promise.all([
|
||||||
getList("https://check.torproject.org/torbulkexitlist", "Tor exit node list"),
|
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/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(() => {
|
]).then(() => {
|
||||||
let d = Date.now()
|
let d = Date.now()
|
||||||
checker = createChecker(subnets)
|
checker = createChecker(subnets)
|
||||||
|
Loading…
Reference in New Issue
Block a user