From a714928512a80ca1f3216fb27e6daa617e12e69a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 22 Feb 2024 22:37:57 -0500 Subject: just stop letting tailscale manage dns it breaks too much --- modules/headscale/templates/config.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/headscale') diff --git a/modules/headscale/templates/config.yaml b/modules/headscale/templates/config.yaml index 91deed4..1a0152a 100644 --- a/modules/headscale/templates/config.yaml +++ b/modules/headscale/templates/config.yaml @@ -17,9 +17,3 @@ derp: disable_check_updates: true db_type: sqlite3 db_path: <%= @data_dir %>/db.sqlite -dns_config: - override_local_dns: true - nameservers: - - 4.2.2.4 - magic_dns: true - base_domain: headscale.tozt.net -- cgit v1.2.3-54-g00ecf