Compare commits
2 Commits
ce80c5e23b
...
b608496aaa
Author | SHA1 | Date | |
---|---|---|---|
|
b608496aaa | ||
|
93a9e21e93 |
@ -74,7 +74,7 @@ impl DNSChecker {
|
|||||||
.client
|
.client
|
||||||
.lock()
|
.lock()
|
||||||
.await
|
.await
|
||||||
.query(domain.clone(), DNSClass::IN, RecordType::AAAA)
|
.query(domain.clone(), DNSClass::IN, RecordType::A)
|
||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
Ok(res) => res,
|
Ok(res) => res,
|
||||||
|
@ -26,7 +26,7 @@ been set up.</p>
|
|||||||
<input type="submit" value="Go!" />
|
<input type="submit" value="Go!" />
|
||||||
</form>
|
</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>
|
<ul>
|
||||||
<li>List all existing domains (TODO)</li>
|
<li>List all existing domains (TODO)</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user