1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-04 03:31:36 +00:00

Add VPN list and applied-privacy subnet list

This commit is contained in:
Cadence Ember 2020-07-31 02:44:28 +12:00
parent db364721d8
commit 271afec9db
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
5 changed files with 51 additions and 17 deletions

View file

@ -175,7 +175,7 @@ reader.on("line", line => {
if (kind) {
kinds[kind]++
dateCollection.add(kind, dateObject.getTime())
if (kind === "api") ips.add(parsed.ip)
ips.add(parsed.ip)
}
})