This repository was archived by the owner on Jun 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -477,10 +477,11 @@ public Configuration()
477477 LangName = string . Empty ;
478478 DnsClients = new List < DnsClient >
479479 {
480- new ( DnsType . DnsOverTls ) { DnsServer = @"1.1.1.1" } ,
481- new ( DnsType . Default ) { DnsServer = @"1.1.1.1" } ,
482- new ( DnsType . DnsOverTls ) ,
483- new ( DnsType . Default )
480+ new ( DnsType . DnsOverTls ) { DnsServer = @"208.67.222.222" } ,
481+ new ( DnsType . DnsOverTls ) { DnsServer = @"208.67.220.220" } ,
482+ new ( DnsType . DnsOverTls ) { DnsServer = @"1.1.1.1" } ,
483+ new ( DnsType . DnsOverTls ) { DnsServer = @"1.0.0.1" } ,
484+ new ( DnsType . DnsOverTls ) { DnsServer = @"1.12.12.12" } ,
484485 } ;
485486 ServerSubscribes = new List < ServerSubscribe > ( ) ;
486487 PortMap = new Dictionary < string , PortMapConfig > ( ) ;
Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ public bool IsUdpEnabled
127127 #region Ignore
128128
129129 private IPAddress ? _ip ;
130- public const string DefaultDnsServer = @"8.8.8.8 " ;
130+ public const string DefaultDnsServer = @"208.67.222.222 " ;
131131 public const ushort DefaultPort = 53 ;
132- public const string DefaultTlsDnsServer = @"dns.google " ;
132+ public const string DefaultTlsDnsServer = @"208.67.222.222 " ;
133133 public const ushort DefaultTlsPort = 853 ;
134134
135135 #endregion
You can’t perform that action at this time.
0 commit comments