From 431208ab840c1642504bb1a92808ae8c03886795 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 Jan 2025 09:07:42 +0100 Subject: [PATCH 1/3] rename example of configuration --- config.yml.exemple => config.yml.example | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config.yml.exemple => config.yml.example (100%) diff --git a/config.yml.exemple b/config.yml.example similarity index 100% rename from config.yml.exemple rename to config.yml.example From 77f8ca692f2d70818902b222f550e3e7ef9579a4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 Jan 2025 09:43:48 +0100 Subject: [PATCH 2/3] add documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 69b1db3..8522914 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ Once the configuration file is ready, start the project by specifying the path t $ livedns-go ./path/to/config.yml ``` +### Gandi + +Records to update are defined in the configuration. + +### PowerDNS + +Records to update are defined with comments: + +- `livedns-a`: set Ipv4 valye +- `livedns-aaaa`: set Ipv6 valye +- `livedns-spf`: set SPF value (first `ip4:` and `ip6:` will be updated) + ## License [AGPL v3](https://www.gnu.org/licenses/agpl-3.0.en.html) From 227788f5abac35ce619d739265157417de26d490 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 Jan 2025 09:56:32 +0100 Subject: [PATCH 3/3] add documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8522914..5bfdc00 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Records to update are defined in the configuration. Records to update are defined with comments: -- `livedns-a`: set Ipv4 valye -- `livedns-aaaa`: set Ipv6 valye +- `livedns-a`: set Ipv4 value +- `livedns-aaaa`: set Ipv6 value - `livedns-spf`: set SPF value (first `ip4:` and `ip6:` will be updated) ## License