Rename reject_sukka in Source to reject

This commit is contained in:
SukkaW
2025-03-11 00:30:30 +08:00
parent 86ccf71667
commit 3bf48cfcd2
4 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ import { processLine } from './lib/process-line';
}
});
for await (const line of readFileByLine(path.join(SOURCE_DIR, 'domainset', 'reject_sukka.conf'))) {
for await (const line of readFileByLine(path.join(SOURCE_DIR, 'domainset', 'reject.conf'))) {
const l = processLine(line);
if (l) {
trie.whitelist(l);