mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
ported list download code to JS
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ import {
|
||||
readFile,
|
||||
} from "./lib/utils.js";
|
||||
|
||||
const allowlistFilename = "whitelist.csv";
|
||||
const blocklistFilename = "input.csv";
|
||||
const allowlistFilename = "allowlist.txt";
|
||||
const blocklistFilename = "blocklist.txt";
|
||||
const allowlist = new Map();
|
||||
const blocklist = new Map();
|
||||
const domains = [];
|
||||
|
||||
Reference in New Issue
Block a user