Skip to content

Commit

Permalink
Update Tencent DoH IP
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 6, 2024
1 parent 50ca0c5 commit 2fa1562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/non_ip/domestic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export const DOMESTICS = {
},
TENCENT: {
hosts: {
'dot.pub': ['120.53.53.53', '1.12.12.12'],
'doh.pub': ['120.53.53.53', '1.12.12.12'],
'dns.pub': ['162.14.21.178', '162.14.21.56']
'dot.pub': ['120.53.53.53', '1.12.12.12', '1.12.34.56'],
'doh.pub': ['120.53.53.53', '1.12.12.12', '1.12.34.56'],
'dns.pub': ['120.53.53.53', '1.12.12.12', '1.12.34.56', '162.14.21.178', '162.14.21.56']
},
dns: 'https://doh.pub/dns-query',
domains: [
Expand Down

0 comments on commit 2fa1562

Please sign in to comment.