seperate modules for IP and URL filtering

This commit is contained in:
minoplhy 2021-10-02 10:53:52 +07:00
parent 52ef3fc0f1
commit 63c9103519

View File

@ -40,6 +40,7 @@ def filtering(filters_welcome):
f.write('\n'.join([line + '\n']))
print("Simple Filtering Completed!")
f.close()
def IP_URL_FILTERING(filters_welcome):
with open(filters_welcome) as f:
file = f.read().split('\n')
for i in range(len(file)):