From 088e8248d3a3691596df2c218b1abc0647e58ec1 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Mon, 4 Oct 2021 22:50:33 +0200 Subject: [PATCH] Improved doc --- docs/DNS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DNS.md b/docs/DNS.md index ca151bf2..85bf9f44 100644 --- a/docs/DNS.md +++ b/docs/DNS.md @@ -29,5 +29,5 @@ The setup is done via the `config.json` file, under the `dns_config` key. ``` - `nameservers`: The list of DNS servers to use. - `domains`: Search domains to inject. -- `magic_dns`: Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/). +- `magic_dns`: Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/). Only works if there is at least a nameserver defined. - `base_domain`: Defines the base domain to create the hostnames for MagicDNS. `base_domain` must be a FQDNs, without the trailing dot. The FQDN of the hosts will be `hostname.namespace.base_domain` (e.g., _myhost.mynamespace.example.com_). \ No newline at end of file