feat: made pihole always reachable

pull/31/head
Davide Polonio 2024-08-04 12:24:30 +02:00
parent 60a05f7fed
commit 0c427085b5
1 changed files with 4 additions and 0 deletions

View File

@ -245,6 +245,10 @@ dns_config:
# #
# # you can also put it in one line # # you can also put it in one line
# - { name: "prometheus.myvpn.example.com", type: "A", value: "100.64.0.3" } # - { 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/). # Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/).
# Only works if there is at least a nameserver defined. # Only works if there is at least a nameserver defined.