This commit is contained in:
parent
5731ad022b
commit
45651ed313
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -21,10 +21,10 @@ Example Nomad service configurations:
|
||||||
# to this node through A and AAAA records
|
# to this node through A and AAAA records
|
||||||
tags = [
|
tags = [
|
||||||
"(diplonat (tcp_port 80))"
|
"(diplonat (tcp_port 80))"
|
||||||
"d53-a deuxfleurs.fr ${meta.site}.site",
|
"d53-a ${meta.site}.site.deuxfleurs.fr",
|
||||||
"d53-a deuxfleurs.fr global.site",
|
"d53-a global.site.deuxfleurs.fr",
|
||||||
"d53-aaaa deuxfleurs.fr ${meta.site}.site",
|
"d53-aaaa ${meta.site}.site.deuxfleurs.fr",
|
||||||
"d53-aaaa deuxfleurs.fr global.site",
|
"d53-aaaa global.site.deuxfleurs.fr",
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ Example Nomad service configurations:
|
||||||
# which is usually defined in the form of <site_name>.site.deuxfleurs.fr
|
# which is usually defined in the form of <site_name>.site.deuxfleurs.fr
|
||||||
tags = [
|
tags = [
|
||||||
"tricot guichet.deuxfleurs.fr",
|
"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
|
- All IPv4 and IPv6 addresses of running Tricot nodes are registered using D53
|
||||||
for the root domain, e.g. `deuxfleurs.fr`
|
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_name>.site.<domain_name>`, e.g.
|
registered using D53 for the subdomain `<site_name>.site.<domain_name>`, e.g.
|
||||||
`neptune.site.deuxfleurs.fr`
|
`neptune.site.deuxfleurs.fr`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue