Skip to content

Commit

Permalink
Chore: domain alive check add new DNS server
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 15, 2025
1 parent d965ae8 commit f57d3cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/lib/is-domain-alive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const dohServers: Array<[string, DNS2.DnsResolver]> = ([
'wikimedia-dns.org',
// 'ordns.he.net',
// 'dns.mullvad.net',
'basic.rethinkdns.com'
'basic.rethinkdns.com',
'198.54.117.10' // NameCheap DNS, supports DoT, DoH, UDP53
// 'ada.openbld.net',
// 'dns.rabbitdns.org'
] as const).map(dns => [
Expand Down

0 comments on commit f57d3cd

Please sign in to comment.