mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-01 12:56:16 +03:00
Chore: minor default dns changes
This commit is contained in:
parent
a83ecb8b22
commit
5f9d4c1572
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ var (
|
|||
defaultNameServers = []string{
|
||||
"223.5.5.5",
|
||||
"119.29.29.29",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"8.8.4.4",
|
||||
"1.0.0.1",
|
||||
}
|
||||
defaultFakeIPFilter = []string{
|
||||
// Stun Services
|
||||
|
|
Loading…
Add table
Reference in a new issue