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
cfg.BaseDomain: not configurable through the config.yaml, set to cfg.DNSConfig.BaseDomain, used for Domain in MapResponse
cfg.DNSConfig.BaseDomain: described as the magic DNS base domain.
MapResponse.Domain is used by GUIs to show the tailnet organization name (text below your username).
Currently, you can only configure the magic DNS base domain which will be used as the organization name. This is also used to build the FQDNs in host mappings.
Expected Behavior
Be able to configure the organization name (organization domain) independently of the magic DNS base domain, as it is possible with tailscale.
Steps To Reproduce
run tailscale with webclient=true and observe that the magic DNS (called suffix in tailscale dns status) base domain is used as the org name at the top.
Is this a support request?
Is there an existing issue for this?
Current Behavior
The config currently knows of:
cfg.BaseDomain
: not configurable through the config.yaml, set tocfg.DNSConfig.BaseDomain
, used forDomain
inMapResponse
cfg.DNSConfig.BaseDomain
: described as the magic DNS base domain.MapResponse.Domain
is used by GUIs to show the tailnet organization name (text below your username).Currently, you can only configure the magic DNS base domain which will be used as the organization name. This is also used to build the FQDNs in host mappings.
Expected Behavior
Be able to configure the organization name (organization domain) independently of the magic DNS base domain, as it is possible with tailscale.
Steps To Reproduce
tailscale dns status
) base domain is used as the org name at the top.Environment
Runtime environment
Anything else?
I have a PR ready to fix this.
The text was updated successfully, but these errors were encountered: