From becc579aaceceb75304ee30a31fc1509c32cade0 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Thu, 12 Aug 2021 13:45:17 +0700 Subject: [PATCH] add CNAME rpz-passthru. to avoid word --- crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.py b/crawler.py index 51cb180..0dedcad 100644 --- a/crawler.py +++ b/crawler.py @@ -60,7 +60,7 @@ def filteringcon(filters_regex_one): f.write(line) f.close() - remove_words = ['localhost','localhost.localdomain','local','broadcasthost','loopback','ip6-localnet','ip6-mcastprefix','ip6-allnodes','ip6-allrouters','ip6-allhosts','ip6-loopback'] + remove_words = ['localhost','localhost.localdomain','local','broadcasthost','loopback','ip6-localnet','ip6-mcastprefix','ip6-allnodes','ip6-allrouters','ip6-allhosts','ip6-loopback',' CNAME rpz-passthru.'] with open(filters_regex_one, 'r') as f: lines = f.read().splitlines()