feat: add headscale #31

Merged
polpetta merged 4 commits from headscale-setup into master 2024-08-04 13:02:51 +02:00
Showing only changes of commit 0c427085b5 - Show all commits

View File

@ -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.