Open ThomasBuchinger opened 1 year ago
Worked around the problem by creating a A record for vault for now
This problem is caused by a PiHole specific configuration:
pi.hole
pihole
and/or anyting containing the hostname (e.g. evergreen.buc.sh
) resolve to the "Local IPv4" address0.0.0.0
evergreen.buc.sh
had an explicit A-Record, therefore it was working. Resolving CNAMEs returned the placeholder IP of 0.0.0.0
Solution: Set LOCAL_IPV4 environment variable, telling PiHole which IP address it should use as the Primary IPv4 Address
Keeping this issue open, because there is still an issue with the WiFi Router advertising itself as a DNS server via IPv6.
IPv6 devices (e.g. smartphones) prefer the WiFi Routers DNS server over PiHole
For some reason Pods are unable to resolve CNAMEs, but they can resolve A records.
vault
,vault.buc.sh
orvault.buc.sh.
(note the dot at the end ) behave identically