fix: auto read dns.extra_records_path instead of making it required

Closes HP-538
This commit is contained in:
Aarnav Tale
2026-06-17 11:11:20 -04:00
parent e74e0d4542
commit 2f3a440de5
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -101,11 +101,11 @@ headscale:
config_strict: true
# If you are using `dns.extra_records_path` in your Headscale
# configuration, you need to set this to the path for Headplane
# to be able to read the DNS records.
# configuration, Headplane will read that path automatically. Set
# this only when Headplane needs to access the same file at a
# different path, such as in Docker bind mounts.
#
# Pass it in if using Docker and ensure that the file is both
# readable and writable to the Headplane process.
# Ensure that the file is both readable and writable to the Headplane process.
# When using this, Headplane will no longer need to automatically
# restart Headscale for DNS record changes.
# dns_records_path: "/var/lib/headscale/extra_records.json"