nixos/sslh: fix usage of the now removed ssl probe (#101087)

and document
This commit is contained in:
symphorien
2020-10-21 21:34:35 +02:00
committed by GitHub
parent 278d8641c8
commit 9e8eaea484
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ let
{ name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
{ name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
{ name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
{ name: "ssl"; host: "localhost"; port: "443"; probe: "builtin"; },
{ name: "tls"; host: "localhost"; port: "443"; probe: "builtin"; },
{ name: "anyprot"; host: "localhost"; port: "443"; probe: "builtin"; }
);
'';