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
commit 32356ce11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {