Compare commits

...

2 Commits

Author SHA1 Message Date
Brian Picciano
b608496aaa Fix small goof in index copy 2023-05-15 23:01:57 +02:00
Brian Picciano
93a9e21e93 Fix A record checking 2023-05-15 23:01:24 +02:00
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::AAAA)
.query(domain.clone(), DNSClass::IN, RecordType::A)
.await
{
Ok(res) => res,

View File

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