Skip to content

Instantly share code, notes, and snippets.

@troglobit
Last active August 29, 2015 13:56
Show Gist options
  • Save troglobit/9177620 to your computer and use it in GitHub Desktop.
Save troglobit/9177620 to your computer and use it in GitHub Desktop.
Example inadyn.conf in libConfuse format.
# Example inadyn.conf
syslog = true
period = 600
startup-delay = 30
forced-update = 604800
wildcard = false
bind = eth0
provider [email protected]
{
username = example
password = secret
alias = { "example.homenet.org", "example.afraid.org" }
}
provider [email protected]
{
username = admin
password = supersecret
alias = example.dyndns.org
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment