1
0
Fork 0

Fix indentation on generated config

This commit is contained in:
Daniele Tricoli 2022-08-29 04:45:55 +02:00
parent 74c082f7ae
commit 749f679cf5

View file

@ -191,9 +191,9 @@ acl_policy_path: ""
dns_config:
# List of DNS servers to expose to clients.
nameservers:
{% for nameserver in headscale_nameservers %}
- {{ nameserver }}
{% endfor %}
{% for nameserver in headscale_nameservers %}
- {{ nameserver }}
{% endfor %}
# Split DNS (see https://tailscale.com/kb/1054/dns/),
# list of search domains and the DNS to query for each one.