Last active
August 29, 2015 13:56
-
-
Save troglobit/9177620 to your computer and use it in GitHub Desktop.
Example inadyn.conf in libConfuse format.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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