stunnel: allow servers to connect to other hosts

main
Astro 2 years ago
parent 3980514793
commit 422c5a5db5
  1. 4
      nixos/modules/services/networking/stunnel.nix

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

Loading…
Cancel
Save