From c1db16dd1776e13a4fdc17c3a5a5644d39ad93a0 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 13 Dec 2020 16:24:24 -0800 Subject: [PATCH] Website: link to the latest (1.2.0) release --- 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 459621d..c729c84 100644 --- a/k8s/document_root/index.html +++ b/k8s/document_root/index.html @@ -159,7 +159,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/1.1.2/sslip.io-dns-server-linux-amd64 -o dns-server
+curl -L https://github.com/cunnie/sslip.io/releases/download/1.2.0/sslip.io-dns-server-linux-amd64 -o dns-server
 chmod +x dns-server
 ./dns-server 2> dns-server.log &
 dnf install -y bind-utils