From 64773e9ca6eab305db525274a09dc35b5bd0fce3 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Wed, 18 Jun 2025 06:54:31 -0700 Subject: [PATCH] Warn users about nip.io changes in behavior [#92] --- k8s/document_root_nip.io/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/k8s/document_root_nip.io/index.html b/k8s/document_root_nip.io/index.html index d471d45..997c923 100644 --- a/k8s/document_root_nip.io/index.html +++ b/k8s/document_root_nip.io/index.html @@ -26,7 +26,16 @@ style="background-color: #f0f8ff; border: 2px solid #4682b4; margin: 10px; padding: 15px; text-align: center; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">

nip.io is now hosted by sslip.io. This page, the original - nip.io page, is kept as a memorial to the late, great Roopinder Singh, who created nip.io. + nip.io page, is kept as a memorial to the late, great Roopinder Singh, who created & ran nip.io. +

+ +
+

+ Watch out! The behavior has changed. For example, hexadecimal notation no longer works + (e.g. " 7f00001.nip.io" will not resolve), and parsing is done from left to right instead of right to left + (e.g. "1.127.0.0.1.nip.io" resolves to "1.127.0.0" not "127.0.0.1" ).