We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84f48e commit 4b451e2Copy full SHA for 4b451e2
internal/resolve/resolve.go
@@ -153,7 +153,7 @@ func (r *Resolver) LookupECHConfigs(hostname string) (echConfigs []ctls.ECHConfi
153
for _, rr := range resp.Answer {
154
switch v := rr.(type) {
155
case *dns.HTTPS:
156
- for _, svcb := range v.SVCB.Value {
+ for _, svcb := range v.Value {
157
if svcb.Key() == dns.SVCB_ECHCONFIG {
158
echConfigRR := svcb.(*dns.SVCBECHConfig)
159
echConfig, echErr := ctls.UnmarshalECHConfigs(echConfigRR.ECH)
0 commit comments