From 7d77f2cb813e527ec393469657bf2f40a8e7ceec Mon Sep 17 00:00:00 2001 From: Alex Fornuto <2349184+alexfornuto@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:03:59 -0600 Subject: [PATCH] Update default dns_records_path in config.example.yaml The example path looked for Headscale's `extra_records.json` file in `/var/lib/headplane`, not `/var/lib/headscale`. --- config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index 1439d91..a58ccaf 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -66,7 +66,7 @@ headscale: # 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/headplane/extra_records.json" + # dns_records_path: "/var/lib/headscale/extra_records.json" # Integration configurations for Headplane to interact with Headscale integration: