From 0c427085b5afc7e3518ed02fae5c264d35fc79a2 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sun, 4 Aug 2024 12:24:30 +0200 Subject: [PATCH] feat: made pihole always reachable --- headscale/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/headscale/config.yaml b/headscale/config.yaml index b566c26..c8bc60f 100644 --- a/headscale/config.yaml +++ b/headscale/config.yaml @@ -245,6 +245,10 @@ dns_config: # # # you can also put it in one line # - { name: "prometheus.myvpn.example.com", type: "A", value: "100.64.0.3" } + extra_records: + - name: "pi.hole" + type: "A" + value: "100.64.0.4" # Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/). # Only works if there is at least a nameserver defined.