Compare commits
No commits in common. "b608496aaac65f638e96b57062e624b45d945ad2" and "ce80c5e23b22b4afb862ecf8ead5d45e7d518862" have entirely different histories.
b608496aaa
...
ce80c5e23b
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user