Hi folks,
Love kplex & wouldn't know what to do without it.
In most instances if you input a broken config, kplex won't start.
In the case where you mess up and use a UDP input port twice, with two different names, input from the first use is ignored silently. Like this:
[udp]
name=thingone
port=10108
direction=in
[udp]
name=thingtwo
port=10108
direction=in
Above config is accepted - kplex happily starts and functions otherwise - but all input from the first use of 10108 is lost.
My fault entirely for getting the config wrong - but it'd be great to get a warning if an input is used twice. I have a couple kplex servers with 500+ line configs. (managed in git thankfully)
Cheers,
Jon