Skip to content

Commit

Permalink
Add .nl RDAP server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
case committed Jun 7, 2023
1 parent 21b636c commit 61d122e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,10 @@ The `zones.txt` file is a UTF-8 encoded text file containing a list of IDN & low

Each domain with associated metadata will have a JSON file in the `metadata` directory.

#### RDAP

When adding an RDAP server URL, only the base URL is needed. e.g. `https://rdap.sidn.nl/`

### Updates

A [GitHub Actions workflow](https://github.com/zonedb/zonedb/blob/HEAD/.github/workflows/update.yaml) updates ZoneDB each night.
Expand Down
3 changes: 3 additions & 0 deletions metadata/nl.json
@@ -1,6 +1,9 @@
{
"domain": "nl",
"whoisServer": "whois.domain-registry.nl",
"rdapURLs": [
"https://rdap.sidn.nl/"
],
"nameServers": [
"ns1.dns.nl",
"ns3.dns.nl",
Expand Down
2 changes: 1 addition & 1 deletion zones.go
Expand Up @@ -1127,7 +1127,7 @@ var y = [5229]Zone{
{"ninja", r, x, 0x40, "Dog Beach, LLC", e, w{"v0n0.nic.ninja", "v0n1.nic.ninja", "v0n2.nic.ninja", "v0n3.nic.ninja", "v2n0.nic.ninja", "v2n1.nic.ninja"}, n, n, w{"de", "es", "fr", "ja", "ko", "mul-Arab", "mul-Cyrl", "mul-Deva", "mul-Grek", "mul-Hebr", "mul-Latn", "mul-Taml", "mul-Thai", "zh"}, "whois.nic.ninja", e, w{"https://rdap.donuts.co/rdap/"}, t},
{"nissan", r, x, 0x42, "NISSAN MOTOR CO., LTD.", "https://www.nissan-global.com/EN/NIC/NISSAN/", w{"a.gmoregistry.net", "b.gmoregistry.net", "k.gmoregistry.net", "l.gmoregistry.net"}, n, n, w{"es", "fr", "ja", "ko", "pl", "pt", "zh", "zh-Hans", "zh-Hant"}, "whois.nic.gmo", e, w{"https://rdap.gmoregistry.net/rdap/"}, t},
{"nissay", r, x, 0x42, "Nippon Life Insurance Company", "https://www.nissay.co.jp/sorry/gtld/", w{"ac1.nstld.com", "ac2.nstld.com", "ac3.nstld.com", "ac4.nstld.com"}, n, n, w{"ja", "mul-Hang", "mul-Hani", "mul-Hano"}, "whois.nic.nissay", e, w{"https://tld-rdap.verisign.com/nissay/v1/"}, t},
{"nl", r, z[3619:3625], 0xa0, e, e, w{"ns1.dns.nl", "ns3.dns.nl", "ns4.dns.nl"}, n, n, n, "whois.domain-registry.nl", e, n, f},
{"nl", r, z[3619:3625], 0xa0, e, e, w{"ns1.dns.nl", "ns3.dns.nl", "ns4.dns.nl"}, n, n, n, "whois.domain-registry.nl", e, w{"https://rdap.sidn.nl/"}, f},
{"no", r, z[3625:3635], 0xa0, e, e, w{"i.nic.no", "njet.norid.no", "not.norid.no", "x.nic.no", "y.nic.no", "z.nic.no"}, n, n, n, "whois.norid.no", e, w{"https://rdap.norid.no/"}, t},
{"nokia", r, x, 0x42, "Nokia Corporation", "http://nic.nokia/", w{"a0.nic.nokia", "a2.nic.nokia", "b0.nic.nokia", "c0.nic.nokia"}, n, n, w{"be", "bg", "bs", "da", "de", "es", "hu", "is", "ko", "lt", "lv", "mk", "pl", "ru", "sr", "sr-ME", "sv", "uk", "zh-CN", "zh-TW"}, "whois.afilias-srs.net", e, w{"https://rdap.afilias-srs.net/rdap/nokia/"}, t},
{"northlandinsurance", r, x, 0x10042, e, e, n, n, n, n, e, e, n, f},
Expand Down

0 comments on commit 61d122e

Please sign in to comment.