From 30b470abe6ea6a58b50a49715c77342018be9491 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Mon, 20 Jun 2022 17:33:56 +0300 Subject: [PATCH] dnsforward: imp docs --- internal/dnsforward/dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dnsforward/dns.go b/internal/dnsforward/dns.go index ea3b6fc341d..3c444e2cf71 100644 --- a/internal/dnsforward/dns.go +++ b/internal/dnsforward/dns.go @@ -279,7 +279,7 @@ func (s *Server) processDDRQuery(ctx *dnsContext) (rc resultCode) { // contructed SVCB resource records have the priority of 1 for each entry, // similar to examples provided by https://www.ietf.org/archive/id/draft-ietf-add-ddr-06.html. // -// TODO(a.meshkov): Define the correct priority policy. +// TODO(a.meshkov): Consider setting the priority values based on the protocol. func (s *Server) makeDDRResponse(req *dns.Msg) (resp *dns.Msg) { resp = s.makeResponse(req) // TODO(e.burkov): Think about storing the FQDN version of the server's