Skip to content

Instantly share code, notes, and snippets.

@josiahhaswell
Created February 22, 2021 22:03
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 josiahhaswell/d8c6b8f254c52e57901225b7656d2616 to your computer and use it in GitHub Desktop.
Save josiahhaswell/d8c6b8f254c52e57901225b7656d2616 to your computer and use it in GitHub Desktop.
DNS server configuration
dns_server = {
// replace with your zone-name (configured above)
zone = "sunshower.cloud." // note the trailing period here--it's mandatory
// replace with your DNS server's IP
server = "192.168.1.2"
}
// this generates the DNS configuration for `kubernetes.sunshower.cloud`
api_dns = "kubernetes"
api_domain = "sunshower.cloud"
api_ip = "192.168.1.10" // provide the API you
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment