Skip to content

Commit

Permalink
dnsforward: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jun 20, 2022
1 parent 1ba099c commit 30b470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dnsforward/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30b470a

Please sign in to comment.