Merge pull request #153867 from astro/stunnel

stunnel: allow servers to connect to other hosts
This commit is contained in:
Robert Hensing
2022-01-08 20:49:48 +01:00
committed by GitHub
@@ -25,8 +25,8 @@ let
};
connect = mkOption {
type = types.int;
description = "To which port the decrypted connection should be forwarded.";
type = types.either types.str types.int;
description = "Port or IP:Port to which the decrypted connection should be forwarded.";
};
cert = mkOption {