Skip to content

Commit

Permalink
fix(headscale): Use internal DNS when connected
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglesemanation committed Feb 2, 2025
1 parent 7003dfb commit 4623853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/apps/network/headscale/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ dns:

# Split DNS (see https://tailscale.com/kb/1054/dns/),
# a map of domains and which DNS server to use for each.
#split:
# ${CLUSTER_DOMAIN}:
# - ${SVC_DNS_ADDR}
split:
${CLUSTER_DOMAIN}:
- ${SVC_DNS_ADDR}

# Set custom DNS search domains. With MagicDNS enabled,
# your tailnet base_domain is always the first search domain.
Expand Down

0 comments on commit 4623853

Please sign in to comment.