Compare commits

..

No commits in common. "b608496aaac65f638e96b57062e624b45d945ad2" and "ce80c5e23b22b4afb862ecf8ead5d45e7d518862" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ impl DNSChecker {
.client
.lock()
.await
.query(domain.clone(), DNSClass::IN, RecordType::A)
.query(domain.clone(), DNSClass::IN, RecordType::AAAA)
.await
{
Ok(res) => res,

View File

@ -26,7 +26,7 @@ been set up.</p>
<input type="submit" value="Go!" />
</form>
<p>Or you can do any of the following alternative actions:</p>
<p>Alternatively you can do any of the following alternative actions:</p>
<ul>
<li>List all existing domains (TODO)</li>