mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-29 14:49:36 +03:00
Merge pull request #255 from jamesmacwhite/cfg-example-tls
Update SSL example to TLS
This commit is contained in:
commit
d1f782e1fe
@ -24,7 +24,7 @@ protocols:
|
||||
{ name: "openvpn"; host: "localhost"; port: "1194"; },
|
||||
{ name: "xmpp"; host: "localhost"; port: "5222"; },
|
||||
{ name: "http"; host: "localhost"; port: "80"; },
|
||||
{ name: "ssl"; host: "localhost"; port: "443"; log_level: 0; },
|
||||
{ name: "tls"; host: "localhost"; port: "443"; log_level: 0; },
|
||||
{ name: "anyprot"; host: "localhost"; port: "443"; }
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user