Skip to content

Commit

Permalink
fix: ODoH server address
Browse files Browse the repository at this point in the history
  • Loading branch information
dyhkwong committed Jan 12, 2025
1 parent 1cb2639 commit 09c8d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func newTransport(server string, transportType transport.Type, tlsConfig *tls.Co
if opts.ODoHProxy != "" {
log.Debugf("Using ODoH transport with target %s proxy %s", server, opts.ODoHProxy)
ts = &transport.ODoH{
Common: common,
Proxy: opts.ODoHProxy,
TLSConfig: tlsConfig,
}
Expand Down

0 comments on commit 09c8d26

Please sign in to comment.