diff --git a/dnscrypt-proxy/proxy.go b/dnscrypt-proxy/proxy.go index c1b1e248..3f1ab90c 100644 --- a/dnscrypt-proxy/proxy.go +++ b/dnscrypt-proxy/proxy.go @@ -313,9 +313,6 @@ func (proxy *Proxy) updateRegisteredServers() error { } if proxy.SourceIPv4 || proxy.SourceIPv6 { isIPv4, isIPv6 := true, false - if registeredServer.stamp.Proto == stamps.StampProtoTypeDoH { - isIPv4, isIPv6 = true, true - } if strings.HasPrefix(registeredServer.stamp.ServerAddrStr, "[") { isIPv4, isIPv6 = false, true }