From d2ed920d20fe2abf705248b3c1c756b4fad83b12 Mon Sep 17 00:00:00 2001
From: Brian Cunnie
Date: Sat, 30 Jan 2021 20:00:19 -0800
Subject: [PATCH] Bump version number on download link on web page
---
k8s/document_root/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html
index b5ae6a1..07837ba 100644
--- a/k8s/document_root/index.html
+++ b/k8s/document_root/index.html
@@ -157,7 +157,7 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js">
our server within a docker container:
docker run -it --rm fedora
-curl -L https://github.com/cunnie/sslip.io/releases/download/2.1.1/sslip.io-dns-server-linux-amd64 -o dns-server
+curl -L https://github.com/cunnie/sslip.io/releases/download/2.1.2/sslip.io-dns-server-linux-amd64 -o dns-server
chmod +x dns-server
./dns-server 2> dns-server.log &
dnf install -y bind-utils