stunnel: allow servers to connect to other hosts

This commit is contained in:
Astro 2022-01-07 17:54:01 +01:00
parent 3980514793
commit 422c5a5db5

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 {