From bc103c79640be65485d3ee8459302e080aa0cb36 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 19 Jun 2021 20:40:39 -0700 Subject: [PATCH] Website: reorganize headings - "Related Services" is at the bottom - Recommend using ns-aws.nono.io for both IPv4 & IPv6 lookups --- k8s/document_root/index.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html index 78000e1..0f4b8d9 100644 --- a/k8s/document_root/index.html +++ b/k8s/document_root/index.html @@ -190,22 +190,10 @@ dig @localhost 127-0-0-1.sslip.io +short # returns "127.0.0.1" certificates for "sslip.io" subdomains, e.g. "*.52-0-56-137.sslip.io", is possible but more complicated. For those interested, the procedure is described here.

- - -

Determining Your External IP Address

+

Determining Your External IP Address via DNS Lookup

You can use sslip.io's DNS servers (ns-aws.nono.io, ns-azure.nono.io, ns-gce.nono.io) to determine your public - IP address by querying the `TXT` record of the root domain:

+ IP address by querying the `TXT` record of the root domain. We recommend querying `ns-aws.nono.io`, for it has + both IPv4 and IPv6 addresses:

 dig @ns-aws.nono.io txt . +short    # sample reply "2607:fb90:464:ae1e:ed60:29c:884c:4b52"
 dig @ns-aws.nono.io txt . +short -4 # forces IPv4 lookup; sample reply "172.58.35.231"
@@ -221,7 +209,20 @@ dig @ns-aws.nono.io txt . +short -6 # forces IPv6 lookup; sample reply "2607:fb9
           ipify.org
         
         
  • - ipinfo.io (commercial) + ipinfo.io (commercial) +
  • + + +
    @@ -261,7 +262,6 @@ Placed at the end of the document so the pages load faster -->