whitelist 127
This commit is contained in:
4
waf3.py
4
waf3.py
@ -21,7 +21,9 @@ if conf_file.exists():
|
|||||||
else:
|
else:
|
||||||
conf = {
|
conf = {
|
||||||
'vroots': "/srv",
|
'vroots': "/srv",
|
||||||
'whitelist_ips': [],
|
'whitelist_ips': [
|
||||||
|
'127.0.0.1',
|
||||||
|
],
|
||||||
'date_range': 'last_hour',
|
'date_range': 'last_hour',
|
||||||
'purge_older_than': 'three_days',
|
'purge_older_than': 'three_days',
|
||||||
'db_filename': 'waf.db',
|
'db_filename': 'waf.db',
|
||||||
|
|||||||
Reference in New Issue
Block a user