diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html index f7ed609..1bb08d9 100644 --- a/k8s/document_root/index.html +++ b/k8s/document_root/index.html @@ -213,6 +213,11 @@ dig @ns-aws.nono.io txt . +short -6 # forces IPv6 lookup; sample reply "2607:fb9 ipinfo.io (commercial) +

A big advantage of using DNS queries instead of HTTP queries is bandwidth: querying + ns-aws.nono.io requires a mere 592 bytes spread over 2 packets; Querying https://icanhazip.com/ requires 8692 bytes spread out over 34 packets—over 14 times + as much! Admittedly bandwidth usage is a bigger concern for the one hosting the service than the one using the + service.