mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Rename reject_sukka in Source to reject
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user