services.dsnet.settings.Networks

NixOS option

The CIDR networks that should route through this server. Clients will be configured to route traffic for these networks through the server peer.

type: null or (list of string)
Default
null
Example
[
  "0.0.0.0/0"
  "192.168.0.0/24"
]
declared in: nixos/modules/services/networking/dsnet.nixView source on NixOS/nixpkgs →