[Feat]
1.Add DNS over QUIC support 2.Replace Country.mmdb with GeoIP.dat 3.build with Alpha tag
This commit is contained in:
@ -61,6 +61,9 @@ func transform(servers []NameServer, resolver *Resolver) []dnsClient {
|
||||
case "dhcp":
|
||||
ret = append(ret, newDHCPClient(s.Addr))
|
||||
continue
|
||||
case "quic":
|
||||
ret = append(ret, &quicClient{addr: s.Addr})
|
||||
continue
|
||||
}
|
||||
|
||||
host, port, _ := net.SplitHostPort(s.Addr)
|
||||
|
Reference in New Issue
Block a user