You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not the OP but if I were to guess: they are seeing this in their logs:
WARN: The "dns.use_username_in_magic_dns" configuration key is deprecated and has been removed. Please see the changelog...
Which presumably is due to the key being explicitly set to false in the current default config:
# DEPRECATED
# Use the username as part of the DNS name for nodes, with this option enabled:
# node1.username.example.com
# while when this is disabled:
# node1.example.com
# This is a legacy option as Headscale has have this wrongly implemented
# while in upstream Tailscale, the username is not included.
use_username_in_magic_dns: false
Is this a support request?
Is there an existing issue for this?
Current Behavior
current conf example does not match latest spec
Expected Behavior
match the latest spec
Steps To Reproduce
use the example conf file. it has a deprecated key.
Environment
Runtime environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: