mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-31 23:59:22 +03:00
commit
5b21375087
4
test.cfg
4
test.cfg
@ -32,7 +32,7 @@ listen:
|
|||||||
(
|
(
|
||||||
{ host: "localhost"; port: "8080"; keepalive: true; },
|
{ host: "localhost"; port: "8080"; keepalive: true; },
|
||||||
{ host: "localhost"; port: "8081"; 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: "xmpp"; host: "localhost"; port: "9009"; },
|
||||||
{ name: "adb"; host: "localhost"; port: "9010"; },
|
{ name: "adb"; host: "localhost"; port: "9010"; },
|
||||||
{ name: "syslog"; host: "localhost"; port: "9013"; },
|
{ 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;
|
udp_timeout: 30;
|
||||||
regex_patterns: [ "^foo" ];
|
regex_patterns: [ "^foo" ];
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user