You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, GoDNS uses `JSON` config file. However, you can specify to use the `YAML` format via: `./godns -c /path/to/config.yaml`
193
193
194
+
### Dynamic loading of configuration
195
+
196
+
GoDNS supports dynamic loading of configuration. If you modify the configuration file, GoDNS will automatically reload the configuration and apply the changes.
197
+
194
198
### Configuration properties
195
199
196
200
-`provider` — One of the [supported provider to use](#supported-dns-providers): `Cloudflare`, `Google`, `DNSPod`, `AliDNS`, `HE`, `DuckDNS` or `Dreamhost`.
@@ -602,7 +606,7 @@ The GoDNS Linode handler currently uses a fixed TTL of 30 seconds for Linode DNS
602
606
603
607
#### Strato
604
608
605
-
For Strato, you need to provide email & password, and config all the domains & subdomains.
609
+
For Strato, you need to provide email & password, and config all the domains & subdomains.
606
610
More Info: [German](https://www.strato.de/faq/hosting/so-einfach-richten-sie-dyndns-fuer-ihre-domains-ein/)[English](https://www.strato-hosting.co.uk/faq/hosting/this-is-how-easy-it-is-to-set-up-dyndns-for-your-domains/)
607
611
608
612
<details>
@@ -700,9 +704,9 @@ More info: [English](https://faq.infomaniak.com/2376)
700
704
701
705
#### Hetzner
702
706
703
-
For Hetzner, you have to create an access token. This can be done in the DNS-Console.
704
-
(Person Icon in the top left corner --> API Tokens)
705
-
Notice: If a domain has multiple Records **only the first** Record will be updated.
707
+
For Hetzner, you have to create an access token. This can be done in the DNS-Console.
708
+
(Person Icon in the top left corner --> API Tokens)
709
+
Notice: If a domain has multiple Records **only the first** Record will be updated.
706
710
Make shure there is just one record.
707
711
708
712
<details>
@@ -733,8 +737,8 @@ Make shure there is just one record.
733
737
#### OVH
734
738
735
739
For OVH, you need to provide a Comsumerkey, an Appsecret, an Appkey and configure all the domains & subdomains.
736
-
The neeeded values can be obtaines by visting [this site](https://www.ovh.com/auth/api/createToken)
737
-
Rights should be '\*' on GET, POST and PUT
740
+
The neeeded values can be obtaines by visting [this site](https://www.ovh.com/auth/api/createToken)
741
+
Rights should be '\*' on GET, POST and PUT
738
742
More info: [help.ovhcloud.com](https://help.ovhcloud.com/csm/en-gb-api-getting-started-ovhcloud-api?id=kb_article_view&sysparm_article=KB0042784)
739
743
740
744
<details>
@@ -1119,7 +1123,7 @@ Available docker registries:
0 commit comments