mirror of
https://github.com/minoplhy/filters-maker.git
synced 2024-12-22 18:18:13 +00:00
Widely Dnsmasq
This commit is contained in:
parent
dc8df70398
commit
ae2f250e3e
@ -92,6 +92,7 @@ def filteringcon(filters_regex_one):
|
||||
file[i] = re.sub('127\.0\.0\.1\Z', '', file[i])
|
||||
file[i] = re.sub('0\.0\.0\.0\Z', '', file[i])
|
||||
file[i] = re.sub('::\Z', '', file[i])
|
||||
file[i] = re.sub('::1\Z', '', file[i])
|
||||
file[i] = re.sub('/\Z', '', file[i])
|
||||
file[i] = re.sub('/$', '', file[i])
|
||||
with open(filters_regex_one, 'w') as f1:
|
||||
|
Loading…
Reference in New Issue
Block a user