|
@@ -6,7 +6,7 @@ shell = "dog a-example.lookup.dog @https://cloudflare-dns.com/dns-query --short
|
|
|
stdout = { string = '10.20.30.40' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "a" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing A record using HTTPS"
|
|
@@ -14,7 +14,7 @@ shell = "dog non.existent @https://cloudflare-dns.com/dns-query --short --https"
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "a" ]
|
|
|
|
|
|
|
|
|
# AAAA records
|
|
@@ -25,7 +25,7 @@ shell = "dog AAAA aaaa-example.lookup.dog @https://cloudflare-dns.com/dns-query
|
|
|
stdout = { string = '::1' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "aaaa" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing AAAA record using HTTPS"
|
|
@@ -33,7 +33,7 @@ shell = "dog AAAA non.existent @https://cloudflare-dns.com/dns-query --short --h
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "aaaa" ]
|
|
|
|
|
|
|
|
|
# CAA records
|
|
@@ -44,7 +44,7 @@ shell = "dog CAA caa-example.lookup.dog @https://cloudflare-dns.com/dns-query --
|
|
|
stdout = { string = '"issue" "some.certificate.authority" (non-critical)' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "caa" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing CAA record using HTTPS"
|
|
@@ -52,7 +52,7 @@ shell = "dog CAA non.existent @https://cloudflare-dns.com/dns-query --short --ht
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "caa" ]
|
|
|
|
|
|
|
|
|
# CNAME records
|
|
@@ -63,7 +63,7 @@ shell = "dog CNAME cname-example.lookup.dog @https://cloudflare-dns.com/dns-quer
|
|
|
stdout = { string = '"dns.lookup.dog."' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "cname" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing CNAME record using HTTPS"
|
|
@@ -71,7 +71,7 @@ shell = "dog CNAME non.existent @https://cloudflare-dns.com/dns-query --short --
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "cname" ]
|
|
|
|
|
|
|
|
|
# HINFO records
|
|
@@ -82,7 +82,7 @@ shell = "dog HINFO hinfo-example.lookup.dog @https://cloudflare-dns.com/dns-quer
|
|
|
stdout = { string = '"some-kinda-os"' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "hinfo" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing HINFO record using HTTPS"
|
|
@@ -90,7 +90,7 @@ shell = "dog HINFO non.existent @https://cloudflare-dns.com/dns-query --short --
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "hinfo" ]
|
|
|
|
|
|
|
|
|
# MX records
|
|
@@ -101,7 +101,7 @@ shell = "dog MX mx-example.lookup.dog @https://cloudflare-dns.com/dns-query --sh
|
|
|
stdout = { string = '10 "some.mail.server."' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "mx" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing MX record using HTTPS"
|
|
@@ -109,7 +109,7 @@ shell = "dog MX non.existent @https://cloudflare-dns.com/dns-query --short --htt
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "mx" ]
|
|
|
|
|
|
|
|
|
# NS records
|
|
@@ -120,7 +120,7 @@ shell = "dog NS lookup.dog @https://cloudflare-dns.com/dns-query --short --https
|
|
|
stdout = { string = 'ns1' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "ns" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing NS record using HTTPS"
|
|
@@ -128,7 +128,7 @@ shell = "dog NS non.existent @https://cloudflare-dns.com/dns-query --short --htt
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "ns" ]
|
|
|
|
|
|
|
|
|
# SOA records
|
|
@@ -139,7 +139,7 @@ shell = "dog SOA lookup.dog @https://cloudflare-dns.com/dns-query --short --http
|
|
|
stdout = { string = 'ns1' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "soa" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing SOA record using HTTPS"
|
|
@@ -147,7 +147,7 @@ shell = "dog MX non.existent @https://cloudflare-dns.com/dns-query --short --htt
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "soa" ]
|
|
|
|
|
|
|
|
|
# SRV records
|
|
@@ -158,7 +158,7 @@ shell = "dog SRV srv-example.lookup.dog @https://cloudflare-dns.com/dns-query --
|
|
|
stdout = { string = '20 "dns.lookup.dog.":5000' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "srv" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing SRV record using HTTPS"
|
|
@@ -166,7 +166,7 @@ shell = "dog SRV non.existent @https://cloudflare-dns.com/dns-query --short --ht
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "srv" ]
|
|
|
|
|
|
|
|
|
# TXT records
|
|
@@ -177,7 +177,7 @@ shell = "dog TXT txt-example.lookup.dog @https://cloudflare-dns.com/dns-query --
|
|
|
stdout = { string = '"Cache Invalidation and Naming Things"' }
|
|
|
stderr = { empty = true }
|
|
|
status = 0
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "txt" ]
|
|
|
|
|
|
[[cmd]]
|
|
|
name = "Look up a missing TXT record using HTTPS"
|
|
@@ -185,4 +185,4 @@ shell = "dog TXT non.existent @https://cloudflare-dns.com/dns-query --short --ht
|
|
|
stdout = { empty = true }
|
|
|
stderr = { string = "No results" }
|
|
|
status = 2
|
|
|
-tags = [ "live", "cloudflare" ]
|
|
|
+tags = [ "live", "cloudflare", "https", "txt" ]
|