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
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)
}
})