feat: made pihole always reachable
parent
60a05f7fed
commit
0c427085b5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue