services.sslh.listenAddresses

NixOS option

Listening addresses or hostnames.

type: (list of string) or string convertible to it
Default
[
  "0.0.0.0"
  "[::]"
]
declared in: nixos/modules/services/networking/sslh.nixView source on NixOS/nixpkgs →