mirror of
https://github.com/cloudmaker97/Discord-Captcha-Verification.git
synced 2025-12-06 01:48:34 +00:00
Moved Blacklist
This commit is contained in:
parent
c3872352dd
commit
356679a0fe
3 changed files with 23988 additions and 3209 deletions
|
|
@ -7,8 +7,9 @@ class Blacklist {
|
|||
}
|
||||
|
||||
async loadBlacklist() {
|
||||
const files = ["vpn.txt", "datacenter.txt"];
|
||||
const folder = "./modules/network/blacklist/";
|
||||
// https://github.com/josephrocca/is-vpn/blob/main/vpn-or-datacenter-ipv4-ranges.txt
|
||||
const files = ["blacklist.txt"];
|
||||
const folder = "./modules/network/";
|
||||
for (const file of files) {
|
||||
const fileStream = fs.createReadStream(folder + file);
|
||||
const rl = readline.createInterface({
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue