diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 666ddec..ce9110e 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -85,7 +85,7 @@ git pull -r nvim sslip.io.yml bosh -e vsphere -d sslip.io deploy sslip.io.yml -l <(lpass show --note deployments.yml) --no-redact dig @ns-azure 127-0-0-1.sslip.io +short # output should be 127.0.0.1 -dig @ns-azure.nono.io txt version.sslip.io +dig @ns-azure.nono.io txt version.sslip.io +short git add -p git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION" git push diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html index 9ab2ee0..9f88255 100644 --- a/k8s/document_root/index.html +++ b/k8s/document_root/index.html @@ -53,11 +53,6 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"> service that, when queried with a hostname with an embedded IP address, returns that IP address. It was inspired by xip.io, which was created by Sam Stephenson.

-

Here are some examples:

@@ -237,11 +232,11 @@ dig @ns-aws.nono.io txt ip.sslip.io +short -6 # forces IPv6 lookup; sample reply sslip.io software by querying the TXT record of version.sslip.io:
 dig @ns-aws.nono.io txt version.sslip.io +short
-            "2.2.1"
-            "2021/10/06-05:17:18-0700"
-            "7bef649"
+            "2.2.3"
+            "2021/11/27-11:35:50-0800"
+            "074f0a8"
 
-

The first number, ("2.2.1"), is the version of the sslip.io DNS software, and is most relevant. The other two +

The first number, ("2.2.3"), 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 manner in which the software is deployed.