MyNixOS website logo
option

services.gvpe.configText

GVPE config contents.

Declarations
Type
null or strings concatenated with "\n"
Default
null
Example
''
  tcp-port = 655
  udp-port = 655
  mtu = 1480
  ifname = vpn0
  
  node = alpha
  hostname = alpha.example.org
  connect = always
  enable-udp = true
  enable-tcp = true
  on alpha if-up = if-up-0
  on alpha pid-file = /var/gvpe/gvpe.pid
''