From 45651ed313d4ae2437738a20660ba71110e2f13d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 22 Dec 2022 23:05:15 +0100 Subject: [PATCH] Fix README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d22e853..1e08db3 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Example Nomad service configurations: # to this node through A and AAAA records tags = [ "(diplonat (tcp_port 80))" - "d53-a deuxfleurs.fr ${meta.site}.site", - "d53-a deuxfleurs.fr global.site", - "d53-aaaa deuxfleurs.fr ${meta.site}.site", - "d53-aaaa deuxfleurs.fr global.site", + "d53-a ${meta.site}.site.deuxfleurs.fr", + "d53-a global.site.deuxfleurs.fr", + "d53-aaaa ${meta.site}.site.deuxfleurs.fr", + "d53-aaaa global.site.deuxfleurs.fr", ] ``` @@ -35,7 +35,7 @@ Example Nomad service configurations: # which is usually defined in the form of .site.deuxfleurs.fr tags = [ "tricot guichet.deuxfleurs.fr", - "d53-cname deuxfleurs.fr guichet", + "d53-cname guichet.deuxfleurs.fr", ] ``` @@ -71,7 +71,7 @@ Here is the relevant Nix configuration snippet that sets up these metadata value - All IPv4 and IPv6 addresses of running Tricot nodes are registered using D53 for the root domain, e.g. `deuxfleurs.fr` -- The IPv6 and IPv6 addresses of running Tricot nodes in each site are +- The IPv4 and IPv6 addresses of running Tricot nodes in each site are registered using D53 for the subdomain `.site.`, e.g. `neptune.site.deuxfleurs.fr`