whois 3.6.4 → 3.6.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +32 -20
- data/data/tld.json +330 -185
- data/lib/whois/record/parser/{whois.afilias.info.rb → whois.afilias.net.rb} +2 -2
- data/lib/whois/record/parser/{whois.nic.am.rb → whois.amnic.net.rb} +2 -2
- data/lib/whois/record/parser/{whois.nic.gov.rb → whois.dotgov.gov.rb} +2 -2
- data/lib/whois/record/parser/{whois.registrypro.pro.rb → whois.dotproregistry.net.rb} +2 -2
- data/lib/whois/record/parser/{whois.registry.in.rb → whois.inregistry.net.rb} +2 -2
- data/lib/whois/record/parser/{whois.domainregistry.my.rb → whois.mynic.my.rb} +2 -2
- data/lib/whois/record/parser/whois.tld.ee.rb +114 -6
- data/lib/whois/record/scanners/whois.tld.ee.rb +57 -0
- data/lib/whois/version.rb +1 -1
- data/whois.gemspec +4 -4
- metadata +9 -10
- data/data/CONTRIBUTING.md +0 -36
- data/lib/whois/record/parser/whois.nic.ck.rb +0 -72
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21229d55c71c4d2de22eb8ebf589369508429573
|
4
|
+
data.tar.gz: 1477824e137843eb8789d1eb1666606d453a6434
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0008445aa11cd7f893fbfe8779e0c551dc4c45410b25cfedd18c0a0f67bee0bbf8ff0d6e96e11cd5ac1cfe52931c6baffcb997469e7073e26b7316d8edfcc2c1
|
7
|
+
data.tar.gz: 75fddd6e0bbd763dd65752ab08d654eeed95270583e9ed75ed373b71f16d7dd2059d5e540346bdd8ffd87361698c409345f089aa7fb0016ea2b6e87a42cc8d8a
|
data/CHANGELOG.md
CHANGED
@@ -1,40 +1,52 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
|
4
|
+
#### Release 3.6.5
|
5
|
+
|
6
|
+
- SERVER: Added .PARS, .XN--MGBT3DHD, .REDUMBRELLA, .TRV, .TUSHU, .WATCHES, .XN--ECKVDTC9D, .KFH, .KPN, .SHELL, .TRAVELERSINSURANCE, .WANGGOU, .XN--KPU716F, .XN--NGBE9E0A, .XN--PBT977C, .FORD, .JMP, .LINCOLN, .SAS, .STORAGE, .XN--JLQ61U9W7B, .ANALYTICS, .MOBILITY, .XN--MGBB9FBPOB, .CONTACT, .PID, .STAR, .WEBER, .BOSCH, .DEALER, .FOX, .LAMER, .ORIGINS, .REXROTH, .SAFETY, .SCHAEFFLER, .STATEFARM
|
7
|
+
|
8
|
+
- SERVER: Updated .SALON, .FIRESTONE, .GOV, .INFO, .PRO, .AM, .CG, .CK, .GP, .GT, .GW, .IN, .MY, .NP, .PY, .SV, .VI
|
9
|
+
|
10
|
+
- SERVER: Sync Centralnic definitions. Added .COM.SE, .HU.COM, .HU.NET, .UY.COM, .ZA.BZ, .AFRICA.COM, .IN.NET
|
11
|
+
|
12
|
+
- CHANGED: Updated whois.tld.ee to the new response format (GH-489, GH-490). [Thanks @tanelj]
|
13
|
+
|
14
|
+
|
3
15
|
#### Release 3.6.4
|
4
16
|
|
5
|
-
- SERVER:
|
17
|
+
- SERVER: Added .ROCHER, .XN--VUQ861B, .CITYEATS, .CREDITUNION, .LIFESTYLE, .VANA, .COMSEC, .FAIRWINDS, .GRAINGER, .TAB, .BROADWAY, .AUDI, .BOEHRINGER, .BOSTIK, .BUGATTI, .LAMBORGHINI, .VERISIGN, .VIP., .SFR, .INSURANCE, .MED, .NORTON, .SYMANTEC, .AUTHOR, .BOOK, .BOT, .BUY, .CALL, .CIRCLE, .FAST, .FIRESTONE, .GOT, .JOT, .JOY, .LIKE, .NOWRUZ, .PIN, .READ, .ROOM, .SAFE, .SALON, .SHARP, .SHIA, .SMILE, .TCI, .TRAVELERS, .ZERO
|
6
18
|
|
7
|
-
- SERVER:
|
19
|
+
- SERVER: Deleted .TP, .AN
|
8
20
|
|
9
|
-
- NEW:
|
21
|
+
- NEW: Added whois.nic.tech parser (GH-443). [Thanks @mattbrictson]
|
10
22
|
|
11
|
-
- NEW:
|
23
|
+
- NEW: Added whois.35.com parser (GH-391). [Thanks @alpo]
|
12
24
|
|
13
|
-
- NEW:
|
25
|
+
- NEW: Added whois.nic.space parser (GH-463, GH-374). [Thanks @linrock]
|
14
26
|
|
15
|
-
- NEW:
|
27
|
+
- NEW: Added whois.nic.xyz parser (GH-373, GH-460). [Thanks @mpchadwick]
|
16
28
|
|
17
|
-
- FIXED:
|
29
|
+
- FIXED: Removed option to /usr/bin/env as not supported on all platforms (GH-453). [Thanks @martin-schmidt]
|
18
30
|
|
19
|
-
- CHANGED:
|
31
|
+
- CHANGED: Updated whois.wildwestdomains.com to the new response format (GH-392, GH-462). [Thanks @linrock]
|
20
32
|
|
21
|
-
- CHANGED:
|
33
|
+
- CHANGED: Updated whois.afilias.info to the new response format (GH-481).
|
22
34
|
|
23
35
|
- CHANGED: whois.aero now recognizes reserved domains (GH-464, GH-418). [Thanks @linrock]
|
24
36
|
|
25
37
|
|
26
38
|
#### Release 3.6.3
|
27
39
|
|
28
|
-
- SERVER:
|
40
|
+
- SERVER: Added .ACO, .AAA, .GEA, .STCGROUP, .VIVA, .GROUP, .CEB, .FAGE, .MOM, .AMICA, .STC, .CIPRIANI, .KINDER, .XN--11B4C3D, .XN--3PXU8K, .XN--42C2D9A, .XN--9DBQ2A, .XN--C2BR7G, .XN--FHBEI, .XN--J1AEF, .XN--MK1BU44C, .XN--PSSY2U, .XN--T60B56A, .XN--TCKWE, .XN--EFVY88H, .CSC, .CAR, .PROTECTION, .STADA, .THEATRE, .LINDE, .SECURITY, .BMS, .LTD, .OBI, .BOM, .FINAL, .HYUNDAI, .KIA, .SEVEN, .STOCKHOLM, .CLUBMED, .DELL, .ARAMCO, .XN--MGBA3A3EJT, .MOI, .MTR, .VIRGIN, .YAMAXUN, .GUCCI, .JAGUAR, .LANDROVER, .RWE, .ZARA, .MEO, .PING, .SAPO, .SBS, .AARP, .APPLE, .BEATS, .XN--MGBTX2B, .XN--QXAM
|
29
41
|
|
30
|
-
- SERVER:
|
42
|
+
- SERVER: Updated .XN--SES554G, .INK
|
31
43
|
|
32
44
|
- SERVER: Disabled whois.edu.cn as it has not been working for the last 6 years (GH-59).
|
33
45
|
|
34
46
|
|
35
47
|
#### Release 3.6.2
|
36
48
|
|
37
|
-
- SERVER:
|
49
|
+
- SERVER: Updated .LOVE
|
38
50
|
|
39
51
|
- NEW: Added capetown-whois.registry.net.za, durban-whois.registry.net.za, joburg-whois.registry.net.za, org-whois.registry.net.za parsers (GH-405). [Thanks @sheldonh]
|
40
52
|
|
@@ -45,9 +57,9 @@
|
|
45
57
|
|
46
58
|
#### Release 3.6.1
|
47
59
|
|
48
|
-
- SERVER:
|
60
|
+
- SERVER: Added .co.com (GH-428) [Thanks @turigabor], .STATOIL, .CROWN, .ACCOUNTANT, .DATE, .DOHA, .DOWNLOAD, .FAITH, .LOAN, .MOVIE, .MTN, .PANERAI, .REVIEW, .TICKETS, .WIN, .ACCENTURE, .NEC, .PHILIPS, .XN--FJQ720A, .COUPONS, .ICBC, .SOCCER, .FYI, .JLL, .MBA, .THD, .BBVA, .SANDVIK, .SANDVIKCOROMANT, .WALTER, .AIRTEL, .BARCELONA, .BCN, .GAME, .JPRS, .LIVE, .STUDIO, .BING, .HOTMAIL, .JLC, .MICROSOFT, .WINDOWS, .PLAY, .AEG, .DRIVE, .GENTING, .CBA, .COMMBANK, .NETBANK, .RICOH, .STARHUB, .VISTA, .VISTAPRINT, .OFFICE, .SCOR, .SKYPE, .LAW, .BNL, .BRADESCO, .HOTELES, .OMEGA, .SWATCH, .TELEFONICA, .LANCASTER, .NOKIA, .ICE, .ITAU, .LEXUS, .MAN, .BET, .SANOFI, .SRL, .TATAMOTORS, .IPIRANGA, .LEXUS, .PET, .TOYOTA, .LIXIL, .BOOTS, .CHANEL, .VIN, .WINE, .XPERIA, .GIVING, .FAMILY, .SEEK
|
49
61
|
|
50
|
-
- SERVER:
|
62
|
+
- SERVER: Updated .CR, .VG, .BUZZ, .TECH, .GDN
|
51
63
|
|
52
64
|
- NEW: Added whois.safenames.net (GH-385) parser. [Thanks @robholland]
|
53
65
|
|
@@ -56,9 +68,9 @@
|
|
56
68
|
|
57
69
|
#### Release 3.6.0
|
58
70
|
|
59
|
-
- SERVER:
|
71
|
+
- SERVER: Added .MMA, .XN--30RR7Y, .LOVE, .SCHOLARSHIPS, .XN--NYQY26A, .CYOU, .RACING, .XN--KCRX77D1X4A, .DOOSAN, .GARDEN, .IWC, .LIDL, .OSAKA, .SCHWARZ, .SEW, .SALE, .VIDEO, .ZUERICH, .SHRIRAM, .BANK, .FIT, .KDDI, .LAT, .LOTTE, .MARRIOTT, .BARCLAYCARD, .BARCLAYS, .DABUR, .DCLK, .DESIGN, .GOOG, .HANGOUT, .HERMES, .IFM, .JCB, .TEMASEK, .XN--B4W605FERD, .BINGO, .CANON, .CHAT, .STYLE, .TENNIS, .TOSHIBA, .CASINO, .FANS, .FOOTBALL, .GOLDPOINT, .SCHOOL, .YODOBASHI, .EPSON, .GOO, .JAVA, .LECLERC, .ORACLE, .MAIF, .XN--MXTQ1M, .DATSUN, .INFINITI, .MTPC, .NISSAN, .BROTHER, .CHLOE, .ERNI, .FOREX, .MARKETS, .CFD, .SPREADBETTING, .TRADING, .FAN, .ONLINE, .PAGE, .PIAGET, .SITE, .BBC, .NEWS, .TECH, .KOMATSU, .SAP, .BOND, .XN--9ET52U, .AFL, .REDSTONE, .SEAT, .SEX, .BROKER, .DOG, .RENT, .SWISS, .HONDA, .WEIR, .BRIDGESTONE, .HITACHI, .SENER, .TORAY, .SKY, .XN--IMR513N, .BIBLE, .HOMEDEPOT, .XBOX, .AZURE, .ICU, .THEATER, .EARTH, .EXPRESS, .CAFE, .BAUHAUS, .ADS, .FILM, .GOLD, .GOLF, .GUGE, .PLUS, .TOURS, .XN--VUQ861B, .JEWELRY, .SHOW, .SONY, .TEAM, .XEROX, .AIG, .AUTO, .CARS, .CFA, .LIAISON, .LOL, .NADEX, .HOCKEY, .RUN, .TAXI, .XN--ESTV75G, .XN--MGBPL2FH, .XN--Y9A3AQ, .CORSICA, .LUPIN, .APP, .SAKURA, .BENTLEY, .HSBC, .IINET, .ORANGE, .FORUM, .REALTY, .AUTOS, .LASALLE, .MONTBLANC, .BHARTI, .SNCF, .MEN
|
60
72
|
|
61
|
-
- SERVER:
|
73
|
+
- SERVER: Updated .KY, .CANON, .GGEE, .GOLDPOINT, .KDDI, .KYOTO, .LOTTE, .NICO, .TOSHIBA, .COLLEGE, .DESIGN, .WME, .FEEDBACK
|
62
74
|
|
63
75
|
- NEW: Added whois.nic.college, whois.nic.design parsers
|
64
76
|
|
@@ -71,18 +83,18 @@
|
|
71
83
|
|
72
84
|
#### Release 3.5.9
|
73
85
|
|
74
|
-
- SERVER:
|
86
|
+
- SERVER: Added .KYOTO, .ONE, .CRICKET, .PARTY, .XN--45Q11C, XN--CZRS0T, .SAMSUNG, .CARTIER, .ADULT, .EUROVISION, .FASHION, .PORN, .TRUST, .KOELN, .XN--C1AVG, .NYC, .SAMSUNG, .COACH, .EVERBANK, .LEGAL, .MEMORIAL, .MONEY, .AQUARELLE, .IRISH, .LATROBE, .XN--HXT814E, .SKY, .DEV, .DOCS, .TYRES, .DOOSAN, .NTT, .AMSTERDAM, .FLOWERS, .GGEE, .CBN, .GDN, .APARTMENTS, .NICO, .SAXO, .BOATS, .COURSES, .STUDY, .SUCKS, .XN--90AIS, .ABBOTT, .PICTET, .XIN, .FANS
|
75
87
|
|
76
|
-
- SERVER:
|
88
|
+
- SERVER: Updated .SI, .WHOSWHO, .QUEBEC, .GLOBAL, .REIT, .BM (GH-397 @ydnar)
|
77
89
|
|
78
90
|
- FIXED: whois.schlund.info crashes with empty update date (GH-398). [Thanks @alexaitken]
|
79
91
|
|
80
92
|
|
81
93
|
#### Release 3.5.8
|
82
94
|
|
83
|
-
- SERVER:
|
95
|
+
- SERVER: Created .FIRMDALE, .MADRID, .XN--FLW351E, .XN--QCKA1PMC, .LDS, .MORMON
|
84
96
|
|
85
|
-
- SERVER:
|
97
|
+
- SERVER: Updated .TC
|
86
98
|
|
87
99
|
- NEW: whois.registry.om now recognizes reserved domains (GH-332). [Thanks @case]
|
88
100
|
|
data/data/tld.json
CHANGED
@@ -11,12 +11,12 @@
|
|
11
11
|
".cn.com": {
|
12
12
|
"host": "whois.centralnic.com"
|
13
13
|
},
|
14
|
-
".co.com": {
|
15
|
-
"host": "whois.centralnic.net"
|
16
|
-
},
|
17
14
|
".com.de": {
|
18
15
|
"host": "whois.centralnic.com"
|
19
16
|
},
|
17
|
+
".com.se": {
|
18
|
+
"host": "whois.centralnic.com"
|
19
|
+
},
|
20
20
|
".de.com": {
|
21
21
|
"host": "whois.centralnic.com"
|
22
22
|
},
|
@@ -29,10 +29,10 @@
|
|
29
29
|
".gb.net": {
|
30
30
|
"host": "whois.centralnic.com"
|
31
31
|
},
|
32
|
-
".
|
32
|
+
".hu.com": {
|
33
33
|
"host": "whois.centralnic.com"
|
34
34
|
},
|
35
|
-
".hu.
|
35
|
+
".hu.net": {
|
36
36
|
"host": "whois.centralnic.com"
|
37
37
|
},
|
38
38
|
".jp.net": {
|
@@ -71,15 +71,30 @@
|
|
71
71
|
".us.com": {
|
72
72
|
"host": "whois.centralnic.com"
|
73
73
|
},
|
74
|
-
".
|
74
|
+
".uy.com": {
|
75
75
|
"host": "whois.centralnic.com"
|
76
76
|
},
|
77
|
-
".
|
77
|
+
".za.bz": {
|
78
78
|
"host": "whois.centralnic.com"
|
79
79
|
},
|
80
80
|
".za.com": {
|
81
81
|
"host": "whois.centralnic.com"
|
82
82
|
},
|
83
|
+
".africa.com": {
|
84
|
+
"host": "whois.centralnic.com"
|
85
|
+
},
|
86
|
+
".gr.com": {
|
87
|
+
"host": "whois.centralnic.com"
|
88
|
+
},
|
89
|
+
"in.net": {
|
90
|
+
"host": "whois.centralnic.com"
|
91
|
+
},
|
92
|
+
".us.org": {
|
93
|
+
"host": "whois.centralnic.com"
|
94
|
+
},
|
95
|
+
".co.com": {
|
96
|
+
"host": "whois.centralnic.net"
|
97
|
+
},
|
83
98
|
".com": {
|
84
99
|
"host": "whois.verisign-grs.com",
|
85
100
|
"adapter": "verisign"
|
@@ -104,7 +119,7 @@
|
|
104
119
|
"host": "whois.educause.edu"
|
105
120
|
},
|
106
121
|
".gov": {
|
107
|
-
"host": "whois.
|
122
|
+
"host": "whois.dotgovSee https://github.com/whois/ianawhois/blob/master/GOV.gov"
|
108
123
|
},
|
109
124
|
".int": {
|
110
125
|
"host": "whois.iana.org"
|
@@ -139,7 +154,7 @@
|
|
139
154
|
"host": "whois.nic.coop"
|
140
155
|
},
|
141
156
|
".info": {
|
142
|
-
"host": "whois.afilias.
|
157
|
+
"host": "whois.afilias.net"
|
143
158
|
},
|
144
159
|
".jobs": {
|
145
160
|
"host": "jobswhois.verisign-grs.com",
|
@@ -157,7 +172,7 @@
|
|
157
172
|
"format": "domain=%s"
|
158
173
|
},
|
159
174
|
".pro": {
|
160
|
-
"host": "whois.
|
175
|
+
"host": "whois.dotproregistry.net"
|
161
176
|
},
|
162
177
|
".tel": {
|
163
178
|
"host": "whois.nic.tel"
|
@@ -187,7 +202,7 @@
|
|
187
202
|
"adapter": "none"
|
188
203
|
},
|
189
204
|
".am": {
|
190
|
-
"host": "whois.
|
205
|
+
"host": "whois.amnic.net"
|
191
206
|
},
|
192
207
|
".ao": {
|
193
208
|
"adapter": "none"
|
@@ -302,8 +317,7 @@
|
|
302
317
|
"host": "whois.dot.cf"
|
303
318
|
},
|
304
319
|
".cg": {
|
305
|
-
"adapter": "
|
306
|
-
"url": "http://www.nic.cg/cgi-bin/whois.pl"
|
320
|
+
"adapter": "none"
|
307
321
|
},
|
308
322
|
".ch": {
|
309
323
|
"host": "whois.nic.ch"
|
@@ -312,7 +326,7 @@
|
|
312
326
|
"host": "whois.nic.ci"
|
313
327
|
},
|
314
328
|
".ck": {
|
315
|
-
"
|
329
|
+
"adapter": "none"
|
316
330
|
},
|
317
331
|
".cl": {
|
318
332
|
"host": "whois.nic.cl"
|
@@ -490,7 +504,8 @@
|
|
490
504
|
"adapter": "none"
|
491
505
|
},
|
492
506
|
".gp": {
|
493
|
-
"adapter": "
|
507
|
+
"adapter": "web",
|
508
|
+
"url": "https://www.dom-enic.com/whois.html"
|
494
509
|
},
|
495
510
|
".gq": {
|
496
511
|
"host": "whois.dominio.gq"
|
@@ -504,14 +519,15 @@
|
|
504
519
|
},
|
505
520
|
".gt": {
|
506
521
|
"adapter": "web",
|
507
|
-
"url": "http://www.gt/
|
522
|
+
"url": "http://www.gt/"
|
508
523
|
},
|
509
524
|
".gu": {
|
510
525
|
"adapter": "web",
|
511
526
|
"url": "http://gadao.gov.gu/domainsearch.htm"
|
512
527
|
},
|
513
528
|
".gw": {
|
514
|
-
"adapter": "
|
529
|
+
"adapter": "web",
|
530
|
+
"url": "http://nic.gw/en/whois/"
|
515
531
|
},
|
516
532
|
".gy": {
|
517
533
|
"host": "whois.registry.gy"
|
@@ -547,7 +563,7 @@
|
|
547
563
|
"host": "whois.nic.im"
|
548
564
|
},
|
549
565
|
".in": {
|
550
|
-
"host": "whois.
|
566
|
+
"host": "whois.inregistry.nea"
|
551
567
|
},
|
552
568
|
".io": {
|
553
569
|
"host": "whois.nic.io"
|
@@ -715,7 +731,7 @@
|
|
715
731
|
"host": "whois.nic.mx"
|
716
732
|
},
|
717
733
|
".my": {
|
718
|
-
"host": "whois.
|
734
|
+
"host": "whois.mynic.my"
|
719
735
|
},
|
720
736
|
".mz": {
|
721
737
|
"host": "whois.nic.mz"
|
@@ -747,7 +763,7 @@
|
|
747
763
|
},
|
748
764
|
".np": {
|
749
765
|
"adapter": "web",
|
750
|
-
"url": "http://register.mos.com.np/
|
766
|
+
"url": "http://register.mos.com.np/np-whois-lookup"
|
751
767
|
},
|
752
768
|
".nr": {
|
753
769
|
"adapter": "web",
|
@@ -813,7 +829,7 @@
|
|
813
829
|
},
|
814
830
|
".py": {
|
815
831
|
"adapter": "web",
|
816
|
-
"url": "http://www.nic.py/
|
832
|
+
"url": "http://www.nic.py/consulta-datos.php"
|
817
833
|
},
|
818
834
|
".qa": {
|
819
835
|
"host": "whois.registry.qa"
|
@@ -890,7 +906,7 @@
|
|
890
906
|
},
|
891
907
|
".sv": {
|
892
908
|
"adapter": "web",
|
893
|
-
"url": "http://www.
|
909
|
+
"url": "http://www.svnet.org.sv/"
|
894
910
|
},
|
895
911
|
".sx": {
|
896
912
|
"host": "whois.sx"
|
@@ -1027,7 +1043,7 @@
|
|
1027
1043
|
},
|
1028
1044
|
".vi": {
|
1029
1045
|
"adapter": "web",
|
1030
|
-
"url": "
|
1046
|
+
"url": "https://secure.nic.vi/whois-lookup/"
|
1031
1047
|
},
|
1032
1048
|
".vn": {
|
1033
1049
|
"adapter": "web",
|
@@ -1054,15 +1070,24 @@
|
|
1054
1070
|
".ac.za": {
|
1055
1071
|
"host": "whois.ac.za"
|
1056
1072
|
},
|
1073
|
+
".alt.za": {
|
1074
|
+
"host": "whois.alt.za"
|
1075
|
+
},
|
1057
1076
|
".co.za": {
|
1058
1077
|
"host": "whois.registry.net.za"
|
1059
1078
|
},
|
1060
1079
|
".gov.za": {
|
1061
1080
|
"host": "whois.gov.za"
|
1062
1081
|
},
|
1082
|
+
".net.za": {
|
1083
|
+
"host": "net-whois.registry.net.za"
|
1084
|
+
},
|
1063
1085
|
".org.za": {
|
1064
1086
|
"host": "org-whois.registry.net.za"
|
1065
1087
|
},
|
1088
|
+
".web.za": {
|
1089
|
+
"host": "web-whois.registry.net.za"
|
1090
|
+
},
|
1066
1091
|
".za": {
|
1067
1092
|
"adapter": "none"
|
1068
1093
|
},
|
@@ -1074,6 +1099,139 @@
|
|
1074
1099
|
},
|
1075
1100
|
|
1076
1101
|
|
1102
|
+
".xn--3e0b707e": {
|
1103
|
+
"host": "whois.kr"
|
1104
|
+
},
|
1105
|
+
".xn--45brj9c": {
|
1106
|
+
"host": "whois.inregistry.net"
|
1107
|
+
},
|
1108
|
+
".xn--80ao21a": {
|
1109
|
+
"host": "whois.nic.kz"
|
1110
|
+
},
|
1111
|
+
".xn--90a3ac": {
|
1112
|
+
"host": "whois.rnids.rs"
|
1113
|
+
},
|
1114
|
+
".xn--90ais": {
|
1115
|
+
"host": "whois.cctld.by"
|
1116
|
+
},
|
1117
|
+
".xn--clchc0ea0b2g2a9gcd": {
|
1118
|
+
"host": "whois.sgnic.sg"
|
1119
|
+
},
|
1120
|
+
".xn--d1alf": {
|
1121
|
+
"host": "whois.marnet.mk"
|
1122
|
+
},
|
1123
|
+
".xn--fiqs8s": {
|
1124
|
+
"host": "cwhois.cnnic.cn"
|
1125
|
+
},
|
1126
|
+
".xn--fiqz9s": {
|
1127
|
+
"host": "cwhois.cnnic.cn"
|
1128
|
+
},
|
1129
|
+
".xn--fpcrj9c3d": {
|
1130
|
+
"host": "whois.inregistry.net"
|
1131
|
+
},
|
1132
|
+
".xn--fzc2c9e2c": {
|
1133
|
+
"host": "whois.nic.lk"
|
1134
|
+
},
|
1135
|
+
".xn--gecrj9c": {
|
1136
|
+
"host": "whois.inregistry.net"
|
1137
|
+
},
|
1138
|
+
".xn--h2brj9c": {
|
1139
|
+
"host": "whois.inregistry.net"
|
1140
|
+
},
|
1141
|
+
".xn--j1amh": {
|
1142
|
+
"host": "whois.dotukr.com"
|
1143
|
+
},
|
1144
|
+
".xn--j6w193g": {
|
1145
|
+
"host": "whois.hkirc.hk"
|
1146
|
+
},
|
1147
|
+
".xn--kprw13d": {
|
1148
|
+
"host": "whois.twnic.net.tw"
|
1149
|
+
},
|
1150
|
+
".xn--kpry57d": {
|
1151
|
+
"host": "whois.twnic.net.tw"
|
1152
|
+
},
|
1153
|
+
".xn--l1acc": {
|
1154
|
+
"adapter": "none"
|
1155
|
+
},
|
1156
|
+
".xn--lgbbat1ad8j": {
|
1157
|
+
"host": "whois.nic.dz"
|
1158
|
+
},
|
1159
|
+
".xn--mgb9awbf": {
|
1160
|
+
"host": "whois.registry.om"
|
1161
|
+
},
|
1162
|
+
".xn--mgba3a4f16a": {
|
1163
|
+
"host": "whois.nic.ir"
|
1164
|
+
},
|
1165
|
+
".xn--mgbaam7a8h": {
|
1166
|
+
"host": "whois.aeda.net.ae"
|
1167
|
+
},
|
1168
|
+
".xn--mgbayh7gpa": {
|
1169
|
+
"adapter": "web",
|
1170
|
+
"url": "http://idn.jo/whois_a.aspx"
|
1171
|
+
},
|
1172
|
+
".xn--mgbbh1a71e": {
|
1173
|
+
"host": "whois.inregistry.net"
|
1174
|
+
},
|
1175
|
+
".xn--mgbc0a9azcg": {
|
1176
|
+
"adapter": "none"
|
1177
|
+
},
|
1178
|
+
".xn--mgberp4a5d4ar": {
|
1179
|
+
"host": "whois.nic.net.sa"
|
1180
|
+
},
|
1181
|
+
".xn--mgbpl2fh": {
|
1182
|
+
"adapter": "none"
|
1183
|
+
},
|
1184
|
+
".xn--mgbtx2b": {
|
1185
|
+
"host": "whois.cmc.iq"
|
1186
|
+
},
|
1187
|
+
".xn--mgbx4cd0ab": {
|
1188
|
+
"host": "whois.mynic.my"
|
1189
|
+
},
|
1190
|
+
".xn--node": {
|
1191
|
+
"host": "whois.itdc.ge"
|
1192
|
+
},
|
1193
|
+
".xn--o3cw4h": {
|
1194
|
+
"host": "whois.thnic.co.th"
|
1195
|
+
},
|
1196
|
+
".xn--ogbpf8fl": {
|
1197
|
+
"host": "whois.tld.sy"
|
1198
|
+
},
|
1199
|
+
".xn--p1ai": {
|
1200
|
+
"host": "whois.tcinet.ru"
|
1201
|
+
},
|
1202
|
+
".xn--pgbs0dh": {
|
1203
|
+
"adapter": "none"
|
1204
|
+
},
|
1205
|
+
".xn--qxam": {
|
1206
|
+
"adapter": "web",
|
1207
|
+
"url": "https://grweb.ics.forth.gr/public/whois.jsp?lang=en"
|
1208
|
+
},
|
1209
|
+
".xn--s9brj9c": {
|
1210
|
+
"host": "whois.inregistry.net"
|
1211
|
+
},
|
1212
|
+
".xn--wgbh1c": {
|
1213
|
+
"host": "whois.dotmasr.eg"
|
1214
|
+
},
|
1215
|
+
".xn--wgbl6a": {
|
1216
|
+
"host": "whois.registry.qa"
|
1217
|
+
},
|
1218
|
+
".xn--xkc2al3hye2a": {
|
1219
|
+
"host": "whois.nic.lk"
|
1220
|
+
},
|
1221
|
+
".xn--xkc2dl3a5ee0h": {
|
1222
|
+
"host": "whois.inregistry.net"
|
1223
|
+
},
|
1224
|
+
".xn--y9a3aq": {
|
1225
|
+
"host": "whois.amnic.net"
|
1226
|
+
},
|
1227
|
+
".xn--yfro4i67o": {
|
1228
|
+
"host": "whois.sgnic.sg"
|
1229
|
+
},
|
1230
|
+
".xn--ygbi2ammx": {
|
1231
|
+
"host": "whois.pnina.ps"
|
1232
|
+
},
|
1233
|
+
|
1234
|
+
|
1077
1235
|
".auction": {
|
1078
1236
|
"host": "whois.unitedtld.com"
|
1079
1237
|
},
|
@@ -1128,6 +1286,9 @@
|
|
1128
1286
|
".social": {
|
1129
1287
|
"host": "whois.unitedtld.com"
|
1130
1288
|
},
|
1289
|
+
".kfh": {
|
1290
|
+
"host": "whois.centralnic.com"
|
1291
|
+
},
|
1131
1292
|
".protection": {
|
1132
1293
|
"host": "whois.centralnic.com"
|
1133
1294
|
},
|
@@ -1194,6 +1355,9 @@
|
|
1194
1355
|
".site": {
|
1195
1356
|
"host": "whois.centralnic.com"
|
1196
1357
|
},
|
1358
|
+
".xn--ngbe9e0a": {
|
1359
|
+
"host": "whois.centralnic.com"
|
1360
|
+
},
|
1197
1361
|
".group": {
|
1198
1362
|
"host": "whois.donuts.co"
|
1199
1363
|
},
|
@@ -1758,6 +1922,9 @@
|
|
1758
1922
|
".money": {
|
1759
1923
|
"host": "whois.donuts.co"
|
1760
1924
|
},
|
1925
|
+
".salon": {
|
1926
|
+
"host": "whois.donuts.co"
|
1927
|
+
},
|
1761
1928
|
".mba": {
|
1762
1929
|
"host": "whois.donuts.co"
|
1763
1930
|
},
|
@@ -1767,6 +1934,15 @@
|
|
1767
1934
|
".audi": {
|
1768
1935
|
"host": "whois.afilias-srs.net"
|
1769
1936
|
},
|
1937
|
+
".star": {
|
1938
|
+
"host": "whois.afilias-srs.net"
|
1939
|
+
},
|
1940
|
+
".trv": {
|
1941
|
+
"host": "whois.afilias-srs.net"
|
1942
|
+
},
|
1943
|
+
".redumbrella": {
|
1944
|
+
"host": "whois.afilias-srs.net"
|
1945
|
+
},
|
1770
1946
|
".travelers": {
|
1771
1947
|
"host": "whois.afilias-srs.net"
|
1772
1948
|
},
|
@@ -1950,12 +2126,30 @@
|
|
1950
2126
|
".temasek": {
|
1951
2127
|
"host": "whois.afilias-srs.net"
|
1952
2128
|
},
|
1953
|
-
".
|
2129
|
+
".travelersinsurance": {
|
1954
2130
|
"host": "whois.afilias-srs.net"
|
1955
2131
|
},
|
1956
2132
|
".bnl": {
|
1957
2133
|
"host": "whois.afilias-srs.net"
|
1958
2134
|
},
|
2135
|
+
".origin": {
|
2136
|
+
"host": "whois.afilias-srs.net"
|
2137
|
+
},
|
2138
|
+
".lamer": {
|
2139
|
+
"host": "whois.afilias-srs.net"
|
2140
|
+
},
|
2141
|
+
".storage": {
|
2142
|
+
"host": "whois.afilias-srs.net"
|
2143
|
+
},
|
2144
|
+
".schaeffler": {
|
2145
|
+
"host": "whois.afilias-srs.net"
|
2146
|
+
},
|
2147
|
+
".xn--jlq61u9w7b": {
|
2148
|
+
"host": "whois.afilias-srs.net"
|
2149
|
+
},
|
2150
|
+
".xn--b4w605ferd": {
|
2151
|
+
"host": "whois.afilias-srs.net"
|
2152
|
+
},
|
1959
2153
|
".xn--6frz82g": {
|
1960
2154
|
"host": "whois.afilias.net"
|
1961
2155
|
},
|
@@ -2358,6 +2552,12 @@
|
|
2358
2552
|
".nissan": {
|
2359
2553
|
"host": "whois.nic.gmo"
|
2360
2554
|
},
|
2555
|
+
".pars": {
|
2556
|
+
"host": "whois.agitsys.net"
|
2557
|
+
},
|
2558
|
+
".xn--mgbt3dhd": {
|
2559
|
+
"host": "whois.agitsys.net"
|
2560
|
+
},
|
2361
2561
|
".shia": {
|
2362
2562
|
"host": "whois.agitsys.net"
|
2363
2563
|
},
|
@@ -2613,18 +2813,6 @@
|
|
2613
2813
|
".xn--xhq521b": {
|
2614
2814
|
"host": "whois.ngtld.cn"
|
2615
2815
|
},
|
2616
|
-
".xn--fiqs8s": {
|
2617
|
-
"host": "cwhois.cnnic.cn"
|
2618
|
-
},
|
2619
|
-
".xn--fiqz9s": {
|
2620
|
-
"host": "cwhois.cnnic.cn"
|
2621
|
-
},
|
2622
|
-
".xn--ses554g": {
|
2623
|
-
"host": "whois.registry.knet.cn"
|
2624
|
-
},
|
2625
|
-
".xn--fiq64b": {
|
2626
|
-
"host": "whois.gtld.knet.cn"
|
2627
|
-
},
|
2628
2816
|
".wang": {
|
2629
2817
|
"host": "whois.gtld.knet.cn"
|
2630
2818
|
},
|
@@ -2682,6 +2870,9 @@
|
|
2682
2870
|
".lifestyle": {
|
2683
2871
|
"host": "whois.nic.lifestyle"
|
2684
2872
|
},
|
2873
|
+
".shell": {
|
2874
|
+
"host": "whois.nic.shell"
|
2875
|
+
},
|
2685
2876
|
".oracle": {
|
2686
2877
|
"host": "whois.nic.oracle"
|
2687
2878
|
},
|
@@ -2691,6 +2882,9 @@
|
|
2691
2882
|
".brother": {
|
2692
2883
|
"host": "whois.nic.brother"
|
2693
2884
|
},
|
2885
|
+
".rexroth": {
|
2886
|
+
"host": "whois.nic.rexroth"
|
2887
|
+
},
|
2694
2888
|
".erni": {
|
2695
2889
|
"host": "whois.nic.erni"
|
2696
2890
|
},
|
@@ -2703,6 +2897,9 @@
|
|
2703
2897
|
".markets": {
|
2704
2898
|
"host": "whois.nic.markets"
|
2705
2899
|
},
|
2900
|
+
".bosch": {
|
2901
|
+
"host": "whois.nic.bosch"
|
2902
|
+
},
|
2706
2903
|
".cfd": {
|
2707
2904
|
"host": "whois.nic.cfd"
|
2708
2905
|
},
|
@@ -2712,6 +2909,15 @@
|
|
2712
2909
|
".cityeats": {
|
2713
2910
|
"host": "whois.nic.cityeats"
|
2714
2911
|
},
|
2912
|
+
".contact": {
|
2913
|
+
"host": "whois.nic.contact"
|
2914
|
+
},
|
2915
|
+
".pid": {
|
2916
|
+
"host": "whois.nic.pid"
|
2917
|
+
},
|
2918
|
+
".weber": {
|
2919
|
+
"host": "whois.nic.weber"
|
2920
|
+
},
|
2715
2921
|
".trading": {
|
2716
2922
|
"host": "whois.nic.trading"
|
2717
2923
|
},
|
@@ -3117,6 +3323,9 @@
|
|
3117
3323
|
".loan": {
|
3118
3324
|
"host": "whois.nic.loan"
|
3119
3325
|
},
|
3326
|
+
".firestone": {
|
3327
|
+
"host": "whois.nic.firestone"
|
3328
|
+
},
|
3120
3329
|
".party": {
|
3121
3330
|
"host": "whois.nic.party"
|
3122
3331
|
},
|
@@ -3195,9 +3404,6 @@
|
|
3195
3404
|
".xn--efvy88h": {
|
3196
3405
|
"host": "whois.nic.xn--efvy88h"
|
3197
3406
|
},
|
3198
|
-
".xn--11b4c3d": {
|
3199
|
-
"host": "whois.nic.xn--11b4c3d"
|
3200
|
-
},
|
3201
3407
|
".xn--3pxu8k": {
|
3202
3408
|
"host": "whois.nic.xn--3pxu8k"
|
3203
3409
|
},
|
@@ -3228,16 +3434,67 @@
|
|
3228
3434
|
".xn--tckwe": {
|
3229
3435
|
"host": "whois.nic.xn--tckwe"
|
3230
3436
|
},
|
3437
|
+
".xn--ngbc5azd": {
|
3438
|
+
"host": "whois.nic.xn--ngbc5azd"
|
3439
|
+
},
|
3440
|
+
".xn--80adxhks": {
|
3441
|
+
"host": "whois.nic.xn--80adxhks"
|
3442
|
+
},
|
3443
|
+
".xn--kcrx77d1x4a": {
|
3444
|
+
"host": "whois.nic.xn--kcrx77d1x4a"
|
3445
|
+
},
|
3231
3446
|
".aaa": {
|
3232
3447
|
"adapter": "none"
|
3233
3448
|
},
|
3234
|
-
".
|
3449
|
+
".fox": {
|
3235
3450
|
"adapter": "none"
|
3236
3451
|
},
|
3237
|
-
".
|
3452
|
+
".safety": {
|
3238
3453
|
"adapter": "none"
|
3239
3454
|
},
|
3240
|
-
".
|
3455
|
+
".statefarm": {
|
3456
|
+
"adapter": "none"
|
3457
|
+
},
|
3458
|
+
".dealer": {
|
3459
|
+
"adapter": "none"
|
3460
|
+
},
|
3461
|
+
".mobily": {
|
3462
|
+
"adapter": "none"
|
3463
|
+
},
|
3464
|
+
".xn--mgbb9fbpob": {
|
3465
|
+
"adapter": "none"
|
3466
|
+
},
|
3467
|
+
".wanggou": {
|
3468
|
+
"adapter": "none"
|
3469
|
+
},
|
3470
|
+
".sas": {
|
3471
|
+
"adapter": "none"
|
3472
|
+
},
|
3473
|
+
".analytics": {
|
3474
|
+
"adapter": "none"
|
3475
|
+
},
|
3476
|
+
".lincoln": {
|
3477
|
+
"adapter": "none"
|
3478
|
+
},
|
3479
|
+
".jmp": {
|
3480
|
+
"adapter": "none"
|
3481
|
+
},
|
3482
|
+
".ford": {
|
3483
|
+
"adapter": "none"
|
3484
|
+
},
|
3485
|
+
".kpn": {
|
3486
|
+
"adapter": "none"
|
3487
|
+
},
|
3488
|
+
".watches": {
|
3489
|
+
"adapter": "none"
|
3490
|
+
},
|
3491
|
+
".tushu": {
|
3492
|
+
"adapter": "none"
|
3493
|
+
},
|
3494
|
+
".smile": {
|
3495
|
+
"adapter": "none"
|
3496
|
+
},
|
3497
|
+
".got": {
|
3241
3498
|
"adapter": "none"
|
3242
3499
|
},
|
3243
3500
|
".safe": {
|
@@ -3273,9 +3530,6 @@
|
|
3273
3530
|
".cirle": {
|
3274
3531
|
"adapter": "none"
|
3275
3532
|
},
|
3276
|
-
".firestone": {
|
3277
|
-
"adapter": "none"
|
3278
|
-
},
|
3279
3533
|
".author": {
|
3280
3534
|
"adapter": "none"
|
3281
3535
|
},
|
@@ -3309,9 +3563,6 @@
|
|
3309
3563
|
".aramco": {
|
3310
3564
|
"adapter": "none"
|
3311
3565
|
},
|
3312
|
-
".xn--mgba3a3ejt": {
|
3313
|
-
"adapter": "none"
|
3314
|
-
},
|
3315
3566
|
".dell": {
|
3316
3567
|
"adapter": "none"
|
3317
3568
|
},
|
@@ -3393,9 +3644,6 @@
|
|
3393
3644
|
".otsuka": {
|
3394
3645
|
"adapter": "none"
|
3395
3646
|
},
|
3396
|
-
".xn--rhqv96g": {
|
3397
|
-
"adapter": "none"
|
3398
|
-
},
|
3399
3647
|
".axa": {
|
3400
3648
|
"adapter": "none"
|
3401
3649
|
},
|
@@ -3462,18 +3710,9 @@
|
|
3462
3710
|
".cartier": {
|
3463
3711
|
"adapter": "none"
|
3464
3712
|
},
|
3465
|
-
".xn--45q11c": {
|
3466
|
-
"adapter": "none"
|
3467
|
-
},
|
3468
3713
|
".ntt": {
|
3469
3714
|
"adapter": "none"
|
3470
3715
|
},
|
3471
|
-
".xn--imr513n": {
|
3472
|
-
"adapter": "none"
|
3473
|
-
},
|
3474
|
-
".xn--mgbpl2fh": {
|
3475
|
-
"adapter": "none"
|
3476
|
-
},
|
3477
3716
|
".cbn": {
|
3478
3717
|
"adapter": "none"
|
3479
3718
|
},
|
@@ -3486,9 +3725,6 @@
|
|
3486
3725
|
".cisco": {
|
3487
3726
|
"adapter": "none"
|
3488
3727
|
},
|
3489
|
-
".xn--nyqy26a": {
|
3490
|
-
"adapter": "none"
|
3491
|
-
},
|
3492
3728
|
".lupin": {
|
3493
3729
|
"adapter": "none"
|
3494
3730
|
},
|
@@ -3516,17 +3752,37 @@
|
|
3516
3752
|
".bharti": {
|
3517
3753
|
"adapter": "none"
|
3518
3754
|
},
|
3519
|
-
".
|
3755
|
+
".voting": {
|
3756
|
+
"host": "whois.voting.tld-box.at"
|
3757
|
+
},
|
3758
|
+
".samsung": {
|
3759
|
+
"host": "whois.nic.xn--cg4bki"
|
3760
|
+
},
|
3761
|
+
|
3762
|
+
|
3763
|
+
".xn--mgba3a3ejt": {
|
3520
3764
|
"adapter": "none"
|
3521
3765
|
},
|
3522
|
-
".xn--
|
3523
|
-
"
|
3766
|
+
".xn--eckvdtc9d": {
|
3767
|
+
"adapter": "none"
|
3524
3768
|
},
|
3525
|
-
".xn--
|
3526
|
-
"
|
3769
|
+
".xn--kpu716f": {
|
3770
|
+
"adapter": "none"
|
3527
3771
|
},
|
3528
|
-
".
|
3529
|
-
"
|
3772
|
+
".xn--pbt977c": {
|
3773
|
+
"adapter": "none"
|
3774
|
+
},
|
3775
|
+
".xn--rhqv96g": {
|
3776
|
+
"adapter": "none"
|
3777
|
+
},
|
3778
|
+
".xn--45q11c": {
|
3779
|
+
"adapter": "none"
|
3780
|
+
},
|
3781
|
+
".xn--imr513n": {
|
3782
|
+
"adapter": "none"
|
3783
|
+
},
|
3784
|
+
".xn--nyqy26a": {
|
3785
|
+
"adapter": "none"
|
3530
3786
|
},
|
3531
3787
|
".xn--9et52u": {
|
3532
3788
|
"host": "whois.nic.wang"
|
@@ -3534,142 +3790,31 @@
|
|
3534
3790
|
".xn--55qw42g": {
|
3535
3791
|
"host": "whois.conac.cn"
|
3536
3792
|
},
|
3537
|
-
".xn--ngbc5azd": {
|
3538
|
-
"host": "whois.nic.xn--ngbc5azd"
|
3539
|
-
},
|
3540
3793
|
".xn--zfr164b": {
|
3541
3794
|
"host": "whois.conac.cn"
|
3542
3795
|
},
|
3543
|
-
".xn--80adxhks": {
|
3544
|
-
"host": "whois.nic.xn--80adxhks"
|
3545
|
-
},
|
3546
3796
|
".xn--cg4bki": {
|
3547
3797
|
"host": "whois.kr"
|
3548
3798
|
},
|
3549
3799
|
".xn--p1acf": {
|
3550
3800
|
"host": "whois.nic.xn--p1acf"
|
3551
3801
|
},
|
3552
|
-
".samsung": {
|
3553
|
-
"host": "whois.nic.xn--cg4bki"
|
3554
|
-
},
|
3555
3802
|
".xn--hxt814e": {
|
3556
3803
|
"host": "whois.nic.xn--hxt814e"
|
3557
3804
|
},
|
3558
|
-
".xn--90ais": {
|
3559
|
-
"host": "whois.cctld.by"
|
3560
|
-
},
|
3561
3805
|
".xn--30rr7y": {
|
3562
3806
|
"host": "whois.nic.wang"
|
3563
3807
|
},
|
3564
|
-
".xn--kcrx77d1x4a": {
|
3565
|
-
"host": "whois.nic.xn--kcrx77d1x4a"
|
3566
|
-
},
|
3567
3808
|
".doosan": {
|
3568
3809
|
"host": "whois.nic.xn--cg4bki"
|
3569
3810
|
},
|
3570
|
-
|
3571
|
-
|
3572
|
-
".xn--3e0b707e": {
|
3573
|
-
"host": "whois.kr"
|
3574
|
-
},
|
3575
|
-
".xn--45brj9c": {
|
3576
|
-
"adapter": "none"
|
3577
|
-
},
|
3578
|
-
".xn--80ao21a": {
|
3579
|
-
"host": "whois.nic.kz"
|
3580
|
-
},
|
3581
|
-
".xn--90a3ac": {
|
3582
|
-
"host": "whois.rnids.rs"
|
3583
|
-
},
|
3584
3811
|
".xn--cg4bki": {
|
3585
3812
|
"host": "whois.kr"
|
3586
3813
|
},
|
3587
|
-
".xn--
|
3588
|
-
"host": "whois.
|
3589
|
-
},
|
3590
|
-
".xn--fpcrj9c3d": {
|
3591
|
-
"adapter": "none"
|
3592
|
-
},
|
3593
|
-
".xn--fzc2c9e2c": {
|
3594
|
-
"host": "whois.nic.lk"
|
3595
|
-
},
|
3596
|
-
".xn--gecrj9c": {
|
3597
|
-
"adapter": "none"
|
3598
|
-
},
|
3599
|
-
".xn--h2brj9c": {
|
3600
|
-
"adapter": "none"
|
3601
|
-
},
|
3602
|
-
".xn--j1amh": {
|
3603
|
-
"host": "whois.dotukr.com"
|
3604
|
-
},
|
3605
|
-
".xn--j6w193g": {
|
3606
|
-
"host": "whois.hkirc.hk"
|
3607
|
-
},
|
3608
|
-
".xn--kprw13d": {
|
3609
|
-
"host": "whois.twnic.net.tw"
|
3610
|
-
},
|
3611
|
-
".xn--kpry57d": {
|
3612
|
-
"host": "whois.twnic.net.tw"
|
3613
|
-
},
|
3614
|
-
".xn--lgbbat1ad8j": {
|
3615
|
-
"host": "whois.nic.dz"
|
3616
|
-
},
|
3617
|
-
".xn--mgb9awbf": {
|
3618
|
-
"host": "whois.registry.om"
|
3619
|
-
},
|
3620
|
-
".xn--mgba3a4f16a": {
|
3621
|
-
"host": "whois.nic.ir"
|
3622
|
-
},
|
3623
|
-
".xn--mgbaam7a8h": {
|
3624
|
-
"host": "whois.aeda.net.ae"
|
3625
|
-
},
|
3626
|
-
".xn--mgbayh7gpa": {
|
3627
|
-
"adapter": "web",
|
3628
|
-
"url": "http://idn.jo/whois_a.aspx"
|
3629
|
-
},
|
3630
|
-
".xn--mgbbh1a71e": {
|
3631
|
-
"adapter": "none"
|
3632
|
-
},
|
3633
|
-
".xn--mgbc0a9azcg": {
|
3634
|
-
"adapter": "none"
|
3635
|
-
},
|
3636
|
-
".xn--mgberp4a5d4ar": {
|
3637
|
-
"host": "whois.nic.net.sa"
|
3638
|
-
},
|
3639
|
-
".xn--mgbx4cd0ab": {
|
3640
|
-
"host": "whois.domainregistry.my"
|
3641
|
-
},
|
3642
|
-
".xn--o3cw4h": {
|
3643
|
-
"host": "whois.thnic.co.th"
|
3644
|
-
},
|
3645
|
-
".xn--ogbpf8fl": {
|
3646
|
-
"adapter": "none"
|
3647
|
-
},
|
3648
|
-
".xn--p1ai": {
|
3649
|
-
"host": "whois.tcinet.ru"
|
3650
|
-
},
|
3651
|
-
".xn--pgbs0dh": {
|
3652
|
-
"adapter": "none"
|
3653
|
-
},
|
3654
|
-
".xn--s9brj9c": {
|
3655
|
-
"adapter": "none"
|
3656
|
-
},
|
3657
|
-
".xn--wgbh1c": {
|
3658
|
-
"host": "whois.dotmasr.eg"
|
3659
|
-
},
|
3660
|
-
".xn--wgbl6a": {
|
3661
|
-
"host": "whois.registry.qa"
|
3662
|
-
},
|
3663
|
-
".xn--xkc2al3hye2a": {
|
3664
|
-
"host": "whois.nic.lk"
|
3665
|
-
},
|
3666
|
-
".xn--xkc2dl3a5ee0h": {
|
3667
|
-
"adapter": "none"
|
3668
|
-
},
|
3669
|
-
".xn--yfro4i67o": {
|
3670
|
-
"host": "whois.sgnic.sg"
|
3814
|
+
".xn--fiq64b": {
|
3815
|
+
"host": "whois.gtld.knet.cn"
|
3671
3816
|
},
|
3672
|
-
".xn--
|
3673
|
-
"host": "whois.
|
3817
|
+
".xn--ses554g": {
|
3818
|
+
"host": "whois.registry.knet.cn"
|
3674
3819
|
}
|
3675
3820
|
}
|