diff --git a/.cspell.json b/.cspell.json index be5ecbff76..b5b55e17e5 100644 --- a/.cspell.json +++ b/.cspell.json @@ -5,6 +5,7 @@ "words": [ "abortable", "Alives", + "ahadns", "asym", "backoff", "backoffs", diff --git a/packages/dns-discovery/src/dns_over_https.ts b/packages/dns-discovery/src/dns_over_https.ts index 642465aeee..a7062ff29f 100644 --- a/packages/dns-discovery/src/dns_over_https.ts +++ b/packages/dns-discovery/src/dns_over_https.ts @@ -16,10 +16,10 @@ export class DnsOverHttps implements DnsClient { */ static DefaultEndpoints: Endpoint[] = [ toEndpoint({ - name: "cisco-doh", + name: "AhaDNS", protocol: "https:", - host: "doh.opendns.com", - ipv4: "146.112.41.2", + host: "doh.la.ahadns.net", + ipv4: "45.67.219.208", }), toEndpoint({ name: "cloudflare", diff --git a/packages/tests/tests/dns-peer-discovery.spec.ts b/packages/tests/tests/dns-peer-discovery.spec.ts index 5e014a2b26..18f3610373 100644 --- a/packages/tests/tests/dns-peer-discovery.spec.ts +++ b/packages/tests/tests/dns-peer-discovery.spec.ts @@ -9,7 +9,7 @@ const enrTree = `enrtree://${publicKey}@${fqdn}`; const maxQuantity = 3; describe("DNS Discovery: Compliance Test", async function () { - this.timeout(5000); + this.timeout(10000); tests({ async setup() { return wakuDnsDiscovery(enrTree, {