Don't assume IPv4 and IPv6 for DoH servers

This commit is contained in:
Husam Ahmed 2023-08-02 22:53:56 +03:00 committed by GitHub
parent 0a98be94a7
commit a6cf9f847f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}