mirror of
https://github.com/danog/dns-over-https.git
synced 2024-11-26 11:54:44 +01:00
Test fix
This commit is contained in:
parent
0444e06dc2
commit
99e1789f7a
@ -32,7 +32,7 @@ class DoHConfigTest extends TestCase
|
||||
[[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::RFC8484_GET)]],
|
||||
[[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::GOOGLE_JSON)]],
|
||||
[[new Nameserver('https://dns.google/resolve', Nameserver::GOOGLE_JSON)]],
|
||||
[[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::GOOGLE_JSON), new Nameserver('dns.google/resolve', Nameserver::GOOGLE_JSON)]],
|
||||
[[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::GOOGLE_JSON), new Nameserver('https://dns.google/resolve', Nameserver::GOOGLE_JSON)]],
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user