You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since around September 10, 2026, all authoritative nameservers for dynv6 (ns1.dynv6.com, ns2.dynv6.net, ns3.dynv6.net) are responding with NXDOMAIN (RCODE 3, AA=1) to all DNS queries across all zones (including dynv6.net, v6.rocks, v6.navy, and all user subdomains).
Because these responses carry the Authoritative Answer flag (AA=1), global recursive resolvers (Google DNS 8.8.8.8, Cloudflare 1.1.1.1, ISP resolvers) negative-cache the failure, leading to a complete resolution outage for all dynv6 domains worldwide.
Diagnostic Evidence
1. TLD Delegation is Intact
Querying .net TLD servers (a.gtld-servers.net) confirms delegation to:
ns1.dynv6.com (95.216.144.82)
ns2.dynv6.net (5.45.100.251)
ns3.dynv6.net (159.69.43.243)
2. Querying Authoritative Nameservers Directly
All 3 authoritative nameservers are reachable on UDP and TCP port 53, but immediately reply with empty NXDOMAIN:
The DNS server daemon is running and accepting queries, but has 0 zones loaded in memory (likely due to a database connection failure, backend zone sync breakdown, or failed zone cache reload).
Could the maintainers please check the DNS daemon logs and database connection on the nameservers? Thank you!
Summary
Since around September 10, 2026, all authoritative nameservers for dynv6 (
ns1.dynv6.com,ns2.dynv6.net,ns3.dynv6.net) are responding withNXDOMAIN(RCODE 3, AA=1) to all DNS queries across all zones (includingdynv6.net,v6.rocks,v6.navy, and all user subdomains).Because these responses carry the Authoritative Answer flag (
AA=1), global recursive resolvers (Google DNS 8.8.8.8, Cloudflare 1.1.1.1, ISP resolvers) negative-cache the failure, leading to a complete resolution outage for all dynv6 domains worldwide.Diagnostic Evidence
1. TLD Delegation is Intact
Querying
.netTLD servers (a.gtld-servers.net) confirms delegation to:ns1.dynv6.com(95.216.144.82)ns2.dynv6.net(5.45.100.251)ns3.dynv6.net(159.69.43.243)2. Querying Authoritative Nameservers Directly
All 3 authoritative nameservers are reachable on UDP and TCP port 53, but immediately reply with empty
NXDOMAIN:Raw DNS header flags:
0x8503(QR=1, Opcode=0, AA=1, TC=0, RD=0, RA=0, Z=0, RCODE=3).3. Current Service Status
https://dynv6.comis reachable.community.dynv6.comfails TLS handshake (tlsv1 alert internal error).Suspected Root Cause
The DNS server daemon is running and accepting queries, but has 0 zones loaded in memory (likely due to a database connection failure, backend zone sync breakdown, or failed zone cache reload).
Could the maintainers please check the DNS daemon logs and database connection on the nameservers? Thank you!