diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html index 8cf4bd3..78000e1 100644 --- a/k8s/document_root/index.html +++ b/k8s/document_root/index.html @@ -203,6 +203,27 @@ dig @localhost 127-0-0-1.sslip.io +short # returns "127.0.0.1" local addresses. +
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:
++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" +dig @ns-aws.nono.io txt . +short -6 # forces IPv6 lookup; sample reply "2607:fb90:464:ae1e:ed60:29c:884c:4b52"+
This feature was inspired by Google's DNS lookup, i.e. dig txt o-o.myaddr.l.google.com @8.8.8.8
+ +short
. There are also popular HTTP-based services for determining your public IP address:
[Status] A status of “build failing” rarely means the system is failing. It’s @@ -229,16 +250,15 @@ Bootstrap core JavaScript ================================================== --> Placed at the end of the document so the pages load faster --> - + + - + + - +