Skip to content

Commit

Permalink
Update schema to allow changing of all configuration options availabl…
Browse files Browse the repository at this point in the history
…e in inadyn.conf
  • Loading branch information
Nicholas Alipaz committed Oct 17, 2017
1 parent 04fc301 commit 14e322e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,30 @@ The available configuration options are as follows (this is filled in with some

```
{
"verify_address": false,
"fake_address": false,
"allow_ipv6": true,
"iface": "eth0",
"iterations": 0,
"period": 300,
"forced_update": false,
"secure_ssl": true,
"providers": [
{
"provider": "providerslug",
"custom_provider": false,
"username": "yourusername",
"password": "yourpassword_or_token",
"hostname": "dynamic-subdomain.example.com",
"ssl": true,
"user_agent": "Mozilla/5.0",
"hostname": "dynamic-subdomain.example.com",
"checkip_ssl": false,
"checkip_server": "api.example.com",
"checkip_command": "/sbin/ifconfig eth0 | grep 'inet6 addr'",
"checkip_path": "/",
"custom_provider": false,
"user_agent": "Mozilla/5.0",
"ddns_server": "ddns.example.com",
"ddns_path": ""
"ddns_path": "",
"append_myip": false
}
]
}
Expand Down

0 comments on commit 14e322e

Please sign in to comment.