This commit is contained in:
itdoginfo
2024-09-09 16:31:44 +03:00
parent 21aff5f46e
commit 48979b9370
2 changed files with 2 additions and 9 deletions

View File

@@ -41,8 +41,6 @@ def dnsmasq(src, out, single=None, remove={'google.com'}):
if not tldextract.extract(line).domain and tldextract.extract(line).suffix:
domains.add("." + tldextract.extract(line.rstrip()).suffix)
#domains = domains - remove
if single is not None:
with open(single) as infile:
for line in infile: