Add duckdns.org to reject hosts

This commit is contained in:
SukkaW
2022-09-21 23:36:24 +08:00
parent ab127ef293
commit ad542d45c8
2 changed files with 2 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ module.exports = ({ chunk }) => {
// duckdns.org domain will not overlap and doesn't need dedupe
function canExcludeFromDedupe(domain) {
if (domain.endsWith('.duckdns.org')) {
if (domain.length === 23 && domain.endsWith('.duckdns.org')) {
return true;
}
return false;

View File

@@ -35,6 +35,7 @@ DOMAIN-KEYWORD,49329d48d6c.
DOMAIN-KEYWORD,vsvevvcca
DOMAIN-KEYWORD,envci.
DOMAIN-KEYWORD,aarsenvs.
DOMAIN-SUFFIX,duckdns.org
# --- End of Blacklist Section