Fix: expand UDPSize to avoid resolving error (#139)

This commit is contained in:
Comzyh
2019-03-17 14:08:15 +08:00
committed by Dreamacro
parent acf55a7f64
commit 63446da5fa
2 changed files with 8 additions and 0 deletions

View File

@ -234,6 +234,7 @@ func transform(servers []NameServer) []*nameserver {
TLSConfig: &tls.Config{
ClientSessionCache: globalSessionCache,
},
UDPSize: 4096,
},
Address: s.Addr,
})