android: only use google dns server when the default dns server cannot be obtained (#4236)

This commit is contained in:
fatedier
2024-05-23 16:09:58 +08:00
committed by GitHub
parent 522e2c94c1
commit e680acf42d
2 changed files with 7 additions and 2 deletions

View File

@@ -5,3 +5,4 @@
### Changes
* Updated the default value of `transport.tcpMuxKeepaliveInterval` from 60 to 30.
* On the Android platform, the Google DNS server is used only when the default DNS server cannot be obtained.