whitelist 127

This commit is contained in:
n.diaz
2024-11-25 19:17:55 +01:00
parent 5dd8aebdd4
commit 72820925f1

View File

@ -21,7 +21,9 @@ if conf_file.exists():
else:
conf = {
'vroots': "/srv",
'whitelist_ips': [],
'whitelist_ips': [
'127.0.0.1',
],
'date_range': 'last_hour',
'purge_older_than': 'three_days',
'db_filename': 'waf.db',