Skip to content

Commit c044906

Browse files
committed
update README
1 parent 80feebf commit c044906

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ GoDNS supports 2 different configuration file formats:
191191

192192
By default, GoDNS uses `JSON` config file. However, you can specify to use the `YAML` format via: `./godns -c /path/to/config.yaml`
193193

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+
194198
### Configuration properties
195199

196200
- `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
602606

603607
#### Strato
604608

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.
606610
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/)
607611

608612
<details>
@@ -700,9 +704,9 @@ More info: [English](https://faq.infomaniak.com/2376)
700704

701705
#### Hetzner
702706

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.
706710
Make shure there is just one record.
707711

708712
<details>
@@ -733,8 +737,8 @@ Make shure there is just one record.
733737
#### OVH
734738

735739
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
738742
More info: [help.ovhcloud.com](https://help.ovhcloud.com/csm/en-gb-api-getting-started-ovhcloud-api?id=kb_article_view&sysparm_article=KB0042784)
739743

740744
<details>
@@ -1119,7 +1123,7 @@ Available docker registries:
11191123
- <https://hub.docker.com/r/timothyye/godns>
11201124
- <https://github.com/TimothyYe/godns/pkgs/container/godns>
11211125

1122-
Visit <https://hub.docker.com/r/timothyye/godns> to fetch the latest docker image.
1126+
Visit <https://hub.docker.com/r/timothyye/godns> to fetch the latest docker image.
11231127
With `/path/to/config.json` your local configuration file, run:
11241128

11251129
```bash

0 commit comments

Comments
 (0)