Skip to content

Commit

Permalink
Merge pull request #105 from dyhkwong/fix-odoh
Browse files Browse the repository at this point in the history
fix: ODoH server address
  • Loading branch information
natesales authored Jan 15, 2025
2 parents 46ce32b + 09c8d26 commit f592838
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 f592838

Please sign in to comment.