Add "enable" to forwarder, fix udp listener (#91)

* Add "enable" to forwarder

fix udp listener - address and port parsing was broken

* updated example configs

* updated example config with comments
This commit is contained in:
penfold42
2016-07-10 20:42:21 +10:00
committed by brindosch
parent 12cae1e634
commit ca795d883e
4 changed files with 6 additions and 2 deletions

View File

@@ -149,6 +149,7 @@
"forwarder" :
{
"enable" : false,
"json" : ["127.0.0.1:19446"],
"proto" : ["127.0.0.1:19447"]
},