mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-30 01:37:17 +00:00
Merge pull request #151 from cudeso/patch-1
Remove CIRCL NS / ZMQ from sample config file
This commit is contained in:
commit
3b902020cc
1 changed files with 3 additions and 2 deletions
|
@ -228,7 +228,7 @@ dns = 8.8.8.8
|
||||||
dns = 8.8.8.8
|
dns = 8.8.8.8
|
||||||
|
|
||||||
[Web]
|
[Web]
|
||||||
dns = 149.13.33.69
|
dns = 8.8.8.8
|
||||||
|
|
||||||
# Indexer configuration
|
# Indexer configuration
|
||||||
[Indexer]
|
[Indexer]
|
||||||
|
@ -247,7 +247,8 @@ maxDuplicateToPushToMISP=10
|
||||||
# e.g.: tcp://127.0.0.1:5556,tcp://127.0.0.1:5557
|
# e.g.: tcp://127.0.0.1:5556,tcp://127.0.0.1:5557
|
||||||
[ZMQ_Global]
|
[ZMQ_Global]
|
||||||
#address = tcp://crf.circl.lu:5556
|
#address = tcp://crf.circl.lu:5556
|
||||||
address = tcp://127.0.0.1:5556,tcp://crf.circl.lu:5556
|
# address = tcp://127.0.0.1:5556,tcp://crf.circl.lu:5556
|
||||||
|
address = tcp://127.0.0.1:5556
|
||||||
channel = 102
|
channel = 102
|
||||||
bind = tcp://127.0.0.1:5556
|
bind = tcp://127.0.0.1:5556
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue