Skip to content

Commit

Permalink
dot: add missing resolver addr to summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 4, 2024
1 parent 18c2687 commit f3a671e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intra/dns53/dot.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ func (t *dot) GetAddr() (addr string) {
addr = dnsx.EchPrefix + t.addr
} else if t.skipTLSVerify {
addr = dnsx.NoPkiPrefix + t.addr
} else {
addr = t.addr
}
return addr
}
Expand Down

0 comments on commit f3a671e

Please sign in to comment.