MyNixOS website logo
option

services.dsnet.settings.Networks

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

Declarations
Type
null or (list of string)
Default
null
Example
[
  "0.0.0.0/0"
  "192.168.0.0/24"
]