Skip to content

Instantly share code, notes, and snippets.

@mdlayher
Last active May 18, 2020 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdlayher/2ec56807458442191f87f6ae67fc5589 to your computer and use it in GitHub Desktop.
Save mdlayher/2ec56807458442191f87f6ae67fc5589 to your computer and use it in GitHub Desktop.
# CoreRAD v0.2.4 (BETA) configuration file.
[debug]
address = ":9430"
prometheus = true
pprof = true
[[interfaces]]
name = "enp2s0"
advertise = true
other_config = true
preference = "high"
[[interfaces.prefix]]
prefix = "::/64"
[[interfaces.rdnss]]
servers = ["fd9e:1a04:f01d::1"]
[[interfaces.dnssl]]
domain_names = ["lan.servnerr.com"]
[[interfaces]]
name = "guest0"
advertise = true
other_config = true
[[interfaces.prefix]]
prefix = "::/64"
[[interfaces.rdnss]]
servers = ["fd9e:1a04:f01d:9::1"]
[[interfaces]]
name = "iot0"
advertise = true
other_config = true
[[interfaces.prefix]]
prefix = "::/64"
[[interfaces.rdnss]]
servers = ["fd9e:1a04:f01d:66::1"]
[[interfaces]]
name = "lab0"
advertise = true
other_config = true
[[interfaces.prefix]]
prefix = "::/64"
[[interfaces.rdnss]]
servers = ["fd9e:1a04:f01d:2::1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment