finish sentence

This commit is contained in:
m5r 2024-07-26 12:04:59 +02:00
parent ee62998a0c
commit ba93a13923
Signed by: mokhtar
GPG Key ID: 1509B54946D08A95

View File

@ -41,7 +41,7 @@ local-ip.sh can be configured through environment variables or CLI flags
- `XIP_EMAIL` or `--email` required, administrator's email address, used to create the ACME account to request certificates from Let's Encrypt and as the `RNAME` value of the SOA record representing the domain administrator's email address.
- `XIP_NAMESERVERS` or `--nameservers` required, comma-separated IPv4 addresses used to answer `A` queries for `nsX.{domain}` where `X` is the index of the address in this list. For example setting `--domain example.com --nameservers 1.2.3.4,9.8.7.6` will answer `1.2.3.4` for `ns1.example.com` and `9.8.7.6` for `ns2.example.com`. All `nsX.{domain}` nameservers will be in the answer for NS queries to the zone.
A [reference docker compose file](./compose.yml) is available
A [reference docker compose file](./compose.yml) is available for deployments using Docker.
## Self-hosting