services.shadowsocks.localAddress

NixOS option

Local addresses to which the server binds. Note: shadowsocks-rust accepts only string parameter.

type: string or list of string
Default
[
  "[::0]"
  "0.0.0.0"
]
declared in: nixos/modules/services/networking/shadowsocks.nixView source on NixOS/nixpkgs →