From 49e01968712c2cb997b3a84dbda598dd6a0b1116 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 6 Mar 2023 20:23:35 +0100 Subject: [PATCH] add dns record to headscale for camperpi --- headscale/configmap.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/headscale/configmap.yaml b/headscale/configmap.yaml index a1ad2d8..56ab1e3 100644 --- a/headscale/configmap.yaml +++ b/headscale/configmap.yaml @@ -33,3 +33,7 @@ data: - 9.9.9.9 base_domain: vpn.tobru.ch magic_dns: true + extra_records: + - name: "pi.camper.tobru.ch" + type: "A" + value: "100.64.0.16"