File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,31 +374,21 @@ const defaultConfig = {
374374 } ,
375375 dns : {
376376 providers : {
377+ safe360 : {
378+ server : 'tls://dot.360.cn' ,
379+ forSNI : true ,
380+ } ,
377381 aliyun : {
378- type : 'https' ,
379- server : 'https://dns.alidns.com/dns-query' ,
380- cacheSize : 1000 ,
382+ server : 'tls://dns.alidns.com' ,
381383 } ,
382384 cloudflare : {
383- type : 'https' ,
384385 server : 'https://1.1.1.1/dns-query' ,
385- cacheSize : 1000 ,
386386 } ,
387387 quad9 : {
388- type : 'https' ,
389388 server : 'https://9.9.9.9/dns-query' ,
390- cacheSize : 1000 ,
391- } ,
392- safe360 : {
393- type : 'https' ,
394- server : 'https://doh.360.cn/dns-query' ,
395- cacheSize : 1000 ,
396- forSNI : true ,
397389 } ,
398390 rubyfish : {
399- type : 'https' ,
400391 server : 'https://rubyfish.cn/dns-query' ,
401- cacheSize : 1000 ,
402392 } ,
403393 } ,
404394 mapping : {
You can’t perform that action at this time.
0 commit comments