.nu

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 56ms 155ms 396
7d 100% 100% 56ms 139ms 2112
30d 100% 100% 55ms 146ms 11820

WHOIS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 25.00% 25.00% 225ms 476ms 40
7d 24.14% 24.14% 225ms 395ms 232
30d 28.75% 28.68% 225ms 435ms 1332

DNSSEC Validation Metrics

Registry Agreement Spec 6

DNSSEC is required by the Registry Agreement (Specification 6) but is not part of the Spec 10 SLA. We monitor DNSSEC validation independently.

Period Validation Rate RTT p50 RTT p95 Checks Status
24h 100% 60ms 68ms 66
7d 100% 61ms 70ms 356
30d 100% 59ms 68ms 2002

Unlike Spec 10 services, DNSSEC has no formal availability SLA. Thresholds shown are operational guidelines.

Current Check Status

Reported by Any53 Probes
Type AF RTT Last Check Source Details Status TSLAC
DNS v4 19ms 23 minutes ago local NSID: YUL1 OK
DNS v6 20ms 103 days, 9 hours ago local NSID: ASH1 OK
DNSSEC v4 60ms 13 minutes ago local Key: 41209 OK
DNSSEC v6 69ms 13 minutes ago local Key: 41209 OK
WHOIS v4 235ms 8 minutes ago local FAIL
WHOIS v6 216ms 8 minutes ago local FAIL

Nameservers

6 IPs tested
Hostname IP Address AF ASN RPKI Status
a.ns.nu 194.146.106.22 v4 AS8674
c.ns.nu 192.36.144.107 v4 AS8674
d.ns.nu 213.108.25.4 v4 AS197564
m.ns.nu 194.0.11.112 v4 AS31529
y.ns.nu 185.159.197.150 v4 AS55195
z.ns.nu 185.159.198.150 v4 AS394354

Per ICANN Spec 10, we test all delegated nameserver IPs independently.

Test With Your Computer

DNS

dig @a.ns.nu nu. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D nu. SOA @a.ns.nu Alternative using drill with DNSSEC trace

WHOIS

whois -h whois.iis.nu nic.nu Query WHOIS server directly
echo "nic.nu" | nc whois.iis.nu 43 Raw TCP query (see exact response)

Registry Information

Active
TLD .nu
Operator Niue
WHOIS Server whois.iis.nu

ICANN SLA Requirements

Per ICANN Registry Agreement Specification 10:

DNS SLA UDP RTT ≤ 500ms for 95% of queries. Availability: 99% (max 432 min/month downtime).
WHOIS SLA RTT ≤ 4000ms for 95% of queries. Availability: 98% (max 864 min/month downtime).

API Access

JSON API

Access .nu compliance metrics programmatically via our REST API.

Quick Start

GET /any53/api/v1/compliance/nu/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
  "https://www.any53.com/any53/api/v1/compliance/nu/"

Example Response

{
  "tld": "nu",
  "display_name": ".nu",
  "operator": "Niue",
  "updated_at": "2026-01-31T12:00:00Z",
  "dns": {
    "availability_24h": 99.99,
    "rtt_p50_ms": 12,
    "rtt_p95_ms": 42,
    "sla_threshold_ms": 500
  },
  "rdds": {
    "protocol": "WHOIS",
    "availability_24h": 99.95,
    "rtt_p50_ms": 180,
    "rtt_p95_ms": 412,
    "sla_threshold_ms": 4000
  },
  "servers": {
    "whois_host": "whois.iis.nu"
  },
  "spec10_compliant": true
}

Generate API Key

Get a free API key to start making requests. Provide an email to upgrade to the verified tier (600 requests/hour).

Endpoints

Endpoint Description Tier
GET /compliance/ List all monitored TLDs All
GET /compliance/{tld}/ Current metrics for a TLD All
GET /compliance/{tld}/history/ Historical time-series data Organization
GET /compliance/{tld}/probes/ Per-probe breakdown Organization
POST /compliance/keys/ Generate a new API key No auth

Rate Limits

Tier Rate Limit Features
Anonymous 100/hour Current snapshot, hourly aggregates
Verified 600/hour Current snapshot, hourly aggregates
Organization 6000/hour Historical data, per-minute resolution, per-probe breakdown