diff --git a/test.cfg b/test.cfg index 4330cfa..2bb0edc 100644 --- a/test.cfg +++ b/test.cfg @@ -32,7 +32,7 @@ listen: ( { host: "localhost"; port: "8080"; keepalive: true; }, { host: "localhost"; port: "8081"; keepalive: true; }, - { host: "ip4-localhost"; is_udp: true; port: "8086"; } + { host: "127.0.0.1"; is_udp: true; port: "8086"; } ); @@ -46,7 +46,7 @@ protocols: { name: "xmpp"; host: "localhost"; port: "9009"; }, { name: "adb"; host: "localhost"; port: "9010"; }, { name: "syslog"; host: "localhost"; port: "9013"; }, - { name: "regex"; host: "ip4-localhost"; is_udp: true; port: "9020"; + { name: "ssh"; host: "127.0.0.1"; is_udp: true; port: "9020"; udp_timeout: 30; regex_patterns: [ "^foo" ]; },