From 56191a2ef7a70dc8c806f459482e20d0bb851d2d Mon Sep 17 00:00:00 2001
From: Brian Cunnie
Date: Sat, 27 Nov 2021 12:29:58 -0800
Subject: [PATCH] HTML: remove the "new software" warning
It's not new after a year. I also updated the version numbers returned
because, well, it makes the website more "fresh".
---
docs/DEVELOPER.md | 2 +-
k8s/document_root/index.html | 13 ++++---------
2 files changed, 5 insertions(+), 10 deletions(-)
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.
-
-
2020-12-01 New Software! We've replaced our original PowerDNS + Bash script backend with a customized
- DNS server written in Golang.
Let us know if
- anything breaks.
-
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.