Fix: expand UDPSize to avoid resolving error (#139)
This commit is contained in:
@ -234,6 +234,7 @@ func transform(servers []NameServer) []*nameserver {
|
||||
TLSConfig: &tls.Config{
|
||||
ClientSessionCache: globalSessionCache,
|
||||
},
|
||||
UDPSize: 4096,
|
||||
},
|
||||
Address: s.Addr,
|
||||
})
|
||||
|
Reference in New Issue
Block a user