diff --git a/k8s/document_root_sslip.io/index.html b/k8s/document_root_sslip.io/index.html index 19eb834..f5e54e9 100644 --- a/k8s/document_root_sslip.io/index.html +++ b/k8s/document_root_sslip.io/index.html @@ -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 version.status.sslip.io:
 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"
 

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 metrics.status.sslip.io

 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"
       
Explanation of Metrics
Uptime
The time since the DNS server has been started, in seconds
-
KV Store
-
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"
Blocklist
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
TXT Version
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")
-
TXT KV GET/PUT/DEL
-
- The number of GET/PUT/DELETEs to the DNS-backed key-value store on our sister site, k-v.io -
PTR IPv4/IPv6
This consists of two numbers; the first is the number of responses to IPv4 PTR queries (1.0.0.127.in-addr.arpa.127-0-0-1.sslip.io.), the second, IPv6 PTR queries