Make the CLI configurable #1

Closed
mokhtar wants to merge 11 commits from proper-config into master
Showing only changes of commit ba93a13923 - Show all commits

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