Skip to content

Instantly share code, notes, and snippets.

@troglobit
Created February 23, 2014 21:34
Show Gist options
  • Save troglobit/9177645 to your computer and use it in GitHub Desktop.
Save troglobit/9177645 to your computer and use it in GitHub Desktop.
Example inadyn.conf in JSON format, using Jansson.
{
"syslog": true,
"period": 600,
"startup-delay": 30,
"forced-update": 604800,
"wildcard": true,
"bind": "eth0",
"system": [
{
"type": "[email protected]",
"username": "example",
"password": "secret",
"alias": [ "example.homenet.org" ]
},
{
"type": "[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