-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
68 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,7 +297,7 @@ dns: | |
dns: | ||
provider: gandi | ||
gandi_api_protocol: (OPTIONAL) SPECIFY GANDI API PROTOCOL TO USE: RPC (DEFAULT) OR REST | ||
gandi_auth_token: SPECIFY GANDI API KEY | ||
gandi_auth_token: SPECIFY GANDI API KEY OR PERSONAL ACCESS TOKEN | ||
``` | ||
### gehirn | ||
|
@@ -425,6 +425,14 @@ dns: | |
inwx_auth_username: SPECIFY USERNAME FOR AUTHENTICATION | ||
``` | ||
### ionos | ||
```yaml | ||
dns: | ||
provider: ionos | ||
ionos_api_key: IONOS API KEY: PUBLIC PREFIX + PERIOD + KEY PROPER | ||
``` | ||
### joker | ||
```yaml | ||
|
@@ -640,6 +648,15 @@ dns: | |
powerdns_pdns_server_id: SERVER ID TO INTERACT WITH | ||
``` | ||
### qcloud | ||
```yaml | ||
dns: | ||
provider: qcloud | ||
qcloud_secret_id: SPECIFY SECRET_ID FOR AUTHENTICATION | ||
qcloud_secret_key: SPECIFY SECRET_KEY FOR AUTHENTICATION | ||
``` | ||
### rackspace | ||
```yaml | ||
|
@@ -669,6 +686,14 @@ dns: | |
rcodezero_auth_token: SPECIFY TOKEN FOR AUTHENTICATION | ||
``` | ||
### regfish | ||
```yaml | ||
dns: | ||
provider: regfish | ||
regfish_auth_api_key: SPECIFY API KEY FOR AUTHENTICATION | ||
``` | ||
### route53 | ||
```yaml | ||
|
@@ -708,6 +733,14 @@ dns: | |
softlayer_auth_username: SPECIFY USERNAME FOR AUTHENTICATION | ||
``` | ||
### timeweb | ||
```yaml | ||
dns: | ||
provider: timeweb | ||
timeweb_auth_token: SPECIFY API TOKEN FOR AUTHENTICATION | ||
``` | ||
### transip | ||
```yaml | ||
|
@@ -814,20 +847,6 @@ dns: | |
zonomi_auth_token: SPECIFY TOKEN FOR AUTHENTICATION | ||
``` | ||
## Configuration | ||
Add-on configuration: | ||
```yaml | ||
email: [email protected] | ||
domains: | ||
- home-assistant.io | ||
dns: | ||
provider: dns-cloudflare | ||
cloudflare_username: [email protected] | ||
cloudflare_token: 31242lk3j4ljlfdwsjf0 | ||
``` | ||
## Supported DNS providers | ||
- aliyun | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,7 +297,7 @@ dns: | |
dns: | ||
provider: gandi | ||
gandi_api_protocol: (OPTIONAL) SPECIFY GANDI API PROTOCOL TO USE: RPC (DEFAULT) OR REST | ||
gandi_auth_token: SPECIFY GANDI API KEY | ||
gandi_auth_token: SPECIFY GANDI API KEY OR PERSONAL ACCESS TOKEN | ||
``` | ||
### gehirn | ||
|
@@ -425,6 +425,14 @@ dns: | |
inwx_auth_username: SPECIFY USERNAME FOR AUTHENTICATION | ||
``` | ||
### ionos | ||
```yaml | ||
dns: | ||
provider: ionos | ||
ionos_api_key: IONOS API KEY: PUBLIC PREFIX + PERIOD + KEY PROPER | ||
``` | ||
### joker | ||
```yaml | ||
|
@@ -640,6 +648,15 @@ dns: | |
powerdns_pdns_server_id: SERVER ID TO INTERACT WITH | ||
``` | ||
### qcloud | ||
```yaml | ||
dns: | ||
provider: qcloud | ||
qcloud_secret_id: SPECIFY SECRET_ID FOR AUTHENTICATION | ||
qcloud_secret_key: SPECIFY SECRET_KEY FOR AUTHENTICATION | ||
``` | ||
### rackspace | ||
```yaml | ||
|
@@ -669,6 +686,14 @@ dns: | |
rcodezero_auth_token: SPECIFY TOKEN FOR AUTHENTICATION | ||
``` | ||
### regfish | ||
```yaml | ||
dns: | ||
provider: regfish | ||
regfish_auth_api_key: SPECIFY API KEY FOR AUTHENTICATION | ||
``` | ||
### route53 | ||
```yaml | ||
|
@@ -708,6 +733,14 @@ dns: | |
softlayer_auth_username: SPECIFY USERNAME FOR AUTHENTICATION | ||
``` | ||
### timeweb | ||
```yaml | ||
dns: | ||
provider: timeweb | ||
timeweb_auth_token: SPECIFY API TOKEN FOR AUTHENTICATION | ||
``` | ||
### transip | ||
```yaml | ||
|
@@ -814,20 +847,6 @@ dns: | |
zonomi_auth_token: SPECIFY TOKEN FOR AUTHENTICATION | ||
``` | ||
## Configuration | ||
Add-on configuration: | ||
```yaml | ||
email: [email protected] | ||
domains: | ||
- home-assistant.io | ||
dns: | ||
provider: dns-cloudflare | ||
cloudflare_username: [email protected] | ||
cloudflare_token: 31242lk3j4ljlfdwsjf0 | ||
``` | ||
## Supported DNS providers | ||
- aliyun | ||
|