mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
readme improvement of inadyn
This commit is contained in:
@@ -83,7 +83,6 @@ You should not fill in all of these, only use what is necessary. A typical examp
|
|||||||
"username": "your-token",
|
"username": "your-token",
|
||||||
"hostname": "sub.duckdns.org"
|
"hostname": "sub.duckdns.org"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -122,4 +121,35 @@ for a custom provider that is not supported by inadyn you can do:
|
|||||||
|
|
||||||
the tokens in ddns_path are outlined in the `inadyn.conf(5)` man page.
|
the tokens in ddns_path are outlined in the `inadyn.conf(5)` man page.
|
||||||
|
|
||||||
|
### Multiple subdomains with same provider
|
||||||
|
|
||||||
|
Related to https://github.com/troglobit/inadyn#example
|
||||||
|
|
||||||
|
If you want use this add-on with several subdomains with the same provider, you have to enumerate domains like:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"providers": [
|
||||||
|
{
|
||||||
|
"hostname": "first.mydomain.dev",
|
||||||
|
"provider": "domains.google.com:1",
|
||||||
|
"username": "xxxxxxxxxxxxxxxx",
|
||||||
|
"password": "xxxxxxxxxxxxxxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "second.mydomain.dev",
|
||||||
|
"provider": "domains.google.com:2",
|
||||||
|
"username": "xxxxxxxxxxxxxxxx",
|
||||||
|
"password": "xxxxxxxxxxxxxxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "another.mydomain.dev",
|
||||||
|
"provider": "domains.google.com:3",
|
||||||
|
"username": "xxxxxxxxxxxxxxxx",
|
||||||
|
"password": "xxxxxxxxxxxxxxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|||||||
Reference in New Issue
Block a user