mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
^$important
This commit is contained in:
@@ -34,6 +34,8 @@ fs.readFile('whitelist.csv', 'utf8', async (err, data) => {
|
||||
.replace('::1 ', '')
|
||||
.replace(':: ', '')
|
||||
.replace('||', '')
|
||||
.replace('@@||', '')
|
||||
.replace('^$important', '')
|
||||
.replace('^', '');
|
||||
}).filter(domain => {
|
||||
return domainValidationPattern.test(domain);
|
||||
|
||||
Reference in New Issue
Block a user