mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
config.cfg.sample: Improved example for IP module
By default, the list of networks to monitor is now empty. The previous value is now given as example.
This commit is contained in:
parent
c0171eba81
commit
163fa4b95a
1 changed files with 4 additions and 1 deletions
|
@ -266,5 +266,8 @@ default_crawler_closespider_pagecount = 50
|
|||
default_crawler_user_agent = Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0
|
||||
splash_url = http://127.0.0.1
|
||||
splash_port = 8050-8052
|
||||
|
||||
[IP]
|
||||
networks = 192.168.34.0/24,10.0.0.0/8,192.168.33.0/24
|
||||
# list of comma-separated CIDR that you wish to be alerted for. e.g:
|
||||
#networks = 192.168.34.0/24,10.0.0.0/8,192.168.33.0/24
|
||||
networks =
|
||||
|
|
Loading…
Reference in a new issue