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
Fix DNS discovery: publish _config TXT under NS hostname, not just node ID
The server node ID fix (v0.6.4) changed the _config TXT record from
_config.ns1.lemonade-nexus.io to _config.server-0edf40003dfe0f7a.
Clients query _config.<ns_hostname> so they got NXDOMAIN.
Now publishes under BOTH the NS prefix (ns1) and the node ID.
0 commit comments