Skip to content

Commit

Permalink
adds comment: SVCB RRs only placed at zone level for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-burns committed Jul 31, 2024
1 parent beacb9d commit a3c4e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions golang/wasm/pure.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ function getKeysForDomain() {
}

// findDOHEndpoint()
// for a given domain, find DOH Endpoint URL for update returned as string
//
// for a given domain (usually a zone), find DOH Endpoint URL for update returned as string
// (note sig0namectl presently implements this only at zones)
async function findDOHEndpoint() {
var dohDomain = document.getElementById("doh-for-domain").value
if (! dohDomain.endsWith('.')) {
Expand Down

0 comments on commit a3c4e2e

Please sign in to comment.