Skip to content

Commit

Permalink
fix: use correct dns resolver urls & types
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Dec 7, 2023
1 parent 4052e05 commit 8a9d16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/heliaFetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export class HeliaFetch {
dnsOverHttps('https://mozilla.cloudflare-dns.com/dns-query'),
dnsOverHttps('https://cloudflare-dns.com/dns-query'),
dnsOverHttps('https://dns.google/dns-query'),
dnsOverHttps('https://dns.google/resolve'),
dnsOverHttps('dns.quad9.net/dns-query')
dnsJsonOverHttps('https://dns.google/resolve'),
dnsOverHttps('https://dns.quad9.net/dns-query')
]
})
this.log('Helia Setup Complete!')
Expand Down

0 comments on commit 8a9d16e

Please sign in to comment.