Remove key-value from sslip.io home page

We've removed the key-value feature, so there's no need to describe them
on the home page. I also updated the examples.
This commit is contained in:
Brian Cunnie
2023-03-15 13:58:35 -07:00
parent fb755b89a1
commit 2356dbb451

View File

@@ -232,9 +232,9 @@ dig @ns.sslip.io txt ip.sslip.io +short -6 # forces IPv6 lookup; sample reply "2
sslip.io software by querying the TXT record of <code>version.status.sslip.io</code>:
<pre>
dig @ns-gce.nono.io version.status.sslip.io txt +short
"2.6.1"
"2022/11/11-11:39:10-0800"
"b9f0da8"
"2.7.0"
"2023/03/13-18:51:49-0400"
"8f7f2df"
</pre>
<p>The first number, ("2.6.1"), is the version of the sslip.io DNS software, and is most relevant. The other two
numbers are the date compiled and the most recent git hash, but those values can differ across servers due to the
@@ -243,28 +243,22 @@ dig @ns-gce.nono.io version.status.sslip.io txt +short
<code>metrics.status.sslip.io</code>
<pre>
dig @ns-aws.sslip.io metrics.status.sslip.io txt +short
"Uptime: 82059"
"KV Store: etcd"
"Blocklist: 2022-07-15 16:40:03-07 2,3"
"Queries: 6399908 (78.0/s)"
"Answered Queries: 2202200 (26.8/s)"
"A: 1974882"
"AAAA: 87362"
"TXT Source: 269"
"TXT Version: 8"
"TXT KV GET/PUT/DEL: 21/7/7"
"PTR IPv4/IPv6: 0/0"
"NS DNS-01: 455"
"Blocked: 66"
"Uptime: 165655"
"Blocklist: 2023-03-15 13:54:06-07 2,3"
"Queries: 14295231 (86.3/s)"
"Answered Queries: 4872793 (29.4/s)"
"A: 4025711"
"AAAA: 247215"
"TXT Source: 57"
"TXT Version: 24"
"PTR IPv4/IPv6: 318/22"
"NS DNS-01: 135"
"Blocked: 175"
</pre>
<h5>Explanation of Metrics</h5>
<dl>
<dt>Uptime</dt>
<dd>The time since the DNS server has been started, in seconds</dd>
<dt>KV Store</dt>
<dd>This can be one of two values: "builtin" and "etcd". "builtin" means any changes to key/value are limited
to that specific DNS server. "etcd" means changes are propagated to all servers whose key-value store is
"etcd"</dd>
<dt>Blocklist</dt>
<dd>
The first value ("2022-02-26 10:54:21-08") is the date the blocklist was last downloaded. The following two
@@ -299,11 +293,6 @@ dig @ns-aws.sslip.io metrics.status.sslip.io txt +short
<dt>TXT Version</dt>
<dd>The number of responses which included a TXT record of the DNS's servers version since starting operation
(e.g. "dig @ns-azure.sslip.io version.status.sslip.io txt")</dd>
<dt>TXT KV GET/PUT/DEL</dt>
<dd>
The number of GET/PUT/DELETEs to the DNS-backed key-value store on our sister site, <a href=
"https://k-v.io">k-v.io</a>
</dd>
<dt>PTR IPv4/IPv6</dt>
<dd>This consists of two numbers; the first is the number of responses to IPv4 PTR queries
(<code>1.0.0.127.in-addr.arpa.</code><code>127-0-0-1.sslip.io.</code>), the second, IPv6 PTR queries</dd>