domain_prefix 0.3.0.11 → 0.3.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/data/effective_tld_names.dat +1365 -311
- data/domain_prefix.gemspec +7 -5
- data/test/sample/test.txt +5 -5
- metadata +17 -4
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b6a05017cbad53dd784b252b0fbc654fde768dc
|
|
4
|
+
data.tar.gz: bcd657146ae7b2c995ccfe2797e45bb0ad29e9e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c2b023408e2dda6f5fda16b29a2b1e397366c243383f36a332e1dbd529501b19d5076b4d15540200ba90cbaab2a476f2d220c870ce899c8875df297a3244ff
|
|
7
|
+
data.tar.gz: 42a5b3d8bca3b3d338da581fc76d495b0815838b15214b58bcbc0da6f5f5ce2c775e12f00fa0a0cf9a3133350ed147ae3ef5d7fed2d770d1a4e9f61d8a8f783b
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
|
@@ -32,13 +32,13 @@ namespace :domain_prefix do
|
|
|
32
32
|
task :update do
|
|
33
33
|
require 'open-uri'
|
|
34
34
|
|
|
35
|
-
open("https://
|
|
35
|
+
open("https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat") do |source|
|
|
36
36
|
open(File.expand_path(File.join('data', 'effective_tld_names.dat'), File.dirname(__FILE__)), 'w') do |dest|
|
|
37
37
|
dest.write(source.read)
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
open("
|
|
41
|
+
open("https://raw.githubusercontent.com/publicsuffix/list/master/tests/test_psl.txt") do |source|
|
|
42
42
|
open(File.expand_path(File.join('test', 'sample', 'test.txt'), File.dirname(__FILE__)), 'w') do |dest|
|
|
43
43
|
dest.write(source.read)
|
|
44
44
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.0.
|
|
1
|
+
0.3.0.12
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
2
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
-
// file, You can obtain one at
|
|
3
|
+
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
4
4
|
|
|
5
5
|
// ===BEGIN ICANN DOMAINS===
|
|
6
6
|
|
|
7
|
-
// ac :
|
|
7
|
+
// ac : https://en.wikipedia.org/wiki/.ac
|
|
8
8
|
ac
|
|
9
9
|
com.ac
|
|
10
10
|
edu.ac
|
|
@@ -13,11 +13,11 @@ net.ac
|
|
|
13
13
|
mil.ac
|
|
14
14
|
org.ac
|
|
15
15
|
|
|
16
|
-
// ad :
|
|
16
|
+
// ad : https://en.wikipedia.org/wiki/.ad
|
|
17
17
|
ad
|
|
18
18
|
nom.ad
|
|
19
19
|
|
|
20
|
-
// ae :
|
|
20
|
+
// ae : https://en.wikipedia.org/wiki/.ae
|
|
21
21
|
// see also: "Domain Name Eligibility Policy" at http://www.aeda.ae/eng/aepolicy.php
|
|
22
22
|
ae
|
|
23
23
|
co.ae
|
|
@@ -28,7 +28,7 @@ ac.ae
|
|
|
28
28
|
gov.ae
|
|
29
29
|
mil.ae
|
|
30
30
|
|
|
31
|
-
// aero : see
|
|
31
|
+
// aero : see https://www.information.aero/index.php?id=66
|
|
32
32
|
aero
|
|
33
33
|
accident-investigation.aero
|
|
34
34
|
accident-prevention.aero
|
|
@@ -89,7 +89,6 @@ leasing.aero
|
|
|
89
89
|
logistics.aero
|
|
90
90
|
magazine.aero
|
|
91
91
|
maintenance.aero
|
|
92
|
-
marketplace.aero
|
|
93
92
|
media.aero
|
|
94
93
|
microlight.aero
|
|
95
94
|
modelling.aero
|
|
@@ -112,7 +111,6 @@ show.aero
|
|
|
112
111
|
skydiving.aero
|
|
113
112
|
software.aero
|
|
114
113
|
student.aero
|
|
115
|
-
taxi.aero
|
|
116
114
|
trader.aero
|
|
117
115
|
trading.aero
|
|
118
116
|
trainer.aero
|
|
@@ -152,17 +150,10 @@ mil.al
|
|
|
152
150
|
net.al
|
|
153
151
|
org.al
|
|
154
152
|
|
|
155
|
-
// am :
|
|
153
|
+
// am : https://en.wikipedia.org/wiki/.am
|
|
156
154
|
am
|
|
157
155
|
|
|
158
|
-
//
|
|
159
|
-
an
|
|
160
|
-
com.an
|
|
161
|
-
net.an
|
|
162
|
-
org.an
|
|
163
|
-
edu.an
|
|
164
|
-
|
|
165
|
-
// ao : http://en.wikipedia.org/wiki/.ao
|
|
156
|
+
// ao : https://en.wikipedia.org/wiki/.ao
|
|
166
157
|
// http://www.dns.ao/REGISTR.DOC
|
|
167
158
|
ao
|
|
168
159
|
ed.ao
|
|
@@ -172,7 +163,7 @@ co.ao
|
|
|
172
163
|
pb.ao
|
|
173
164
|
it.ao
|
|
174
165
|
|
|
175
|
-
// aq :
|
|
166
|
+
// aq : https://en.wikipedia.org/wiki/.aq
|
|
176
167
|
aq
|
|
177
168
|
|
|
178
169
|
// ar : https://nic.ar/normativa-vigente.xhtml
|
|
@@ -187,7 +178,7 @@ net.ar
|
|
|
187
178
|
org.ar
|
|
188
179
|
tur.ar
|
|
189
180
|
|
|
190
|
-
// arpa :
|
|
181
|
+
// arpa : https://en.wikipedia.org/wiki/.arpa
|
|
191
182
|
// Confirmed by registry <iana-questions@icann.org> 2008-06-18
|
|
192
183
|
arpa
|
|
193
184
|
e164.arpa
|
|
@@ -197,14 +188,14 @@ iris.arpa
|
|
|
197
188
|
uri.arpa
|
|
198
189
|
urn.arpa
|
|
199
190
|
|
|
200
|
-
// as :
|
|
191
|
+
// as : https://en.wikipedia.org/wiki/.as
|
|
201
192
|
as
|
|
202
193
|
gov.as
|
|
203
194
|
|
|
204
|
-
// asia :
|
|
195
|
+
// asia : https://en.wikipedia.org/wiki/.asia
|
|
205
196
|
asia
|
|
206
197
|
|
|
207
|
-
// at :
|
|
198
|
+
// at : https://en.wikipedia.org/wiki/.at
|
|
208
199
|
// Confirmed by registry <it@nic.at> 2008-06-17
|
|
209
200
|
at
|
|
210
201
|
ac.at
|
|
@@ -212,7 +203,7 @@ co.at
|
|
|
212
203
|
gv.at
|
|
213
204
|
or.at
|
|
214
205
|
|
|
215
|
-
// au :
|
|
206
|
+
// au : https://en.wikipedia.org/wiki/.au
|
|
216
207
|
// http://www.auda.org.au/
|
|
217
208
|
au
|
|
218
209
|
// 2LDs
|
|
@@ -254,14 +245,14 @@ tas.gov.au
|
|
|
254
245
|
vic.gov.au
|
|
255
246
|
wa.gov.au
|
|
256
247
|
|
|
257
|
-
// aw :
|
|
248
|
+
// aw : https://en.wikipedia.org/wiki/.aw
|
|
258
249
|
aw
|
|
259
250
|
com.aw
|
|
260
251
|
|
|
261
|
-
// ax :
|
|
252
|
+
// ax : https://en.wikipedia.org/wiki/.ax
|
|
262
253
|
ax
|
|
263
254
|
|
|
264
|
-
// az :
|
|
255
|
+
// az : https://en.wikipedia.org/wiki/.az
|
|
265
256
|
az
|
|
266
257
|
com.az
|
|
267
258
|
net.az
|
|
@@ -276,7 +267,7 @@ name.az
|
|
|
276
267
|
pro.az
|
|
277
268
|
biz.az
|
|
278
269
|
|
|
279
|
-
// ba :
|
|
270
|
+
// ba : https://en.wikipedia.org/wiki/.ba
|
|
280
271
|
ba
|
|
281
272
|
org.ba
|
|
282
273
|
net.ba
|
|
@@ -289,7 +280,7 @@ co.ba
|
|
|
289
280
|
com.ba
|
|
290
281
|
rs.ba
|
|
291
282
|
|
|
292
|
-
// bb :
|
|
283
|
+
// bb : https://en.wikipedia.org/wiki/.bb
|
|
293
284
|
bb
|
|
294
285
|
biz.bb
|
|
295
286
|
co.bb
|
|
@@ -302,19 +293,19 @@ org.bb
|
|
|
302
293
|
store.bb
|
|
303
294
|
tv.bb
|
|
304
295
|
|
|
305
|
-
// bd :
|
|
296
|
+
// bd : https://en.wikipedia.org/wiki/.bd
|
|
306
297
|
*.bd
|
|
307
298
|
|
|
308
|
-
// be :
|
|
299
|
+
// be : https://en.wikipedia.org/wiki/.be
|
|
309
300
|
// Confirmed by registry <tech@dns.be> 2008-06-08
|
|
310
301
|
be
|
|
311
302
|
ac.be
|
|
312
303
|
|
|
313
|
-
// bf :
|
|
304
|
+
// bf : https://en.wikipedia.org/wiki/.bf
|
|
314
305
|
bf
|
|
315
306
|
gov.bf
|
|
316
307
|
|
|
317
|
-
// bg :
|
|
308
|
+
// bg : https://en.wikipedia.org/wiki/.bg
|
|
318
309
|
// https://www.register.bg/user/static/rules/en/index.html
|
|
319
310
|
bg
|
|
320
311
|
a.bg
|
|
@@ -354,7 +345,7 @@ z.bg
|
|
|
354
345
|
8.bg
|
|
355
346
|
9.bg
|
|
356
347
|
|
|
357
|
-
// bh :
|
|
348
|
+
// bh : https://en.wikipedia.org/wiki/.bh
|
|
358
349
|
bh
|
|
359
350
|
com.bh
|
|
360
351
|
edu.bh
|
|
@@ -362,7 +353,7 @@ net.bh
|
|
|
362
353
|
org.bh
|
|
363
354
|
gov.bh
|
|
364
355
|
|
|
365
|
-
// bi :
|
|
356
|
+
// bi : https://en.wikipedia.org/wiki/.bi
|
|
366
357
|
// http://whois.nic.bi/
|
|
367
358
|
bi
|
|
368
359
|
co.bi
|
|
@@ -371,10 +362,10 @@ edu.bi
|
|
|
371
362
|
or.bi
|
|
372
363
|
org.bi
|
|
373
364
|
|
|
374
|
-
// biz :
|
|
365
|
+
// biz : https://en.wikipedia.org/wiki/.biz
|
|
375
366
|
biz
|
|
376
367
|
|
|
377
|
-
// bj :
|
|
368
|
+
// bj : https://en.wikipedia.org/wiki/.bj
|
|
378
369
|
bj
|
|
379
370
|
asso.bj
|
|
380
371
|
barreau.bj
|
|
@@ -388,7 +379,7 @@ gov.bm
|
|
|
388
379
|
net.bm
|
|
389
380
|
org.bm
|
|
390
381
|
|
|
391
|
-
// bn :
|
|
382
|
+
// bn : https://en.wikipedia.org/wiki/.bn
|
|
392
383
|
*.bn
|
|
393
384
|
|
|
394
385
|
// bo : http://www.nic.bo/
|
|
@@ -404,7 +395,7 @@ mil.bo
|
|
|
404
395
|
tv.bo
|
|
405
396
|
|
|
406
397
|
// br : http://registro.br/dominio/categoria.html
|
|
407
|
-
// Submitted by registry <fneves@registro.br>
|
|
398
|
+
// Submitted by registry <fneves@registro.br>
|
|
408
399
|
br
|
|
409
400
|
adm.br
|
|
410
401
|
adv.br
|
|
@@ -485,7 +476,7 @@ org.bs
|
|
|
485
476
|
edu.bs
|
|
486
477
|
gov.bs
|
|
487
478
|
|
|
488
|
-
// bt :
|
|
479
|
+
// bt : https://en.wikipedia.org/wiki/.bt
|
|
489
480
|
bt
|
|
490
481
|
com.bt
|
|
491
482
|
edu.bt
|
|
@@ -494,17 +485,17 @@ net.bt
|
|
|
494
485
|
org.bt
|
|
495
486
|
|
|
496
487
|
// bv : No registrations at this time.
|
|
497
|
-
// Submitted by registry <jarle@uninett.no>
|
|
488
|
+
// Submitted by registry <jarle@uninett.no>
|
|
498
489
|
bv
|
|
499
490
|
|
|
500
|
-
// bw :
|
|
491
|
+
// bw : https://en.wikipedia.org/wiki/.bw
|
|
501
492
|
// http://www.gobin.info/domainname/bw.doc
|
|
502
493
|
// list of other 2nd level tlds ?
|
|
503
494
|
bw
|
|
504
495
|
co.bw
|
|
505
496
|
org.bw
|
|
506
497
|
|
|
507
|
-
// by :
|
|
498
|
+
// by : https://en.wikipedia.org/wiki/.by
|
|
508
499
|
// http://tld.by/rules_2006_en.html
|
|
509
500
|
// list of other 2nd level tlds ?
|
|
510
501
|
by
|
|
@@ -518,7 +509,7 @@ com.by
|
|
|
518
509
|
// http://hoster.by/
|
|
519
510
|
of.by
|
|
520
511
|
|
|
521
|
-
// bz :
|
|
512
|
+
// bz : https://en.wikipedia.org/wiki/.bz
|
|
522
513
|
// http://www.belizenic.bz/
|
|
523
514
|
bz
|
|
524
515
|
com.bz
|
|
@@ -527,7 +518,7 @@ org.bz
|
|
|
527
518
|
edu.bz
|
|
528
519
|
gov.bz
|
|
529
520
|
|
|
530
|
-
// ca :
|
|
521
|
+
// ca : https://en.wikipedia.org/wiki/.ca
|
|
531
522
|
ca
|
|
532
523
|
// ca geographical names
|
|
533
524
|
ab.ca
|
|
@@ -544,31 +535,31 @@ pe.ca
|
|
|
544
535
|
qc.ca
|
|
545
536
|
sk.ca
|
|
546
537
|
yk.ca
|
|
547
|
-
// gc.ca:
|
|
538
|
+
// gc.ca: https://en.wikipedia.org/wiki/.gc.ca
|
|
548
539
|
// see also: http://registry.gc.ca/en/SubdomainFAQ
|
|
549
540
|
gc.ca
|
|
550
541
|
|
|
551
|
-
// cat :
|
|
542
|
+
// cat : https://en.wikipedia.org/wiki/.cat
|
|
552
543
|
cat
|
|
553
544
|
|
|
554
|
-
// cc :
|
|
545
|
+
// cc : https://en.wikipedia.org/wiki/.cc
|
|
555
546
|
cc
|
|
556
547
|
|
|
557
|
-
// cd :
|
|
548
|
+
// cd : https://en.wikipedia.org/wiki/.cd
|
|
558
549
|
// see also: https://www.nic.cd/domain/insertDomain_2.jsp?act=1
|
|
559
550
|
cd
|
|
560
551
|
gov.cd
|
|
561
552
|
|
|
562
|
-
// cf :
|
|
553
|
+
// cf : https://en.wikipedia.org/wiki/.cf
|
|
563
554
|
cf
|
|
564
555
|
|
|
565
|
-
// cg :
|
|
556
|
+
// cg : https://en.wikipedia.org/wiki/.cg
|
|
566
557
|
cg
|
|
567
558
|
|
|
568
|
-
// ch :
|
|
559
|
+
// ch : https://en.wikipedia.org/wiki/.ch
|
|
569
560
|
ch
|
|
570
561
|
|
|
571
|
-
// ci :
|
|
562
|
+
// ci : https://en.wikipedia.org/wiki/.ci
|
|
572
563
|
// http://www.nic.ci/index.php?page=charte
|
|
573
564
|
ci
|
|
574
565
|
org.ci
|
|
@@ -587,26 +578,26 @@ presse.ci
|
|
|
587
578
|
md.ci
|
|
588
579
|
gouv.ci
|
|
589
580
|
|
|
590
|
-
// ck :
|
|
581
|
+
// ck : https://en.wikipedia.org/wiki/.ck
|
|
591
582
|
*.ck
|
|
592
583
|
!www.ck
|
|
593
584
|
|
|
594
|
-
// cl :
|
|
585
|
+
// cl : https://en.wikipedia.org/wiki/.cl
|
|
595
586
|
cl
|
|
596
587
|
gov.cl
|
|
597
588
|
gob.cl
|
|
598
589
|
co.cl
|
|
599
590
|
mil.cl
|
|
600
591
|
|
|
601
|
-
// cm :
|
|
592
|
+
// cm : https://en.wikipedia.org/wiki/.cm plus bug 981927
|
|
602
593
|
cm
|
|
603
594
|
co.cm
|
|
604
595
|
com.cm
|
|
605
596
|
gov.cm
|
|
606
597
|
net.cm
|
|
607
598
|
|
|
608
|
-
// cn :
|
|
609
|
-
// Submitted by registry <tanyaling@cnnic.cn>
|
|
599
|
+
// cn : https://en.wikipedia.org/wiki/.cn
|
|
600
|
+
// Submitted by registry <tanyaling@cnnic.cn>
|
|
610
601
|
cn
|
|
611
602
|
ac.cn
|
|
612
603
|
com.cn
|
|
@@ -654,8 +645,8 @@ hk.cn
|
|
|
654
645
|
mo.cn
|
|
655
646
|
tw.cn
|
|
656
647
|
|
|
657
|
-
// co :
|
|
658
|
-
// Submitted by registry <tecnico@uniandes.edu.co>
|
|
648
|
+
// co : https://en.wikipedia.org/wiki/.co
|
|
649
|
+
// Submitted by registry <tecnico@uniandes.edu.co>
|
|
659
650
|
co
|
|
660
651
|
arts.co
|
|
661
652
|
com.co
|
|
@@ -671,10 +662,10 @@ org.co
|
|
|
671
662
|
rec.co
|
|
672
663
|
web.co
|
|
673
664
|
|
|
674
|
-
// com :
|
|
665
|
+
// com : https://en.wikipedia.org/wiki/.com
|
|
675
666
|
com
|
|
676
667
|
|
|
677
|
-
// coop :
|
|
668
|
+
// coop : https://en.wikipedia.org/wiki/.coop
|
|
678
669
|
coop
|
|
679
670
|
|
|
680
671
|
// cr : http://www.nic.cr/niccr_publico/showRegistroDominiosScreen.do
|
|
@@ -687,7 +678,7 @@ go.cr
|
|
|
687
678
|
or.cr
|
|
688
679
|
sa.cr
|
|
689
680
|
|
|
690
|
-
// cu :
|
|
681
|
+
// cu : https://en.wikipedia.org/wiki/.cu
|
|
691
682
|
cu
|
|
692
683
|
com.cu
|
|
693
684
|
edu.cu
|
|
@@ -696,7 +687,7 @@ net.cu
|
|
|
696
687
|
gov.cu
|
|
697
688
|
inf.cu
|
|
698
689
|
|
|
699
|
-
// cv :
|
|
690
|
+
// cv : https://en.wikipedia.org/wiki/.cv
|
|
700
691
|
cv
|
|
701
692
|
|
|
702
693
|
// cw : http://www.una.cw/cw_registry/
|
|
@@ -707,30 +698,42 @@ edu.cw
|
|
|
707
698
|
net.cw
|
|
708
699
|
org.cw
|
|
709
700
|
|
|
710
|
-
// cx :
|
|
701
|
+
// cx : https://en.wikipedia.org/wiki/.cx
|
|
711
702
|
// list of other 2nd level tlds ?
|
|
712
703
|
cx
|
|
713
704
|
gov.cx
|
|
714
705
|
|
|
715
|
-
// cy :
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
706
|
+
// cy : https://en.wikipedia.org/wiki/.cy
|
|
707
|
+
ac.cy
|
|
708
|
+
biz.cy
|
|
709
|
+
com.cy
|
|
710
|
+
ekloges.cy
|
|
711
|
+
gov.cy
|
|
712
|
+
ltd.cy
|
|
713
|
+
name.cy
|
|
714
|
+
net.cy
|
|
715
|
+
org.cy
|
|
716
|
+
parliament.cy
|
|
717
|
+
press.cy
|
|
718
|
+
pro.cy
|
|
719
|
+
tm.cy
|
|
720
|
+
|
|
721
|
+
// cz : https://en.wikipedia.org/wiki/.cz
|
|
719
722
|
cz
|
|
720
723
|
|
|
721
|
-
// de :
|
|
724
|
+
// de : https://en.wikipedia.org/wiki/.de
|
|
722
725
|
// Confirmed by registry <ops@denic.de> (with technical
|
|
723
726
|
// reservations) 2008-07-01
|
|
724
727
|
de
|
|
725
728
|
|
|
726
|
-
// dj :
|
|
729
|
+
// dj : https://en.wikipedia.org/wiki/.dj
|
|
727
730
|
dj
|
|
728
731
|
|
|
729
|
-
// dk :
|
|
732
|
+
// dk : https://en.wikipedia.org/wiki/.dk
|
|
730
733
|
// Confirmed by registry <robert@dk-hostmaster.dk> 2008-06-17
|
|
731
734
|
dk
|
|
732
735
|
|
|
733
|
-
// dm :
|
|
736
|
+
// dm : https://en.wikipedia.org/wiki/.dm
|
|
734
737
|
dm
|
|
735
738
|
com.dm
|
|
736
739
|
net.dm
|
|
@@ -738,7 +741,7 @@ org.dm
|
|
|
738
741
|
edu.dm
|
|
739
742
|
gov.dm
|
|
740
743
|
|
|
741
|
-
// do :
|
|
744
|
+
// do : https://en.wikipedia.org/wiki/.do
|
|
742
745
|
do
|
|
743
746
|
art.do
|
|
744
747
|
com.do
|
|
@@ -751,7 +754,7 @@ org.do
|
|
|
751
754
|
sld.do
|
|
752
755
|
web.do
|
|
753
756
|
|
|
754
|
-
// dz :
|
|
757
|
+
// dz : https://en.wikipedia.org/wiki/.dz
|
|
755
758
|
dz
|
|
756
759
|
com.dz
|
|
757
760
|
org.dz
|
|
@@ -763,7 +766,7 @@ pol.dz
|
|
|
763
766
|
art.dz
|
|
764
767
|
|
|
765
768
|
// ec : http://www.nic.ec/reg/paso1.asp
|
|
766
|
-
// Submitted by registry <vabboud@nic.ec>
|
|
769
|
+
// Submitted by registry <vabboud@nic.ec>
|
|
767
770
|
ec
|
|
768
771
|
com.ec
|
|
769
772
|
info.ec
|
|
@@ -778,7 +781,7 @@ gov.ec
|
|
|
778
781
|
gob.ec
|
|
779
782
|
mil.ec
|
|
780
783
|
|
|
781
|
-
// edu :
|
|
784
|
+
// edu : https://en.wikipedia.org/wiki/.edu
|
|
782
785
|
edu
|
|
783
786
|
|
|
784
787
|
// ee : http://www.eenet.ee/EENet/dom_reeglid.html#lisa_B
|
|
@@ -794,7 +797,7 @@ aip.ee
|
|
|
794
797
|
org.ee
|
|
795
798
|
fie.ee
|
|
796
799
|
|
|
797
|
-
// eg :
|
|
800
|
+
// eg : https://en.wikipedia.org/wiki/.eg
|
|
798
801
|
eg
|
|
799
802
|
com.eg
|
|
800
803
|
edu.eg
|
|
@@ -806,7 +809,7 @@ net.eg
|
|
|
806
809
|
org.eg
|
|
807
810
|
sci.eg
|
|
808
811
|
|
|
809
|
-
// er :
|
|
812
|
+
// er : https://en.wikipedia.org/wiki/.er
|
|
810
813
|
*.er
|
|
811
814
|
|
|
812
815
|
// es : https://www.nic.es/site_ingles/ingles/dominios/index.html
|
|
@@ -817,7 +820,7 @@ org.es
|
|
|
817
820
|
gob.es
|
|
818
821
|
edu.es
|
|
819
822
|
|
|
820
|
-
// et :
|
|
823
|
+
// et : https://en.wikipedia.org/wiki/.et
|
|
821
824
|
et
|
|
822
825
|
com.et
|
|
823
826
|
gov.et
|
|
@@ -828,28 +831,28 @@ name.et
|
|
|
828
831
|
info.et
|
|
829
832
|
net.et
|
|
830
833
|
|
|
831
|
-
// eu :
|
|
834
|
+
// eu : https://en.wikipedia.org/wiki/.eu
|
|
832
835
|
eu
|
|
833
836
|
|
|
834
|
-
// fi :
|
|
837
|
+
// fi : https://en.wikipedia.org/wiki/.fi
|
|
835
838
|
fi
|
|
836
|
-
// aland.fi :
|
|
839
|
+
// aland.fi : https://en.wikipedia.org/wiki/.ax
|
|
837
840
|
// This domain is being phased out in favor of .ax. As there are still many
|
|
838
841
|
// domains under aland.fi, we still keep it on the list until aland.fi is
|
|
839
842
|
// completely removed.
|
|
840
843
|
// TODO: Check for updates (expected to be phased out around Q1/2009)
|
|
841
844
|
aland.fi
|
|
842
845
|
|
|
843
|
-
// fj :
|
|
846
|
+
// fj : https://en.wikipedia.org/wiki/.fj
|
|
844
847
|
*.fj
|
|
845
848
|
|
|
846
|
-
// fk :
|
|
849
|
+
// fk : https://en.wikipedia.org/wiki/.fk
|
|
847
850
|
*.fk
|
|
848
851
|
|
|
849
|
-
// fm :
|
|
852
|
+
// fm : https://en.wikipedia.org/wiki/.fm
|
|
850
853
|
fm
|
|
851
854
|
|
|
852
|
-
// fo :
|
|
855
|
+
// fo : https://en.wikipedia.org/wiki/.fo
|
|
853
856
|
fo
|
|
854
857
|
|
|
855
858
|
// fr : http://www.afnic.fr/
|
|
@@ -880,14 +883,14 @@ pharmacien.fr
|
|
|
880
883
|
port.fr
|
|
881
884
|
veterinaire.fr
|
|
882
885
|
|
|
883
|
-
// ga :
|
|
886
|
+
// ga : https://en.wikipedia.org/wiki/.ga
|
|
884
887
|
ga
|
|
885
888
|
|
|
886
889
|
// gb : This registry is effectively dormant
|
|
887
|
-
// Submitted by registry <Damien.Shaw@ja.net>
|
|
890
|
+
// Submitted by registry <Damien.Shaw@ja.net>
|
|
888
891
|
gb
|
|
889
892
|
|
|
890
|
-
// gd :
|
|
893
|
+
// gd : https://en.wikipedia.org/wiki/.gd
|
|
891
894
|
gd
|
|
892
895
|
|
|
893
896
|
// ge : http://www.nic.net.ge/policy_en.pdf
|
|
@@ -900,7 +903,7 @@ mil.ge
|
|
|
900
903
|
net.ge
|
|
901
904
|
pvt.ge
|
|
902
905
|
|
|
903
|
-
// gf :
|
|
906
|
+
// gf : https://en.wikipedia.org/wiki/.gf
|
|
904
907
|
gf
|
|
905
908
|
|
|
906
909
|
// gg : http://www.channelisles.net/register-domains/
|
|
@@ -910,7 +913,7 @@ co.gg
|
|
|
910
913
|
net.gg
|
|
911
914
|
org.gg
|
|
912
915
|
|
|
913
|
-
// gh :
|
|
916
|
+
// gh : https://en.wikipedia.org/wiki/.gh
|
|
914
917
|
// see also: http://www.nic.gh/reg_now.php
|
|
915
918
|
// Although domains directly at second level are not possible at the moment,
|
|
916
919
|
// they have been possible for some time and may come back.
|
|
@@ -930,7 +933,7 @@ mod.gi
|
|
|
930
933
|
edu.gi
|
|
931
934
|
org.gi
|
|
932
935
|
|
|
933
|
-
// gl :
|
|
936
|
+
// gl : https://en.wikipedia.org/wiki/.gl
|
|
934
937
|
// http://nic.gl
|
|
935
938
|
gl
|
|
936
939
|
co.gl
|
|
@@ -943,7 +946,7 @@ org.gl
|
|
|
943
946
|
gm
|
|
944
947
|
|
|
945
948
|
// gn : http://psg.com/dns/gn/gn.txt
|
|
946
|
-
// Submitted by registry <randy@psg.com>
|
|
949
|
+
// Submitted by registry <randy@psg.com>
|
|
947
950
|
gn
|
|
948
951
|
ac.gn
|
|
949
952
|
com.gn
|
|
@@ -952,7 +955,7 @@ gov.gn
|
|
|
952
955
|
org.gn
|
|
953
956
|
net.gn
|
|
954
957
|
|
|
955
|
-
// gov :
|
|
958
|
+
// gov : https://en.wikipedia.org/wiki/.gov
|
|
956
959
|
gov
|
|
957
960
|
|
|
958
961
|
// gp : http://www.nic.gp/index.php?lang=en
|
|
@@ -964,11 +967,11 @@ edu.gp
|
|
|
964
967
|
org.gp
|
|
965
968
|
asso.gp
|
|
966
969
|
|
|
967
|
-
// gq :
|
|
970
|
+
// gq : https://en.wikipedia.org/wiki/.gq
|
|
968
971
|
gq
|
|
969
972
|
|
|
970
973
|
// gr : https://grweb.ics.forth.gr/english/1617-B-2005.html
|
|
971
|
-
// Submitted by registry <segred@ics.forth.gr>
|
|
974
|
+
// Submitted by registry <segred@ics.forth.gr>
|
|
972
975
|
gr
|
|
973
976
|
com.gr
|
|
974
977
|
edu.gr
|
|
@@ -976,7 +979,7 @@ net.gr
|
|
|
976
979
|
org.gr
|
|
977
980
|
gov.gr
|
|
978
981
|
|
|
979
|
-
// gs :
|
|
982
|
+
// gs : https://en.wikipedia.org/wiki/.gs
|
|
980
983
|
gs
|
|
981
984
|
|
|
982
985
|
// gt : http://www.gt/politicas_de_registro.html
|
|
@@ -992,18 +995,21 @@ org.gt
|
|
|
992
995
|
// gu : http://gadao.gov.gu/registration.txt
|
|
993
996
|
*.gu
|
|
994
997
|
|
|
995
|
-
// gw :
|
|
998
|
+
// gw : https://en.wikipedia.org/wiki/.gw
|
|
996
999
|
gw
|
|
997
1000
|
|
|
998
|
-
// gy :
|
|
1001
|
+
// gy : https://en.wikipedia.org/wiki/.gy
|
|
999
1002
|
// http://registry.gy/
|
|
1000
1003
|
gy
|
|
1001
1004
|
co.gy
|
|
1002
1005
|
com.gy
|
|
1006
|
+
edu.gy
|
|
1007
|
+
gov.gy
|
|
1003
1008
|
net.gy
|
|
1009
|
+
org.gy
|
|
1004
1010
|
|
|
1005
1011
|
// hk : https://www.hkdnr.hk
|
|
1006
|
-
// Submitted by registry <hk.tech@hkirc.hk>
|
|
1012
|
+
// Submitted by registry <hk.tech@hkirc.hk>
|
|
1007
1013
|
hk
|
|
1008
1014
|
com.hk
|
|
1009
1015
|
edu.hk
|
|
@@ -1027,7 +1033,7 @@ org.hk
|
|
|
1027
1033
|
組織.hk
|
|
1028
1034
|
組织.hk
|
|
1029
1035
|
|
|
1030
|
-
// hm :
|
|
1036
|
+
// hm : https://en.wikipedia.org/wiki/.hm
|
|
1031
1037
|
hm
|
|
1032
1038
|
|
|
1033
1039
|
// hn : http://www.nic.hn/politicas/ps02,,05.html
|
|
@@ -1115,15 +1121,23 @@ or.id
|
|
|
1115
1121
|
sch.id
|
|
1116
1122
|
web.id
|
|
1117
1123
|
|
|
1118
|
-
// ie :
|
|
1124
|
+
// ie : https://en.wikipedia.org/wiki/.ie
|
|
1119
1125
|
ie
|
|
1120
1126
|
gov.ie
|
|
1121
1127
|
|
|
1122
|
-
// il : http://
|
|
1123
|
-
|
|
1128
|
+
// il : http://www.isoc.org.il/domains/
|
|
1129
|
+
il
|
|
1130
|
+
ac.il
|
|
1131
|
+
co.il
|
|
1132
|
+
gov.il
|
|
1133
|
+
idf.il
|
|
1134
|
+
k12.il
|
|
1135
|
+
muni.il
|
|
1136
|
+
net.il
|
|
1137
|
+
org.il
|
|
1124
1138
|
|
|
1125
1139
|
// im : https://www.nic.im/
|
|
1126
|
-
// Submitted by registry <info@nic.im>
|
|
1140
|
+
// Submitted by registry <info@nic.im>
|
|
1127
1141
|
im
|
|
1128
1142
|
ac.im
|
|
1129
1143
|
co.im
|
|
@@ -1135,9 +1149,9 @@ plc.co.im
|
|
|
1135
1149
|
tt.im
|
|
1136
1150
|
tv.im
|
|
1137
1151
|
|
|
1138
|
-
// in :
|
|
1152
|
+
// in : https://en.wikipedia.org/wiki/.in
|
|
1139
1153
|
// see also: https://registry.in/Policies
|
|
1140
|
-
// Please note, that nic.in is not an
|
|
1154
|
+
// Please note, that nic.in is not an official eTLD, but used by most
|
|
1141
1155
|
// government institutions.
|
|
1142
1156
|
in
|
|
1143
1157
|
co.in
|
|
@@ -1153,10 +1167,10 @@ res.in
|
|
|
1153
1167
|
gov.in
|
|
1154
1168
|
mil.in
|
|
1155
1169
|
|
|
1156
|
-
// info :
|
|
1170
|
+
// info : https://en.wikipedia.org/wiki/.info
|
|
1157
1171
|
info
|
|
1158
1172
|
|
|
1159
|
-
// int :
|
|
1173
|
+
// int : https://en.wikipedia.org/wiki/.int
|
|
1160
1174
|
// Confirmed by registry <iana-questions@icann.org> 2008-06-18
|
|
1161
1175
|
int
|
|
1162
1176
|
eu.int
|
|
@@ -1201,7 +1215,7 @@ gov.is
|
|
|
1201
1215
|
org.is
|
|
1202
1216
|
int.is
|
|
1203
1217
|
|
|
1204
|
-
// it :
|
|
1218
|
+
// it : https://en.wikipedia.org/wiki/.it
|
|
1205
1219
|
it
|
|
1206
1220
|
gov.it
|
|
1207
1221
|
edu.it
|
|
@@ -1599,12 +1613,12 @@ gov.jo
|
|
|
1599
1613
|
mil.jo
|
|
1600
1614
|
name.jo
|
|
1601
1615
|
|
|
1602
|
-
// jobs :
|
|
1616
|
+
// jobs : https://en.wikipedia.org/wiki/.jobs
|
|
1603
1617
|
jobs
|
|
1604
1618
|
|
|
1605
|
-
// jp :
|
|
1619
|
+
// jp : https://en.wikipedia.org/wiki/.jp
|
|
1606
1620
|
// http://jprs.co.jp/en/jpdomain.html
|
|
1607
|
-
// Submitted by registry <info@jprs.jp>
|
|
1621
|
+
// Submitted by registry <info@jprs.jp>
|
|
1608
1622
|
jp
|
|
1609
1623
|
// jp organizational type names
|
|
1610
1624
|
ac.jp
|
|
@@ -3431,7 +3445,7 @@ gov.ki
|
|
|
3431
3445
|
info.ki
|
|
3432
3446
|
com.ki
|
|
3433
3447
|
|
|
3434
|
-
// km :
|
|
3448
|
+
// km : https://en.wikipedia.org/wiki/.km
|
|
3435
3449
|
// http://www.domaine.km/documents/charte.doc
|
|
3436
3450
|
km
|
|
3437
3451
|
org.km
|
|
@@ -3444,7 +3458,7 @@ mil.km
|
|
|
3444
3458
|
ass.km
|
|
3445
3459
|
com.km
|
|
3446
3460
|
// These are only mentioned as proposed suggestions at domaine.km, but
|
|
3447
|
-
//
|
|
3461
|
+
// https://en.wikipedia.org/wiki/.km says they're available for registration:
|
|
3448
3462
|
coop.km
|
|
3449
3463
|
asso.km
|
|
3450
3464
|
presse.km
|
|
@@ -3454,7 +3468,7 @@ pharmaciens.km
|
|
|
3454
3468
|
veterinaire.km
|
|
3455
3469
|
gouv.km
|
|
3456
3470
|
|
|
3457
|
-
// kn :
|
|
3471
|
+
// kn : https://en.wikipedia.org/wiki/.kn
|
|
3458
3472
|
// http://www.dot.kn/domainRules.html
|
|
3459
3473
|
kn
|
|
3460
3474
|
net.kn
|
|
@@ -3471,7 +3485,7 @@ org.kp
|
|
|
3471
3485
|
rep.kp
|
|
3472
3486
|
tra.kp
|
|
3473
3487
|
|
|
3474
|
-
// kr :
|
|
3488
|
+
// kr : https://en.wikipedia.org/wiki/.kr
|
|
3475
3489
|
// see also: http://domain.nida.or.kr/eng/registration.jsp
|
|
3476
3490
|
kr
|
|
3477
3491
|
ac.kr
|
|
@@ -3505,7 +3519,7 @@ jeonnam.kr
|
|
|
3505
3519
|
seoul.kr
|
|
3506
3520
|
ulsan.kr
|
|
3507
3521
|
|
|
3508
|
-
// kw :
|
|
3522
|
+
// kw : https://en.wikipedia.org/wiki/.kw
|
|
3509
3523
|
*.kw
|
|
3510
3524
|
|
|
3511
3525
|
// ky : http://www.icta.ky/da_ky_reg_dom.php
|
|
@@ -3517,7 +3531,7 @@ com.ky
|
|
|
3517
3531
|
org.ky
|
|
3518
3532
|
net.ky
|
|
3519
3533
|
|
|
3520
|
-
// kz :
|
|
3534
|
+
// kz : https://en.wikipedia.org/wiki/.kz
|
|
3521
3535
|
// see also: http://www.nic.kz/rules/index.jsp
|
|
3522
3536
|
kz
|
|
3523
3537
|
org.kz
|
|
@@ -3527,8 +3541,8 @@ gov.kz
|
|
|
3527
3541
|
mil.kz
|
|
3528
3542
|
com.kz
|
|
3529
3543
|
|
|
3530
|
-
// la :
|
|
3531
|
-
// Submitted by registry <gavin.brown@nic.la>
|
|
3544
|
+
// la : https://en.wikipedia.org/wiki/.la
|
|
3545
|
+
// Submitted by registry <gavin.brown@nic.la>
|
|
3532
3546
|
la
|
|
3533
3547
|
int.la
|
|
3534
3548
|
net.la
|
|
@@ -3539,8 +3553,8 @@ per.la
|
|
|
3539
3553
|
com.la
|
|
3540
3554
|
org.la
|
|
3541
3555
|
|
|
3542
|
-
// lb :
|
|
3543
|
-
// Submitted by registry <randy@psg.com>
|
|
3556
|
+
// lb : https://en.wikipedia.org/wiki/.lb
|
|
3557
|
+
// Submitted by registry <randy@psg.com>
|
|
3544
3558
|
lb
|
|
3545
3559
|
com.lb
|
|
3546
3560
|
edu.lb
|
|
@@ -3548,7 +3562,7 @@ gov.lb
|
|
|
3548
3562
|
net.lb
|
|
3549
3563
|
org.lb
|
|
3550
3564
|
|
|
3551
|
-
// lc :
|
|
3565
|
+
// lc : https://en.wikipedia.org/wiki/.lc
|
|
3552
3566
|
// see also: http://www.nic.lc/rules.htm
|
|
3553
3567
|
lc
|
|
3554
3568
|
com.lc
|
|
@@ -3558,7 +3572,7 @@ org.lc
|
|
|
3558
3572
|
edu.lc
|
|
3559
3573
|
gov.lc
|
|
3560
3574
|
|
|
3561
|
-
// li :
|
|
3575
|
+
// li : https://en.wikipedia.org/wiki/.li
|
|
3562
3576
|
li
|
|
3563
3577
|
|
|
3564
3578
|
// lk : http://www.nic.lk/seclevpr.html
|
|
@@ -3580,7 +3594,7 @@ hotel.lk
|
|
|
3580
3594
|
ac.lk
|
|
3581
3595
|
|
|
3582
3596
|
// lr : http://psg.com/dns/lr/lr.txt
|
|
3583
|
-
// Submitted by registry <randy@psg.com>
|
|
3597
|
+
// Submitted by registry <randy@psg.com>
|
|
3584
3598
|
lr
|
|
3585
3599
|
com.lr
|
|
3586
3600
|
edu.lr
|
|
@@ -3588,12 +3602,12 @@ gov.lr
|
|
|
3588
3602
|
org.lr
|
|
3589
3603
|
net.lr
|
|
3590
3604
|
|
|
3591
|
-
// ls :
|
|
3605
|
+
// ls : https://en.wikipedia.org/wiki/.ls
|
|
3592
3606
|
ls
|
|
3593
3607
|
co.ls
|
|
3594
3608
|
org.ls
|
|
3595
3609
|
|
|
3596
|
-
// lt :
|
|
3610
|
+
// lt : https://en.wikipedia.org/wiki/.lt
|
|
3597
3611
|
lt
|
|
3598
3612
|
// gov.lt : http://www.gov.lt/index_en.php
|
|
3599
3613
|
gov.lt
|
|
@@ -3625,7 +3639,7 @@ med.ly
|
|
|
3625
3639
|
org.ly
|
|
3626
3640
|
id.ly
|
|
3627
3641
|
|
|
3628
|
-
// ma :
|
|
3642
|
+
// ma : https://en.wikipedia.org/wiki/.ma
|
|
3629
3643
|
// http://www.anrt.ma/fr/admin/download/upload/file_fr782.pdf
|
|
3630
3644
|
ma
|
|
3631
3645
|
co.ma
|
|
@@ -3640,10 +3654,10 @@ mc
|
|
|
3640
3654
|
tm.mc
|
|
3641
3655
|
asso.mc
|
|
3642
3656
|
|
|
3643
|
-
// md :
|
|
3657
|
+
// md : https://en.wikipedia.org/wiki/.md
|
|
3644
3658
|
md
|
|
3645
3659
|
|
|
3646
|
-
// me :
|
|
3660
|
+
// me : https://en.wikipedia.org/wiki/.me
|
|
3647
3661
|
me
|
|
3648
3662
|
co.me
|
|
3649
3663
|
net.me
|
|
@@ -3654,7 +3668,7 @@ gov.me
|
|
|
3654
3668
|
its.me
|
|
3655
3669
|
priv.me
|
|
3656
3670
|
|
|
3657
|
-
// mg : http://
|
|
3671
|
+
// mg : http://nic.mg/nicmg/?page_id=39
|
|
3658
3672
|
mg
|
|
3659
3673
|
org.mg
|
|
3660
3674
|
nom.mg
|
|
@@ -3664,14 +3678,15 @@ tm.mg
|
|
|
3664
3678
|
edu.mg
|
|
3665
3679
|
mil.mg
|
|
3666
3680
|
com.mg
|
|
3681
|
+
co.mg
|
|
3667
3682
|
|
|
3668
|
-
// mh :
|
|
3683
|
+
// mh : https://en.wikipedia.org/wiki/.mh
|
|
3669
3684
|
mh
|
|
3670
3685
|
|
|
3671
|
-
// mil :
|
|
3686
|
+
// mil : https://en.wikipedia.org/wiki/.mil
|
|
3672
3687
|
mil
|
|
3673
3688
|
|
|
3674
|
-
// mk :
|
|
3689
|
+
// mk : https://en.wikipedia.org/wiki/.mk
|
|
3675
3690
|
// see also: http://dns.marnet.net.mk/postapka.php
|
|
3676
3691
|
mk
|
|
3677
3692
|
com.mk
|
|
@@ -3683,7 +3698,7 @@ inf.mk
|
|
|
3683
3698
|
name.mk
|
|
3684
3699
|
|
|
3685
3700
|
// ml : http://www.gobin.info/domainname/ml-template.doc
|
|
3686
|
-
// see also:
|
|
3701
|
+
// see also: https://en.wikipedia.org/wiki/.ml
|
|
3687
3702
|
ml
|
|
3688
3703
|
com.ml
|
|
3689
3704
|
edu.ml
|
|
@@ -3693,10 +3708,10 @@ net.ml
|
|
|
3693
3708
|
org.ml
|
|
3694
3709
|
presse.ml
|
|
3695
3710
|
|
|
3696
|
-
// mm :
|
|
3711
|
+
// mm : https://en.wikipedia.org/wiki/.mm
|
|
3697
3712
|
*.mm
|
|
3698
3713
|
|
|
3699
|
-
// mn :
|
|
3714
|
+
// mn : https://en.wikipedia.org/wiki/.mn
|
|
3700
3715
|
mn
|
|
3701
3716
|
gov.mn
|
|
3702
3717
|
edu.mn
|
|
@@ -3710,17 +3725,17 @@ org.mo
|
|
|
3710
3725
|
edu.mo
|
|
3711
3726
|
gov.mo
|
|
3712
3727
|
|
|
3713
|
-
// mobi :
|
|
3728
|
+
// mobi : https://en.wikipedia.org/wiki/.mobi
|
|
3714
3729
|
mobi
|
|
3715
3730
|
|
|
3716
3731
|
// mp : http://www.dot.mp/
|
|
3717
3732
|
// Confirmed by registry <dcamacho@saipan.com> 2008-06-17
|
|
3718
3733
|
mp
|
|
3719
3734
|
|
|
3720
|
-
// mq :
|
|
3735
|
+
// mq : https://en.wikipedia.org/wiki/.mq
|
|
3721
3736
|
mq
|
|
3722
3737
|
|
|
3723
|
-
// mr :
|
|
3738
|
+
// mr : https://en.wikipedia.org/wiki/.mr
|
|
3724
3739
|
mr
|
|
3725
3740
|
gov.mr
|
|
3726
3741
|
|
|
@@ -3733,14 +3748,14 @@ net.ms
|
|
|
3733
3748
|
org.ms
|
|
3734
3749
|
|
|
3735
3750
|
// mt : https://www.nic.org.mt/go/policy
|
|
3736
|
-
// Submitted by registry <help@nic.org.mt>
|
|
3751
|
+
// Submitted by registry <help@nic.org.mt>
|
|
3737
3752
|
mt
|
|
3738
3753
|
com.mt
|
|
3739
3754
|
edu.mt
|
|
3740
3755
|
net.mt
|
|
3741
3756
|
org.mt
|
|
3742
3757
|
|
|
3743
|
-
// mu :
|
|
3758
|
+
// mu : https://en.wikipedia.org/wiki/.mu
|
|
3744
3759
|
mu
|
|
3745
3760
|
com.mu
|
|
3746
3761
|
net.mu
|
|
@@ -4302,7 +4317,7 @@ zoology.museum
|
|
|
4302
4317
|
ירושלים.museum
|
|
4303
4318
|
иком.museum
|
|
4304
4319
|
|
|
4305
|
-
// mv :
|
|
4320
|
+
// mv : https://en.wikipedia.org/wiki/.mv
|
|
4306
4321
|
// "mv" included because, contra Wikipedia, google.mv exists.
|
|
4307
4322
|
mv
|
|
4308
4323
|
aero.mv
|
|
@@ -4335,7 +4350,7 @@ net.mw
|
|
|
4335
4350
|
org.mw
|
|
4336
4351
|
|
|
4337
4352
|
// mx : http://www.nic.mx/
|
|
4338
|
-
// Submitted by registry <farias@nic.mx>
|
|
4353
|
+
// Submitted by registry <farias@nic.mx>
|
|
4339
4354
|
mx
|
|
4340
4355
|
com.mx
|
|
4341
4356
|
org.mx
|
|
@@ -4385,13 +4400,13 @@ name
|
|
|
4385
4400
|
nc
|
|
4386
4401
|
asso.nc
|
|
4387
4402
|
|
|
4388
|
-
// ne :
|
|
4403
|
+
// ne : https://en.wikipedia.org/wiki/.ne
|
|
4389
4404
|
ne
|
|
4390
4405
|
|
|
4391
|
-
// net :
|
|
4406
|
+
// net : https://en.wikipedia.org/wiki/.net
|
|
4392
4407
|
net
|
|
4393
4408
|
|
|
4394
|
-
// nf :
|
|
4409
|
+
// nf : https://en.wikipedia.org/wiki/.nf
|
|
4395
4410
|
nf
|
|
4396
4411
|
com.nf
|
|
4397
4412
|
net.nf
|
|
@@ -4404,22 +4419,36 @@ info.nf
|
|
|
4404
4419
|
other.nf
|
|
4405
4420
|
store.nf
|
|
4406
4421
|
|
|
4407
|
-
// ng : http://
|
|
4422
|
+
// ng : http://www.nira.org.ng/index.php/join-us/register-ng-domain/189-nira-slds
|
|
4408
4423
|
ng
|
|
4409
4424
|
com.ng
|
|
4410
4425
|
edu.ng
|
|
4426
|
+
gov.ng
|
|
4427
|
+
i.ng
|
|
4428
|
+
mil.ng
|
|
4429
|
+
mobi.ng
|
|
4411
4430
|
name.ng
|
|
4412
4431
|
net.ng
|
|
4413
4432
|
org.ng
|
|
4414
4433
|
sch.ng
|
|
4415
|
-
gov.ng
|
|
4416
|
-
mil.ng
|
|
4417
|
-
mobi.ng
|
|
4418
|
-
|
|
4419
|
-
// ni : http://www.nic.ni/dominios.htm
|
|
4420
|
-
*.ni
|
|
4421
4434
|
|
|
4422
|
-
//
|
|
4435
|
+
// ni : http://www.nic.ni/
|
|
4436
|
+
com.ni
|
|
4437
|
+
gob.ni
|
|
4438
|
+
edu.ni
|
|
4439
|
+
org.ni
|
|
4440
|
+
nom.ni
|
|
4441
|
+
net.ni
|
|
4442
|
+
mil.ni
|
|
4443
|
+
co.ni
|
|
4444
|
+
biz.ni
|
|
4445
|
+
web.ni
|
|
4446
|
+
int.ni
|
|
4447
|
+
ac.ni
|
|
4448
|
+
in.ni
|
|
4449
|
+
info.ni
|
|
4450
|
+
|
|
4451
|
+
// nl : https://en.wikipedia.org/wiki/.nl
|
|
4423
4452
|
// https://www.sidn.nl/
|
|
4424
4453
|
// ccTLD for the Netherlands
|
|
4425
4454
|
nl
|
|
@@ -5198,7 +5227,7 @@ våler.hedmark.no
|
|
|
5198
5227
|
*.np
|
|
5199
5228
|
|
|
5200
5229
|
// nr : http://cenpac.net.nr/dns/index.html
|
|
5201
|
-
//
|
|
5230
|
+
// Submitted by registry <technician@cenpac.net.nr>
|
|
5202
5231
|
nr
|
|
5203
5232
|
biz.nr
|
|
5204
5233
|
info.nr
|
|
@@ -5208,11 +5237,11 @@ org.nr
|
|
|
5208
5237
|
net.nr
|
|
5209
5238
|
com.nr
|
|
5210
5239
|
|
|
5211
|
-
// nu :
|
|
5240
|
+
// nu : https://en.wikipedia.org/wiki/.nu
|
|
5212
5241
|
nu
|
|
5213
5242
|
|
|
5214
|
-
// nz :
|
|
5215
|
-
//
|
|
5243
|
+
// nz : https://en.wikipedia.org/wiki/.nz
|
|
5244
|
+
// Submitted by registry <jay@nzrs.net.nz>
|
|
5216
5245
|
nz
|
|
5217
5246
|
ac.nz
|
|
5218
5247
|
co.nz
|
|
@@ -5231,7 +5260,7 @@ org.nz
|
|
|
5231
5260
|
parliament.nz
|
|
5232
5261
|
school.nz
|
|
5233
5262
|
|
|
5234
|
-
// om :
|
|
5263
|
+
// om : https://en.wikipedia.org/wiki/.om
|
|
5235
5264
|
om
|
|
5236
5265
|
co.om
|
|
5237
5266
|
com.om
|
|
@@ -5243,7 +5272,7 @@ net.om
|
|
|
5243
5272
|
org.om
|
|
5244
5273
|
pro.om
|
|
5245
5274
|
|
|
5246
|
-
// org :
|
|
5275
|
+
// org : https://en.wikipedia.org/wiki/.org
|
|
5247
5276
|
org
|
|
5248
5277
|
|
|
5249
5278
|
// pa : http://www.nic.pa/
|
|
@@ -5278,11 +5307,11 @@ com.pf
|
|
|
5278
5307
|
org.pf
|
|
5279
5308
|
edu.pf
|
|
5280
5309
|
|
|
5281
|
-
// pg :
|
|
5310
|
+
// pg : https://en.wikipedia.org/wiki/.pg
|
|
5282
5311
|
*.pg
|
|
5283
5312
|
|
|
5284
5313
|
// ph : http://www.domains.ph/FAQ2.asp
|
|
5285
|
-
// Submitted by registry <jed@email.com.ph>
|
|
5314
|
+
// Submitted by registry <jed@email.com.ph>
|
|
5286
5315
|
ph
|
|
5287
5316
|
com.ph
|
|
5288
5317
|
net.ph
|
|
@@ -5311,7 +5340,7 @@ gos.pk
|
|
|
5311
5340
|
info.pk
|
|
5312
5341
|
|
|
5313
5342
|
// pl http://www.dns.pl/english/index.html
|
|
5314
|
-
//
|
|
5343
|
+
// Submitted by registry
|
|
5315
5344
|
pl
|
|
5316
5345
|
com.pl
|
|
5317
5346
|
net.pl
|
|
@@ -5528,7 +5557,7 @@ org.pn
|
|
|
5528
5557
|
edu.pn
|
|
5529
5558
|
net.pn
|
|
5530
5559
|
|
|
5531
|
-
// post :
|
|
5560
|
+
// post : https://en.wikipedia.org/wiki/.post
|
|
5532
5561
|
post
|
|
5533
5562
|
|
|
5534
5563
|
// pr : http://www.nic.pr/index.asp?f=1
|
|
@@ -5543,22 +5572,26 @@ pro.pr
|
|
|
5543
5572
|
biz.pr
|
|
5544
5573
|
info.pr
|
|
5545
5574
|
name.pr
|
|
5546
|
-
// these aren't mentioned on nic.pr, but on
|
|
5575
|
+
// these aren't mentioned on nic.pr, but on https://en.wikipedia.org/wiki/.pr
|
|
5547
5576
|
est.pr
|
|
5548
5577
|
prof.pr
|
|
5549
5578
|
ac.pr
|
|
5550
5579
|
|
|
5551
|
-
// pro : http://
|
|
5580
|
+
// pro : http://registry.pro/get-pro
|
|
5552
5581
|
pro
|
|
5582
|
+
aaa.pro
|
|
5553
5583
|
aca.pro
|
|
5584
|
+
acct.pro
|
|
5585
|
+
avocat.pro
|
|
5554
5586
|
bar.pro
|
|
5555
5587
|
cpa.pro
|
|
5588
|
+
eng.pro
|
|
5556
5589
|
jur.pro
|
|
5557
5590
|
law.pro
|
|
5558
5591
|
med.pro
|
|
5559
|
-
|
|
5592
|
+
recht.pro
|
|
5560
5593
|
|
|
5561
|
-
// ps :
|
|
5594
|
+
// ps : https://en.wikipedia.org/wiki/.ps
|
|
5562
5595
|
// http://www.nic.ps/registration/policy.html#reg
|
|
5563
5596
|
ps
|
|
5564
5597
|
edu.ps
|
|
@@ -5580,7 +5613,7 @@ publ.pt
|
|
|
5580
5613
|
com.pt
|
|
5581
5614
|
nome.pt
|
|
5582
5615
|
|
|
5583
|
-
// pw :
|
|
5616
|
+
// pw : https://en.wikipedia.org/wiki/.pw
|
|
5584
5617
|
pw
|
|
5585
5618
|
co.pw
|
|
5586
5619
|
ne.pw
|
|
@@ -5590,7 +5623,7 @@ go.pw
|
|
|
5590
5623
|
belau.pw
|
|
5591
5624
|
|
|
5592
5625
|
// py : http://www.nic.py/pautas.html#seccion_9
|
|
5593
|
-
//
|
|
5626
|
+
// Submitted by registry
|
|
5594
5627
|
py
|
|
5595
5628
|
com.py
|
|
5596
5629
|
coop.py
|
|
@@ -5613,32 +5646,32 @@ sch.qa
|
|
|
5613
5646
|
|
|
5614
5647
|
// re : http://www.afnic.re/obtenir/chartes/nommage-re/annexe-descriptifs
|
|
5615
5648
|
re
|
|
5616
|
-
com.re
|
|
5617
5649
|
asso.re
|
|
5650
|
+
com.re
|
|
5618
5651
|
nom.re
|
|
5619
5652
|
|
|
5620
5653
|
// ro : http://www.rotld.ro/
|
|
5621
5654
|
ro
|
|
5655
|
+
arts.ro
|
|
5622
5656
|
com.ro
|
|
5623
|
-
|
|
5624
|
-
tm.ro
|
|
5625
|
-
nt.ro
|
|
5626
|
-
nom.ro
|
|
5657
|
+
firm.ro
|
|
5627
5658
|
info.ro
|
|
5659
|
+
nom.ro
|
|
5660
|
+
nt.ro
|
|
5661
|
+
org.ro
|
|
5628
5662
|
rec.ro
|
|
5629
|
-
arts.ro
|
|
5630
|
-
firm.ro
|
|
5631
5663
|
store.ro
|
|
5664
|
+
tm.ro
|
|
5632
5665
|
www.ro
|
|
5633
5666
|
|
|
5634
|
-
// rs :
|
|
5667
|
+
// rs : https://www.rnids.rs/en/domains/national-domains
|
|
5635
5668
|
rs
|
|
5669
|
+
ac.rs
|
|
5636
5670
|
co.rs
|
|
5637
|
-
org.rs
|
|
5638
5671
|
edu.rs
|
|
5639
|
-
ac.rs
|
|
5640
5672
|
gov.rs
|
|
5641
5673
|
in.rs
|
|
5674
|
+
org.rs
|
|
5642
5675
|
|
|
5643
5676
|
// ru : http://www.cctld.ru/ru/docs/aktiv_8.php
|
|
5644
5677
|
// Industry domains
|
|
@@ -5762,7 +5795,6 @@ kms.ru
|
|
|
5762
5795
|
k-uralsk.ru
|
|
5763
5796
|
kustanai.ru
|
|
5764
5797
|
kuzbass.ru
|
|
5765
|
-
magnitka.ru
|
|
5766
5798
|
mytis.ru
|
|
5767
5799
|
nakhodka.ru
|
|
5768
5800
|
nkz.ru
|
|
@@ -5804,7 +5836,7 @@ edu.sa
|
|
|
5804
5836
|
sch.sa
|
|
5805
5837
|
|
|
5806
5838
|
// sb : http://www.sbnic.net.sb/
|
|
5807
|
-
// Submitted by registry <lee.humphries@telekom.com.sb>
|
|
5839
|
+
// Submitted by registry <lee.humphries@telekom.com.sb>
|
|
5808
5840
|
sb
|
|
5809
5841
|
com.sb
|
|
5810
5842
|
edu.sb
|
|
@@ -5821,7 +5853,7 @@ org.sc
|
|
|
5821
5853
|
edu.sc
|
|
5822
5854
|
|
|
5823
5855
|
// sd : http://www.isoc.sd/sudanic.isoc.sd/billing_pricing.htm
|
|
5824
|
-
// Submitted by registry <admin@isoc.sd>
|
|
5856
|
+
// Submitted by registry <admin@isoc.sd>
|
|
5825
5857
|
sd
|
|
5826
5858
|
com.sd
|
|
5827
5859
|
net.sd
|
|
@@ -5832,8 +5864,8 @@ tv.sd
|
|
|
5832
5864
|
gov.sd
|
|
5833
5865
|
info.sd
|
|
5834
5866
|
|
|
5835
|
-
// se :
|
|
5836
|
-
// Submitted by registry <patrik.wallstrom@iis.se>
|
|
5867
|
+
// se : https://en.wikipedia.org/wiki/.se
|
|
5868
|
+
// Submitted by registry <patrik.wallstrom@iis.se>
|
|
5837
5869
|
se
|
|
5838
5870
|
a.se
|
|
5839
5871
|
ac.se
|
|
@@ -5892,19 +5924,19 @@ gov.sh
|
|
|
5892
5924
|
org.sh
|
|
5893
5925
|
mil.sh
|
|
5894
5926
|
|
|
5895
|
-
// si :
|
|
5927
|
+
// si : https://en.wikipedia.org/wiki/.si
|
|
5896
5928
|
si
|
|
5897
5929
|
|
|
5898
5930
|
// sj : No registrations at this time.
|
|
5899
|
-
// Submitted by registry <jarle@uninett.no>
|
|
5931
|
+
// Submitted by registry <jarle@uninett.no>
|
|
5900
5932
|
sj
|
|
5901
5933
|
|
|
5902
|
-
// sk :
|
|
5934
|
+
// sk : https://en.wikipedia.org/wiki/.sk
|
|
5903
5935
|
// list of 2nd level domains ?
|
|
5904
5936
|
sk
|
|
5905
5937
|
|
|
5906
5938
|
// sl : http://www.nic.sl
|
|
5907
|
-
// Submitted by registry <adam@neoip.com>
|
|
5939
|
+
// Submitted by registry <adam@neoip.com>
|
|
5908
5940
|
sl
|
|
5909
5941
|
com.sl
|
|
5910
5942
|
net.sl
|
|
@@ -5912,10 +5944,10 @@ edu.sl
|
|
|
5912
5944
|
gov.sl
|
|
5913
5945
|
org.sl
|
|
5914
5946
|
|
|
5915
|
-
// sm :
|
|
5947
|
+
// sm : https://en.wikipedia.org/wiki/.sm
|
|
5916
5948
|
sm
|
|
5917
5949
|
|
|
5918
|
-
// sn :
|
|
5950
|
+
// sn : https://en.wikipedia.org/wiki/.sn
|
|
5919
5951
|
sn
|
|
5920
5952
|
art.sn
|
|
5921
5953
|
com.sn
|
|
@@ -5931,7 +5963,7 @@ com.so
|
|
|
5931
5963
|
net.so
|
|
5932
5964
|
org.so
|
|
5933
5965
|
|
|
5934
|
-
// sr :
|
|
5966
|
+
// sr : https://en.wikipedia.org/wiki/.sr
|
|
5935
5967
|
sr
|
|
5936
5968
|
|
|
5937
5969
|
// st : http://www.nic.st/html/policyrules/
|
|
@@ -5949,7 +5981,7 @@ principe.st
|
|
|
5949
5981
|
saotome.st
|
|
5950
5982
|
store.st
|
|
5951
5983
|
|
|
5952
|
-
// su :
|
|
5984
|
+
// su : https://en.wikipedia.org/wiki/.su
|
|
5953
5985
|
su
|
|
5954
5986
|
adygeya.su
|
|
5955
5987
|
arkhangelsk.su
|
|
@@ -5992,12 +6024,12 @@ gob.sv
|
|
|
5992
6024
|
org.sv
|
|
5993
6025
|
red.sv
|
|
5994
6026
|
|
|
5995
|
-
// sx :
|
|
5996
|
-
//
|
|
6027
|
+
// sx : https://en.wikipedia.org/wiki/.sx
|
|
6028
|
+
// Submitted by registry <jcvignes@openregistry.com>
|
|
5997
6029
|
sx
|
|
5998
6030
|
gov.sx
|
|
5999
6031
|
|
|
6000
|
-
// sy :
|
|
6032
|
+
// sy : https://en.wikipedia.org/wiki/.sy
|
|
6001
6033
|
// see also: http://www.gobin.info/domainname/sy.doc
|
|
6002
6034
|
sy
|
|
6003
6035
|
edu.sy
|
|
@@ -6007,32 +6039,32 @@ mil.sy
|
|
|
6007
6039
|
com.sy
|
|
6008
6040
|
org.sy
|
|
6009
6041
|
|
|
6010
|
-
// sz :
|
|
6042
|
+
// sz : https://en.wikipedia.org/wiki/.sz
|
|
6011
6043
|
// http://www.sispa.org.sz/
|
|
6012
6044
|
sz
|
|
6013
6045
|
co.sz
|
|
6014
6046
|
ac.sz
|
|
6015
6047
|
org.sz
|
|
6016
6048
|
|
|
6017
|
-
// tc :
|
|
6049
|
+
// tc : https://en.wikipedia.org/wiki/.tc
|
|
6018
6050
|
tc
|
|
6019
6051
|
|
|
6020
|
-
// td :
|
|
6052
|
+
// td : https://en.wikipedia.org/wiki/.td
|
|
6021
6053
|
td
|
|
6022
6054
|
|
|
6023
|
-
// tel:
|
|
6055
|
+
// tel: https://en.wikipedia.org/wiki/.tel
|
|
6024
6056
|
// http://www.telnic.org/
|
|
6025
6057
|
tel
|
|
6026
6058
|
|
|
6027
|
-
// tf :
|
|
6059
|
+
// tf : https://en.wikipedia.org/wiki/.tf
|
|
6028
6060
|
tf
|
|
6029
6061
|
|
|
6030
|
-
// tg :
|
|
6062
|
+
// tg : https://en.wikipedia.org/wiki/.tg
|
|
6031
6063
|
// http://www.nic.tg/
|
|
6032
6064
|
tg
|
|
6033
6065
|
|
|
6034
|
-
// th :
|
|
6035
|
-
// Submitted by registry <krit@thains.co.th>
|
|
6066
|
+
// th : https://en.wikipedia.org/wiki/.th
|
|
6067
|
+
// Submitted by registry <krit@thains.co.th>
|
|
6036
6068
|
th
|
|
6037
6069
|
ac.th
|
|
6038
6070
|
co.th
|
|
@@ -6060,10 +6092,10 @@ org.tj
|
|
|
6060
6092
|
test.tj
|
|
6061
6093
|
web.tj
|
|
6062
6094
|
|
|
6063
|
-
// tk :
|
|
6095
|
+
// tk : https://en.wikipedia.org/wiki/.tk
|
|
6064
6096
|
tk
|
|
6065
6097
|
|
|
6066
|
-
// tl :
|
|
6098
|
+
// tl : https://en.wikipedia.org/wiki/.tl
|
|
6067
6099
|
tl
|
|
6068
6100
|
gov.tl
|
|
6069
6101
|
|
|
@@ -6078,7 +6110,7 @@ gov.tm
|
|
|
6078
6110
|
mil.tm
|
|
6079
6111
|
edu.tm
|
|
6080
6112
|
|
|
6081
|
-
// tn :
|
|
6113
|
+
// tn : https://en.wikipedia.org/wiki/.tn
|
|
6082
6114
|
// http://whois.ati.tn/
|
|
6083
6115
|
tn
|
|
6084
6116
|
com.tn
|
|
@@ -6102,8 +6134,8 @@ agrinet.tn
|
|
|
6102
6134
|
defense.tn
|
|
6103
6135
|
turen.tn
|
|
6104
6136
|
|
|
6105
|
-
// to :
|
|
6106
|
-
// Submitted by registry <egullich@colo.to>
|
|
6137
|
+
// to : https://en.wikipedia.org/wiki/.to
|
|
6138
|
+
// Submitted by registry <egullich@colo.to>
|
|
6107
6139
|
to
|
|
6108
6140
|
com.to
|
|
6109
6141
|
gov.to
|
|
@@ -6112,13 +6144,9 @@ org.to
|
|
|
6112
6144
|
edu.to
|
|
6113
6145
|
mil.to
|
|
6114
6146
|
|
|
6115
|
-
// tp : No registrations at this time.
|
|
6116
|
-
// Submitted by Ryan Sleevi <ryan.sleevi@gmail.com> 2014-01-03
|
|
6117
|
-
tp
|
|
6118
|
-
|
|
6119
6147
|
// subTLDs: https://www.nic.tr/forms/eng/policies.pdf
|
|
6120
6148
|
// and: https://www.nic.tr/forms/politikalar.pdf
|
|
6121
|
-
// Submitted by <mehmetgurevin@gmail.com>
|
|
6149
|
+
// Submitted by <mehmetgurevin@gmail.com>
|
|
6122
6150
|
tr
|
|
6123
6151
|
com.tr
|
|
6124
6152
|
info.tr
|
|
@@ -6147,7 +6175,7 @@ nc.tr
|
|
|
6147
6175
|
// Used by government agencies of Northern Cyprus
|
|
6148
6176
|
gov.nc.tr
|
|
6149
6177
|
|
|
6150
|
-
// travel :
|
|
6178
|
+
// travel : https://en.wikipedia.org/wiki/.travel
|
|
6151
6179
|
travel
|
|
6152
6180
|
|
|
6153
6181
|
// tt : http://www.nic.tt/
|
|
@@ -6170,12 +6198,12 @@ name.tt
|
|
|
6170
6198
|
gov.tt
|
|
6171
6199
|
edu.tt
|
|
6172
6200
|
|
|
6173
|
-
// tv :
|
|
6201
|
+
// tv : https://en.wikipedia.org/wiki/.tv
|
|
6174
6202
|
// Not listing any 2LDs as reserved since none seem to exist in practice,
|
|
6175
6203
|
// Wikipedia notwithstanding.
|
|
6176
6204
|
tv
|
|
6177
6205
|
|
|
6178
|
-
// tw :
|
|
6206
|
+
// tw : https://en.wikipedia.org/wiki/.tw
|
|
6179
6207
|
tw
|
|
6180
6208
|
edu.tw
|
|
6181
6209
|
gov.tw
|
|
@@ -6192,7 +6220,7 @@ club.tw
|
|
|
6192
6220
|
商業.tw
|
|
6193
6221
|
|
|
6194
6222
|
// tz : http://www.tznic.or.tz/index.php/domains
|
|
6195
|
-
//
|
|
6223
|
+
// Submitted by registry <manager@tznic.or.tz>
|
|
6196
6224
|
tz
|
|
6197
6225
|
ac.tz
|
|
6198
6226
|
co.tz
|
|
@@ -6208,7 +6236,7 @@ sc.tz
|
|
|
6208
6236
|
tv.tz
|
|
6209
6237
|
|
|
6210
6238
|
// ua : https://hostmaster.ua/policy/?ua
|
|
6211
|
-
// Submitted by registry <dk@cctld.ua>
|
|
6239
|
+
// Submitted by registry <dk@cctld.ua>
|
|
6212
6240
|
ua
|
|
6213
6241
|
// ua 2LD
|
|
6214
6242
|
com.ua
|
|
@@ -6290,10 +6318,6 @@ zhytomyr.ua
|
|
|
6290
6318
|
zp.ua
|
|
6291
6319
|
zt.ua
|
|
6292
6320
|
|
|
6293
|
-
// Private registries in .ua
|
|
6294
|
-
co.ua
|
|
6295
|
-
pp.ua
|
|
6296
|
-
|
|
6297
6321
|
// ug : https://www.registry.co.ug/
|
|
6298
6322
|
ug
|
|
6299
6323
|
co.ug
|
|
@@ -6305,7 +6329,7 @@ ne.ug
|
|
|
6305
6329
|
com.ug
|
|
6306
6330
|
org.ug
|
|
6307
6331
|
|
|
6308
|
-
// uk :
|
|
6332
|
+
// uk : https://en.wikipedia.org/wiki/.uk
|
|
6309
6333
|
// Submitted by registry <Michael.Daly@nominet.org.uk>
|
|
6310
6334
|
uk
|
|
6311
6335
|
ac.uk
|
|
@@ -6320,7 +6344,7 @@ plc.uk
|
|
|
6320
6344
|
police.uk
|
|
6321
6345
|
*.sch.uk
|
|
6322
6346
|
|
|
6323
|
-
// us :
|
|
6347
|
+
// us : https://en.wikipedia.org/wiki/.us
|
|
6324
6348
|
us
|
|
6325
6349
|
dni.us
|
|
6326
6350
|
fed.us
|
|
@@ -6555,8 +6579,8 @@ lib.wi.us
|
|
|
6555
6579
|
// lib.wv.us Bug 941670 - Removed at request of Larry W Arnold <arnold@wvlc.lib.wv.us>
|
|
6556
6580
|
lib.wy.us
|
|
6557
6581
|
// k12.ma.us contains school districts in Massachusetts. The 4LDs are
|
|
6558
|
-
// managed
|
|
6559
|
-
// parochial (PAROCH) schools. Those are delegated
|
|
6582
|
+
// managed independently except for private (PVT), charter (CHTR) and
|
|
6583
|
+
// parochial (PAROCH) schools. Those are delegated directly to the
|
|
6560
6584
|
// 5LD operators. <k12-ma-hostmaster _ at _ rsuc.gweep.net>
|
|
6561
6585
|
pvt.k12.ma.us
|
|
6562
6586
|
chtr.k12.ma.us
|
|
@@ -6578,11 +6602,11 @@ com.uz
|
|
|
6578
6602
|
net.uz
|
|
6579
6603
|
org.uz
|
|
6580
6604
|
|
|
6581
|
-
// va :
|
|
6605
|
+
// va : https://en.wikipedia.org/wiki/.va
|
|
6582
6606
|
va
|
|
6583
6607
|
|
|
6584
|
-
// vc :
|
|
6585
|
-
// Submitted by registry <kshah@ca.afilias.info>
|
|
6608
|
+
// vc : https://en.wikipedia.org/wiki/.vc
|
|
6609
|
+
// Submitted by registry <kshah@ca.afilias.info>
|
|
6586
6610
|
vc
|
|
6587
6611
|
com.vc
|
|
6588
6612
|
net.vc
|
|
@@ -6592,8 +6616,7 @@ mil.vc
|
|
|
6592
6616
|
edu.vc
|
|
6593
6617
|
|
|
6594
6618
|
// ve : https://registro.nic.ve/
|
|
6595
|
-
//
|
|
6596
|
-
// Updated 2014-05-20 - Bug 940478
|
|
6619
|
+
// Submitted by registry
|
|
6597
6620
|
ve
|
|
6598
6621
|
arts.ve
|
|
6599
6622
|
co.ve
|
|
@@ -6613,7 +6636,7 @@ store.ve
|
|
|
6613
6636
|
tec.ve
|
|
6614
6637
|
web.ve
|
|
6615
6638
|
|
|
6616
|
-
// vg :
|
|
6639
|
+
// vg : https://en.wikipedia.org/wiki/.vg
|
|
6617
6640
|
vg
|
|
6618
6641
|
|
|
6619
6642
|
// vi : http://www.nic.vi/newdomainform.htm
|
|
@@ -6642,7 +6665,7 @@ name.vn
|
|
|
6642
6665
|
pro.vn
|
|
6643
6666
|
health.vn
|
|
6644
6667
|
|
|
6645
|
-
// vu :
|
|
6668
|
+
// vu : https://en.wikipedia.org/wiki/.vu
|
|
6646
6669
|
// http://www.vunic.vu/
|
|
6647
6670
|
vu
|
|
6648
6671
|
com.vu
|
|
@@ -6653,7 +6676,7 @@ org.vu
|
|
|
6653
6676
|
// wf : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
|
|
6654
6677
|
wf
|
|
6655
6678
|
|
|
6656
|
-
// ws :
|
|
6679
|
+
// ws : https://en.wikipedia.org/wiki/.ws
|
|
6657
6680
|
// http://samoanic.ws/index.dhtml
|
|
6658
6681
|
ws
|
|
6659
6682
|
com.ws
|
|
@@ -6807,7 +6830,7 @@ yt
|
|
|
6807
6830
|
فلسطين
|
|
6808
6831
|
|
|
6809
6832
|
// xn--90a3ac ("srb", Cyrillic) : RS
|
|
6810
|
-
//
|
|
6833
|
+
// https://www.rnids.rs/en/domains/national-domains
|
|
6811
6834
|
срб
|
|
6812
6835
|
пр.срб
|
|
6813
6836
|
орг.срб
|
|
@@ -6884,30 +6907,64 @@ xxx
|
|
|
6884
6907
|
// ye : http://www.y.net.ye/services/domain_name.htm
|
|
6885
6908
|
*.ye
|
|
6886
6909
|
|
|
6887
|
-
// za : http://www.zadna.org.za/
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6910
|
+
// za : http://www.zadna.org.za/content/page/domain-information
|
|
6911
|
+
ac.za
|
|
6912
|
+
agric.za
|
|
6913
|
+
alt.za
|
|
6914
|
+
co.za
|
|
6915
|
+
edu.za
|
|
6916
|
+
gov.za
|
|
6917
|
+
grondar.za
|
|
6918
|
+
law.za
|
|
6919
|
+
mil.za
|
|
6920
|
+
net.za
|
|
6921
|
+
ngo.za
|
|
6922
|
+
nis.za
|
|
6923
|
+
nom.za
|
|
6924
|
+
org.za
|
|
6925
|
+
school.za
|
|
6926
|
+
tm.za
|
|
6927
|
+
web.za
|
|
6928
|
+
|
|
6929
|
+
// zm : https://en.wikipedia.org/wiki/.zm
|
|
6891
6930
|
*.zm
|
|
6892
6931
|
|
|
6893
|
-
// zw :
|
|
6932
|
+
// zw : https://en.wikipedia.org/wiki/.zw
|
|
6894
6933
|
*.zw
|
|
6895
6934
|
|
|
6896
6935
|
|
|
6897
|
-
// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on
|
|
6936
|
+
// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-01-04T22:39:54Z
|
|
6898
6937
|
|
|
6899
6938
|
// aaa : 2015-02-26 American Automobile Association, Inc.
|
|
6900
6939
|
aaa
|
|
6901
6940
|
|
|
6941
|
+
// aarp : 2015-05-21 AARP
|
|
6942
|
+
aarp
|
|
6943
|
+
|
|
6944
|
+
// abarth : 2015-07-30 Fiat Chrysler Automobiles N.V.
|
|
6945
|
+
abarth
|
|
6946
|
+
|
|
6902
6947
|
// abb : 2014-10-24 ABB Ltd
|
|
6903
6948
|
abb
|
|
6904
6949
|
|
|
6905
6950
|
// abbott : 2014-07-24 Abbott Laboratories, Inc.
|
|
6906
6951
|
abbott
|
|
6907
6952
|
|
|
6953
|
+
// abbvie : 2015-07-30 AbbVie Inc.
|
|
6954
|
+
abbvie
|
|
6955
|
+
|
|
6956
|
+
// abc : 2015-07-30 Disney Enterprises, Inc.
|
|
6957
|
+
abc
|
|
6958
|
+
|
|
6959
|
+
// able : 2015-06-25 Able Inc.
|
|
6960
|
+
able
|
|
6961
|
+
|
|
6908
6962
|
// abogado : 2014-04-24 Top Level Domain Holdings Limited
|
|
6909
6963
|
abogado
|
|
6910
6964
|
|
|
6965
|
+
// abudhabi : 2015-07-30 Abu Dhabi Systems and Information Centre
|
|
6966
|
+
abudhabi
|
|
6967
|
+
|
|
6911
6968
|
// academy : 2013-11-07 Half Oaks, LLC
|
|
6912
6969
|
academy
|
|
6913
6970
|
|
|
@@ -6929,6 +6986,9 @@ active
|
|
|
6929
6986
|
// actor : 2013-12-12 United TLD Holdco Ltd.
|
|
6930
6987
|
actor
|
|
6931
6988
|
|
|
6989
|
+
// adac : 2015-07-16 Allgemeiner Deutscher Automobil-Club e.V. (ADAC)
|
|
6990
|
+
adac
|
|
6991
|
+
|
|
6932
6992
|
// ads : 2014-12-04 Charleston Road Registry Inc.
|
|
6933
6993
|
ads
|
|
6934
6994
|
|
|
@@ -6938,6 +6998,12 @@ adult
|
|
|
6938
6998
|
// aeg : 2015-03-19 Aktiebolaget Electrolux
|
|
6939
6999
|
aeg
|
|
6940
7000
|
|
|
7001
|
+
// aetna : 2015-05-21 Aetna Life Insurance Company
|
|
7002
|
+
aetna
|
|
7003
|
+
|
|
7004
|
+
// afamilycompany : 2015-07-23 Johnson Shareholdings, Inc.
|
|
7005
|
+
afamilycompany
|
|
7006
|
+
|
|
6941
7007
|
// afl : 2014-10-02 Australian Football League
|
|
6942
7008
|
afl
|
|
6943
7009
|
|
|
@@ -6956,6 +7022,12 @@ agency
|
|
|
6956
7022
|
// aig : 2014-12-18 American International Group, Inc.
|
|
6957
7023
|
aig
|
|
6958
7024
|
|
|
7025
|
+
// aigo : 2015-08-06 aigo Digital Technology Co,Ltd.
|
|
7026
|
+
aigo
|
|
7027
|
+
|
|
7028
|
+
// airbus : 2015-07-30 Airbus S.A.S.
|
|
7029
|
+
airbus
|
|
7030
|
+
|
|
6959
7031
|
// airforce : 2014-03-06 United TLD Holdco Ltd.
|
|
6960
7032
|
airforce
|
|
6961
7033
|
|
|
@@ -6965,6 +7037,9 @@ airtel
|
|
|
6965
7037
|
// akdn : 2015-04-23 Fondation Aga Khan (Aga Khan Foundation)
|
|
6966
7038
|
akdn
|
|
6967
7039
|
|
|
7040
|
+
// alfaromeo : 2015-07-31 Fiat Chrysler Automobiles N.V.
|
|
7041
|
+
alfaromeo
|
|
7042
|
+
|
|
6968
7043
|
// alibaba : 2015-01-15 Alibaba Group Holding Limited
|
|
6969
7044
|
alibaba
|
|
6970
7045
|
|
|
@@ -6974,9 +7049,33 @@ alipay
|
|
|
6974
7049
|
// allfinanz : 2014-07-03 Allfinanz Deutsche Vermögensberatung Aktiengesellschaft
|
|
6975
7050
|
allfinanz
|
|
6976
7051
|
|
|
7052
|
+
// allstate : 2015-07-31 Allstate Fire and Casualty Insurance Company
|
|
7053
|
+
allstate
|
|
7054
|
+
|
|
7055
|
+
// ally : 2015-06-18 Ally Financial Inc.
|
|
7056
|
+
ally
|
|
7057
|
+
|
|
6977
7058
|
// alsace : 2014-07-02 REGION D ALSACE
|
|
6978
7059
|
alsace
|
|
6979
7060
|
|
|
7061
|
+
// alstom : 2015-07-30 ALSTOM
|
|
7062
|
+
alstom
|
|
7063
|
+
|
|
7064
|
+
// americanexpress : 2015-07-31 American Express Travel Related Services Company, Inc.
|
|
7065
|
+
americanexpress
|
|
7066
|
+
|
|
7067
|
+
// americanfamily : 2015-07-23 AmFam, Inc.
|
|
7068
|
+
americanfamily
|
|
7069
|
+
|
|
7070
|
+
// amex : 2015-07-31 American Express Travel Related Services Company, Inc.
|
|
7071
|
+
amex
|
|
7072
|
+
|
|
7073
|
+
// amfam : 2015-07-23 AmFam, Inc.
|
|
7074
|
+
amfam
|
|
7075
|
+
|
|
7076
|
+
// amica : 2015-05-28 Amica Mutual Insurance Company
|
|
7077
|
+
amica
|
|
7078
|
+
|
|
6980
7079
|
// amsterdam : 2014-07-24 Gemeente Amsterdam
|
|
6981
7080
|
amsterdam
|
|
6982
7081
|
|
|
@@ -6989,12 +7088,27 @@ android
|
|
|
6989
7088
|
// anquan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
|
|
6990
7089
|
anquan
|
|
6991
7090
|
|
|
7091
|
+
// anz : 2015-07-31 Australia and New Zealand Banking Group Limited
|
|
7092
|
+
anz
|
|
7093
|
+
|
|
7094
|
+
// aol : 2015-09-17 AOL Inc.
|
|
7095
|
+
aol
|
|
7096
|
+
|
|
6992
7097
|
// apartments : 2014-12-11 June Maple, LLC
|
|
6993
7098
|
apartments
|
|
6994
7099
|
|
|
7100
|
+
// app : 2015-05-14 Charleston Road Registry Inc.
|
|
7101
|
+
app
|
|
7102
|
+
|
|
7103
|
+
// apple : 2015-05-14 Apple Inc.
|
|
7104
|
+
apple
|
|
7105
|
+
|
|
6995
7106
|
// aquarelle : 2014-07-24 Aquarelle.com
|
|
6996
7107
|
aquarelle
|
|
6997
7108
|
|
|
7109
|
+
// arab : 2015-11-12 League of Arab States
|
|
7110
|
+
arab
|
|
7111
|
+
|
|
6998
7112
|
// aramco : 2014-11-20 Aramco Services Company
|
|
6999
7113
|
aramco
|
|
7000
7114
|
|
|
@@ -7007,22 +7121,37 @@ army
|
|
|
7007
7121
|
// arte : 2014-12-11 Association Relative à la Télévision Européenne G.E.I.E.
|
|
7008
7122
|
arte
|
|
7009
7123
|
|
|
7124
|
+
// asda : 2015-07-31 Wal-Mart Stores, Inc.
|
|
7125
|
+
asda
|
|
7126
|
+
|
|
7010
7127
|
// associates : 2014-03-06 Baxter Hill, LLC
|
|
7011
7128
|
associates
|
|
7012
7129
|
|
|
7130
|
+
// athleta : 2015-07-30 The Gap, Inc.
|
|
7131
|
+
athleta
|
|
7132
|
+
|
|
7013
7133
|
// attorney : 2014-03-20
|
|
7014
7134
|
attorney
|
|
7015
7135
|
|
|
7016
7136
|
// auction : 2014-03-20
|
|
7017
7137
|
auction
|
|
7018
7138
|
|
|
7139
|
+
// audi : 2015-05-21 AUDI Aktiengesellschaft
|
|
7140
|
+
audi
|
|
7141
|
+
|
|
7142
|
+
// audible : 2015-06-25 Amazon EU S.à r.l.
|
|
7143
|
+
audible
|
|
7144
|
+
|
|
7019
7145
|
// audio : 2014-03-20 Uniregistry, Corp.
|
|
7020
7146
|
audio
|
|
7021
7147
|
|
|
7148
|
+
// auspost : 2015-08-13 Australian Postal Corporation
|
|
7149
|
+
auspost
|
|
7150
|
+
|
|
7022
7151
|
// author : 2014-12-18 Amazon EU S.à r.l.
|
|
7023
7152
|
author
|
|
7024
7153
|
|
|
7025
|
-
// auto : 2014-11-13
|
|
7154
|
+
// auto : 2014-11-13
|
|
7026
7155
|
auto
|
|
7027
7156
|
|
|
7028
7157
|
// autos : 2014-01-09 DERAutos, LLC
|
|
@@ -7031,6 +7160,9 @@ autos
|
|
|
7031
7160
|
// avianca : 2015-01-08 Aerovias del Continente Americano S.A. Avianca
|
|
7032
7161
|
avianca
|
|
7033
7162
|
|
|
7163
|
+
// aws : 2015-06-25 Amazon EU S.à r.l.
|
|
7164
|
+
aws
|
|
7165
|
+
|
|
7034
7166
|
// axa : 2013-12-19 AXA SA
|
|
7035
7167
|
axa
|
|
7036
7168
|
|
|
@@ -7043,6 +7175,12 @@ baby
|
|
|
7043
7175
|
// baidu : 2015-01-08 Baidu, Inc.
|
|
7044
7176
|
baidu
|
|
7045
7177
|
|
|
7178
|
+
// banamex : 2015-07-30 Citigroup Inc.
|
|
7179
|
+
banamex
|
|
7180
|
+
|
|
7181
|
+
// bananarepublic : 2015-07-31 The Gap, Inc.
|
|
7182
|
+
bananarepublic
|
|
7183
|
+
|
|
7046
7184
|
// band : 2014-06-12
|
|
7047
7185
|
band
|
|
7048
7186
|
|
|
@@ -7061,9 +7199,18 @@ barclaycard
|
|
|
7061
7199
|
// barclays : 2014-11-20 Barclays Bank PLC
|
|
7062
7200
|
barclays
|
|
7063
7201
|
|
|
7202
|
+
// barefoot : 2015-06-11 Gallo Vineyards, Inc.
|
|
7203
|
+
barefoot
|
|
7204
|
+
|
|
7064
7205
|
// bargains : 2013-11-14 Half Hallow, LLC
|
|
7065
7206
|
bargains
|
|
7066
7207
|
|
|
7208
|
+
// baseball : 2015-10-29 MLB Advanced Media DH, LLC
|
|
7209
|
+
baseball
|
|
7210
|
+
|
|
7211
|
+
// basketball : 2015-08-20 Fédération Internationale de Basketball (FIBA)
|
|
7212
|
+
basketball
|
|
7213
|
+
|
|
7067
7214
|
// bauhaus : 2014-04-17 Werkhaus GmbH
|
|
7068
7215
|
bauhaus
|
|
7069
7216
|
|
|
@@ -7073,6 +7220,9 @@ bayern
|
|
|
7073
7220
|
// bbc : 2014-12-18 British Broadcasting Corporation
|
|
7074
7221
|
bbc
|
|
7075
7222
|
|
|
7223
|
+
// bbt : 2015-07-23 BB&T Corporation
|
|
7224
|
+
bbt
|
|
7225
|
+
|
|
7076
7226
|
// bbva : 2014-10-02 BANCO BILBAO VIZCAYA ARGENTARIA, S.A.
|
|
7077
7227
|
bbva
|
|
7078
7228
|
|
|
@@ -7082,6 +7232,12 @@ bcg
|
|
|
7082
7232
|
// bcn : 2014-07-24 Municipi de Barcelona
|
|
7083
7233
|
bcn
|
|
7084
7234
|
|
|
7235
|
+
// beats : 2015-05-14 Beats Electronics, LLC
|
|
7236
|
+
beats
|
|
7237
|
+
|
|
7238
|
+
// beauty : 2015-12-03 L'Oréal
|
|
7239
|
+
beauty
|
|
7240
|
+
|
|
7085
7241
|
// beer : 2014-01-09 Top Level Domain Holdings Limited
|
|
7086
7242
|
beer
|
|
7087
7243
|
|
|
@@ -7094,6 +7250,12 @@ berlin
|
|
|
7094
7250
|
// best : 2013-12-19 BestTLD Pty Ltd
|
|
7095
7251
|
best
|
|
7096
7252
|
|
|
7253
|
+
// bestbuy : 2015-07-31 BBY Solutions, Inc.
|
|
7254
|
+
bestbuy
|
|
7255
|
+
|
|
7256
|
+
// bet : 2015-05-07 Afilias plc
|
|
7257
|
+
bet
|
|
7258
|
+
|
|
7097
7259
|
// bharti : 2014-01-09 Bharti Enterprises (Holding) Private Limited
|
|
7098
7260
|
bharti
|
|
7099
7261
|
|
|
@@ -7121,6 +7283,15 @@ black
|
|
|
7121
7283
|
// blackfriday : 2014-01-16 Uniregistry, Corp.
|
|
7122
7284
|
blackfriday
|
|
7123
7285
|
|
|
7286
|
+
// blanco : 2015-07-16 BLANCO GmbH + Co KG
|
|
7287
|
+
blanco
|
|
7288
|
+
|
|
7289
|
+
// blockbuster : 2015-07-30 Dish DBS Corporation
|
|
7290
|
+
blockbuster
|
|
7291
|
+
|
|
7292
|
+
// blog : 2015-05-14 PRIMER NIVEL S.A.
|
|
7293
|
+
blog
|
|
7294
|
+
|
|
7124
7295
|
// bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
|
|
7125
7296
|
bloomberg
|
|
7126
7297
|
|
|
@@ -7142,6 +7313,12 @@ bnpparibas
|
|
|
7142
7313
|
// boats : 2014-12-04 DERBoats, LLC
|
|
7143
7314
|
boats
|
|
7144
7315
|
|
|
7316
|
+
// boehringer : 2015-07-09 Boehringer Ingelheim International GmbH
|
|
7317
|
+
boehringer
|
|
7318
|
+
|
|
7319
|
+
// bofa : 2015-07-31 NMS Services, Inc.
|
|
7320
|
+
bofa
|
|
7321
|
+
|
|
7145
7322
|
// bom : 2014-10-16 Núcleo de Informação e Coordenação do Ponto BR - NIC.br
|
|
7146
7323
|
bom
|
|
7147
7324
|
|
|
@@ -7151,15 +7328,33 @@ bond
|
|
|
7151
7328
|
// boo : 2014-01-30 Charleston Road Registry Inc.
|
|
7152
7329
|
boo
|
|
7153
7330
|
|
|
7331
|
+
// book : 2015-08-27 Amazon EU S.à r.l.
|
|
7332
|
+
book
|
|
7333
|
+
|
|
7334
|
+
// booking : 2015-07-16 Booking.com B.V.
|
|
7335
|
+
booking
|
|
7336
|
+
|
|
7154
7337
|
// boots : 2015-01-08 THE BOOTS COMPANY PLC
|
|
7155
7338
|
boots
|
|
7156
7339
|
|
|
7340
|
+
// bosch : 2015-06-18 Robert Bosch GMBH
|
|
7341
|
+
bosch
|
|
7342
|
+
|
|
7343
|
+
// bostik : 2015-05-28 Bostik SA
|
|
7344
|
+
bostik
|
|
7345
|
+
|
|
7346
|
+
// boston : 2015-12-10 Boston Globe Media Partners, LLC
|
|
7347
|
+
boston
|
|
7348
|
+
|
|
7157
7349
|
// bot : 2014-12-18 Amazon EU S.à r.l.
|
|
7158
7350
|
bot
|
|
7159
7351
|
|
|
7160
7352
|
// boutique : 2013-11-14 Over Galley, LLC
|
|
7161
7353
|
boutique
|
|
7162
7354
|
|
|
7355
|
+
// box : 2015-11-12 NS1 Limited
|
|
7356
|
+
box
|
|
7357
|
+
|
|
7163
7358
|
// bradesco : 2014-12-18 Banco Bradesco S.A.
|
|
7164
7359
|
bradesco
|
|
7165
7360
|
|
|
@@ -7181,6 +7376,9 @@ brussels
|
|
|
7181
7376
|
// budapest : 2013-11-21 Top Level Domain Holdings Limited
|
|
7182
7377
|
budapest
|
|
7183
7378
|
|
|
7379
|
+
// bugatti : 2015-07-23 Bugatti International SA
|
|
7380
|
+
bugatti
|
|
7381
|
+
|
|
7184
7382
|
// build : 2013-11-07 Plan Bee LLC
|
|
7185
7383
|
build
|
|
7186
7384
|
|
|
@@ -7211,6 +7409,9 @@ cal
|
|
|
7211
7409
|
// call : 2014-12-18 Amazon EU S.à r.l.
|
|
7212
7410
|
call
|
|
7213
7411
|
|
|
7412
|
+
// calvinklein : 2015-07-30 PVH gTLD Holdings LLC
|
|
7413
|
+
calvinklein
|
|
7414
|
+
|
|
7214
7415
|
// camera : 2013-08-27 Atomic Maple, LLC
|
|
7215
7416
|
camera
|
|
7216
7417
|
|
|
@@ -7229,7 +7430,10 @@ capetown
|
|
|
7229
7430
|
// capital : 2014-03-06 Delta Mill, LLC
|
|
7230
7431
|
capital
|
|
7231
7432
|
|
|
7232
|
-
//
|
|
7433
|
+
// capitalone : 2015-08-06 Capital One Financial Corporation
|
|
7434
|
+
capitalone
|
|
7435
|
+
|
|
7436
|
+
// car : 2015-01-22
|
|
7233
7437
|
car
|
|
7234
7438
|
|
|
7235
7439
|
// caravan : 2013-12-12 Caravan International, Inc.
|
|
@@ -7247,7 +7451,7 @@ career
|
|
|
7247
7451
|
// careers : 2013-10-02 Wild Corner, LLC
|
|
7248
7452
|
careers
|
|
7249
7453
|
|
|
7250
|
-
// cars : 2014-11-13
|
|
7454
|
+
// cars : 2014-11-13
|
|
7251
7455
|
cars
|
|
7252
7456
|
|
|
7253
7457
|
// cartier : 2014-06-23 Richemont DNS Inc.
|
|
@@ -7256,6 +7460,12 @@ cartier
|
|
|
7256
7460
|
// casa : 2013-11-21 Top Level Domain Holdings Limited
|
|
7257
7461
|
casa
|
|
7258
7462
|
|
|
7463
|
+
// case : 2015-09-03 CNH Industrial N.V.
|
|
7464
|
+
case
|
|
7465
|
+
|
|
7466
|
+
// caseih : 2015-09-03 CNH Industrial N.V.
|
|
7467
|
+
caseih
|
|
7468
|
+
|
|
7259
7469
|
// cash : 2014-03-06 Delta Lake, LLC
|
|
7260
7470
|
cash
|
|
7261
7471
|
|
|
@@ -7265,12 +7475,21 @@ casino
|
|
|
7265
7475
|
// catering : 2013-12-05 New Falls. LLC
|
|
7266
7476
|
catering
|
|
7267
7477
|
|
|
7478
|
+
// catholic : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
|
|
7479
|
+
catholic
|
|
7480
|
+
|
|
7268
7481
|
// cba : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
|
|
7269
7482
|
cba
|
|
7270
7483
|
|
|
7271
7484
|
// cbn : 2014-08-22 The Christian Broadcasting Network, Inc.
|
|
7272
7485
|
cbn
|
|
7273
7486
|
|
|
7487
|
+
// cbre : 2015-07-02 CBRE, Inc.
|
|
7488
|
+
cbre
|
|
7489
|
+
|
|
7490
|
+
// cbs : 2015-08-06 CBS Domains Inc.
|
|
7491
|
+
cbs
|
|
7492
|
+
|
|
7274
7493
|
// ceb : 2015-04-09 The Corporate Executive Board Company
|
|
7275
7494
|
ceb
|
|
7276
7495
|
|
|
@@ -7304,6 +7523,9 @@ chat
|
|
|
7304
7523
|
// cheap : 2013-11-14 Sand Cover, LLC
|
|
7305
7524
|
cheap
|
|
7306
7525
|
|
|
7526
|
+
// chintai : 2015-06-11 CHINTAI Corporation
|
|
7527
|
+
chintai
|
|
7528
|
+
|
|
7307
7529
|
// chloe : 2014-10-16 Richemont DNS Inc.
|
|
7308
7530
|
chloe
|
|
7309
7531
|
|
|
@@ -7313,6 +7535,9 @@ christmas
|
|
|
7313
7535
|
// chrome : 2014-07-24 Charleston Road Registry Inc.
|
|
7314
7536
|
chrome
|
|
7315
7537
|
|
|
7538
|
+
// chrysler : 2015-07-30 FCA US LLC.
|
|
7539
|
+
chrysler
|
|
7540
|
+
|
|
7316
7541
|
// church : 2014-02-06 Holly Fields, LLC
|
|
7317
7542
|
church
|
|
7318
7543
|
|
|
@@ -7325,6 +7550,12 @@ circle
|
|
|
7325
7550
|
// cisco : 2014-12-22 Cisco Technology, Inc.
|
|
7326
7551
|
cisco
|
|
7327
7552
|
|
|
7553
|
+
// citadel : 2015-07-23 Citadel Domain LLC
|
|
7554
|
+
citadel
|
|
7555
|
+
|
|
7556
|
+
// citi : 2015-07-30 Citigroup Inc.
|
|
7557
|
+
citi
|
|
7558
|
+
|
|
7328
7559
|
// citic : 2014-01-09 CITIC Group Corporation
|
|
7329
7560
|
citic
|
|
7330
7561
|
|
|
@@ -7346,6 +7577,9 @@ click
|
|
|
7346
7577
|
// clinic : 2014-03-20 Goose Park, LLC
|
|
7347
7578
|
clinic
|
|
7348
7579
|
|
|
7580
|
+
// clinique : 2015-10-01 The Estée Lauder Companies Inc.
|
|
7581
|
+
clinique
|
|
7582
|
+
|
|
7349
7583
|
// clothing : 2013-08-27 Steel Lake, LLC
|
|
7350
7584
|
clothing
|
|
7351
7585
|
|
|
@@ -7355,6 +7589,9 @@ cloud
|
|
|
7355
7589
|
// club : 2013-11-08 .CLUB DOMAINS, LLC
|
|
7356
7590
|
club
|
|
7357
7591
|
|
|
7592
|
+
// clubmed : 2015-06-25 Club Méditerranée S.A.
|
|
7593
|
+
clubmed
|
|
7594
|
+
|
|
7358
7595
|
// coach : 2014-10-09 Koko Island, LLC
|
|
7359
7596
|
coach
|
|
7360
7597
|
|
|
@@ -7370,6 +7607,9 @@ college
|
|
|
7370
7607
|
// cologne : 2014-02-05 NetCologne Gesellschaft für Telekommunikation mbH
|
|
7371
7608
|
cologne
|
|
7372
7609
|
|
|
7610
|
+
// comcast : 2015-07-23 Comcast IP Holdings I, LLC
|
|
7611
|
+
comcast
|
|
7612
|
+
|
|
7373
7613
|
// commbank : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
|
|
7374
7614
|
commbank
|
|
7375
7615
|
|
|
@@ -7379,6 +7619,9 @@ community
|
|
|
7379
7619
|
// company : 2013-11-07 Silver Avenue, LLC
|
|
7380
7620
|
company
|
|
7381
7621
|
|
|
7622
|
+
// compare : 2015-10-08 iSelect Ltd
|
|
7623
|
+
compare
|
|
7624
|
+
|
|
7382
7625
|
// computer : 2013-10-24 Pine Mill, LLC
|
|
7383
7626
|
computer
|
|
7384
7627
|
|
|
@@ -7403,6 +7646,9 @@ contractors
|
|
|
7403
7646
|
// cooking : 2013-11-21 Top Level Domain Holdings Limited
|
|
7404
7647
|
cooking
|
|
7405
7648
|
|
|
7649
|
+
// cookingchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
|
7650
|
+
cookingchannel
|
|
7651
|
+
|
|
7406
7652
|
// cool : 2013-11-14 Koko Lake, LLC
|
|
7407
7653
|
cool
|
|
7408
7654
|
|
|
@@ -7439,6 +7685,9 @@ crown
|
|
|
7439
7685
|
// crs : 2014-04-03 Federated Co-operatives Limited
|
|
7440
7686
|
crs
|
|
7441
7687
|
|
|
7688
|
+
// cruise : 2015-12-10 Viking River Cruises (Bermuda) Ltd.
|
|
7689
|
+
cruise
|
|
7690
|
+
|
|
7442
7691
|
// cruises : 2013-12-05 Spring Way, LLC
|
|
7443
7692
|
cruises
|
|
7444
7693
|
|
|
@@ -7478,6 +7727,12 @@ day
|
|
|
7478
7727
|
// dclk : 2014-11-20 Charleston Road Registry Inc.
|
|
7479
7728
|
dclk
|
|
7480
7729
|
|
|
7730
|
+
// dds : 2015-05-07 Top Level Domain Holdings Limited
|
|
7731
|
+
dds
|
|
7732
|
+
|
|
7733
|
+
// deal : 2015-06-25 Amazon EU S.à r.l.
|
|
7734
|
+
deal
|
|
7735
|
+
|
|
7481
7736
|
// dealer : 2014-12-22 Dealer Dot Com, Inc.
|
|
7482
7737
|
dealer
|
|
7483
7738
|
|
|
@@ -7493,6 +7748,9 @@ delivery
|
|
|
7493
7748
|
// dell : 2014-10-24 Dell Inc.
|
|
7494
7749
|
dell
|
|
7495
7750
|
|
|
7751
|
+
// deloitte : 2015-07-31 Deloitte Touche Tohmatsu
|
|
7752
|
+
deloitte
|
|
7753
|
+
|
|
7496
7754
|
// delta : 2015-02-19 Delta Air Lines, Inc.
|
|
7497
7755
|
delta
|
|
7498
7756
|
|
|
@@ -7514,6 +7772,9 @@ design
|
|
|
7514
7772
|
// dev : 2014-10-16 Charleston Road Registry Inc.
|
|
7515
7773
|
dev
|
|
7516
7774
|
|
|
7775
|
+
// dhl : 2015-07-23 Deutsche Post AG
|
|
7776
|
+
dhl
|
|
7777
|
+
|
|
7517
7778
|
// diamonds : 2013-09-22 John Edge, LLC
|
|
7518
7779
|
diamonds
|
|
7519
7780
|
|
|
@@ -7532,12 +7793,24 @@ directory
|
|
|
7532
7793
|
// discount : 2014-03-06 Holly Hill, LLC
|
|
7533
7794
|
discount
|
|
7534
7795
|
|
|
7796
|
+
// discover : 2015-07-23 Discover Financial Services
|
|
7797
|
+
discover
|
|
7798
|
+
|
|
7799
|
+
// dish : 2015-07-30 Dish DBS Corporation
|
|
7800
|
+
dish
|
|
7801
|
+
|
|
7802
|
+
// diy : 2015-11-05 Lifestyle Domain Holdings, Inc.
|
|
7803
|
+
diy
|
|
7804
|
+
|
|
7535
7805
|
// dnp : 2013-12-13 Dai Nippon Printing Co., Ltd.
|
|
7536
7806
|
dnp
|
|
7537
7807
|
|
|
7538
7808
|
// docs : 2014-10-16 Charleston Road Registry Inc.
|
|
7539
7809
|
docs
|
|
7540
7810
|
|
|
7811
|
+
// dodge : 2015-07-30 FCA US LLC.
|
|
7812
|
+
dodge
|
|
7813
|
+
|
|
7541
7814
|
// dog : 2014-12-04 Koko Mill, LLC
|
|
7542
7815
|
dog
|
|
7543
7816
|
|
|
@@ -7550,6 +7823,9 @@ domains
|
|
|
7550
7823
|
// doosan : 2014-04-03 Doosan Corporation
|
|
7551
7824
|
doosan
|
|
7552
7825
|
|
|
7826
|
+
// dot : 2015-05-21 Dish DBS Corporation
|
|
7827
|
+
dot
|
|
7828
|
+
|
|
7553
7829
|
// download : 2014-11-20 dot Support Limited
|
|
7554
7830
|
download
|
|
7555
7831
|
|
|
@@ -7559,15 +7835,33 @@ drive
|
|
|
7559
7835
|
// dstv : 2015-03-12 MultiChoice (Proprietary) Limited
|
|
7560
7836
|
dstv
|
|
7561
7837
|
|
|
7838
|
+
// dtv : 2015-06-04 Dish DBS Corporation
|
|
7839
|
+
dtv
|
|
7840
|
+
|
|
7562
7841
|
// dubai : 2015-01-01 Dubai Smart Government Department
|
|
7563
7842
|
dubai
|
|
7564
7843
|
|
|
7844
|
+
// duck : 2015-07-23 Johnson Shareholdings, Inc.
|
|
7845
|
+
duck
|
|
7846
|
+
|
|
7847
|
+
// dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
|
|
7848
|
+
dunlop
|
|
7849
|
+
|
|
7850
|
+
// duns : 2015-08-06 The Dun & Bradstreet Corporation
|
|
7851
|
+
duns
|
|
7852
|
+
|
|
7853
|
+
// dupont : 2015-06-25 E.I. du Pont de Nemours and Company
|
|
7854
|
+
dupont
|
|
7855
|
+
|
|
7565
7856
|
// durban : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
|
|
7566
7857
|
durban
|
|
7567
7858
|
|
|
7568
7859
|
// dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
|
|
7569
7860
|
dvag
|
|
7570
7861
|
|
|
7862
|
+
// dwg : 2015-07-23 Autodesk, Inc.
|
|
7863
|
+
dwg
|
|
7864
|
+
|
|
7571
7865
|
// earth : 2014-12-04 Interlink Co., Ltd.
|
|
7572
7866
|
earth
|
|
7573
7867
|
|
|
@@ -7586,6 +7880,9 @@ email
|
|
|
7586
7880
|
// emerck : 2014-04-03 Merck KGaA
|
|
7587
7881
|
emerck
|
|
7588
7882
|
|
|
7883
|
+
// emerson : 2015-07-23 Emerson Electric Co.
|
|
7884
|
+
emerson
|
|
7885
|
+
|
|
7589
7886
|
// energy : 2014-09-11 Binky Birch, LLC
|
|
7590
7887
|
energy
|
|
7591
7888
|
|
|
@@ -7598,12 +7895,18 @@ engineering
|
|
|
7598
7895
|
// enterprises : 2013-09-20 Snow Oaks, LLC
|
|
7599
7896
|
enterprises
|
|
7600
7897
|
|
|
7898
|
+
// epost : 2015-07-23 Deutsche Post AG
|
|
7899
|
+
epost
|
|
7900
|
+
|
|
7601
7901
|
// epson : 2014-12-04 Seiko Epson Corporation
|
|
7602
7902
|
epson
|
|
7603
7903
|
|
|
7604
7904
|
// equipment : 2013-08-27 Corn Station, LLC
|
|
7605
7905
|
equipment
|
|
7606
7906
|
|
|
7907
|
+
// ericsson : 2015-07-09 Telefonaktiebolaget L M Ericsson
|
|
7908
|
+
ericsson
|
|
7909
|
+
|
|
7607
7910
|
// erni : 2014-04-03 ERNI Group Holding AG
|
|
7608
7911
|
erni
|
|
7609
7912
|
|
|
@@ -7613,6 +7916,12 @@ esq
|
|
|
7613
7916
|
// estate : 2013-08-27 Trixy Park, LLC
|
|
7614
7917
|
estate
|
|
7615
7918
|
|
|
7919
|
+
// esurance : 2015-07-23 Esurance Insurance Company
|
|
7920
|
+
esurance
|
|
7921
|
+
|
|
7922
|
+
// etisalat : 2015-09-03 Emirates Telecommunications Corporation (trading as Etisalat)
|
|
7923
|
+
etisalat
|
|
7924
|
+
|
|
7616
7925
|
// eurovision : 2014-04-24 European Broadcasting Union (EBU)
|
|
7617
7926
|
eurovision
|
|
7618
7927
|
|
|
@@ -7637,6 +7946,9 @@ exposed
|
|
|
7637
7946
|
// express : 2015-02-11 Sea Sunset, LLC
|
|
7638
7947
|
express
|
|
7639
7948
|
|
|
7949
|
+
// extraspace : 2015-05-14 Extra Space Storage LLC
|
|
7950
|
+
extraspace
|
|
7951
|
+
|
|
7640
7952
|
// fage : 2014-12-18 Fage International S.A.
|
|
7641
7953
|
fage
|
|
7642
7954
|
|
|
@@ -7649,7 +7961,7 @@ fairwinds
|
|
|
7649
7961
|
// faith : 2014-11-20 dot Faith Limited
|
|
7650
7962
|
faith
|
|
7651
7963
|
|
|
7652
|
-
// family : 2015-04-02
|
|
7964
|
+
// family : 2015-04-02
|
|
7653
7965
|
family
|
|
7654
7966
|
|
|
7655
7967
|
// fan : 2014-03-06
|
|
@@ -7661,18 +7973,36 @@ fans
|
|
|
7661
7973
|
// farm : 2013-11-07 Just Maple, LLC
|
|
7662
7974
|
farm
|
|
7663
7975
|
|
|
7976
|
+
// farmers : 2015-07-09 Farmers Insurance Exchange
|
|
7977
|
+
farmers
|
|
7978
|
+
|
|
7664
7979
|
// fashion : 2014-07-03 Top Level Domain Holdings Limited
|
|
7665
7980
|
fashion
|
|
7666
7981
|
|
|
7667
7982
|
// fast : 2014-12-18 Amazon EU S.à r.l.
|
|
7668
7983
|
fast
|
|
7669
7984
|
|
|
7985
|
+
// fedex : 2015-08-06 Federal Express Corporation
|
|
7986
|
+
fedex
|
|
7987
|
+
|
|
7670
7988
|
// feedback : 2013-12-19 Top Level Spectrum, Inc.
|
|
7671
7989
|
feedback
|
|
7672
7990
|
|
|
7991
|
+
// ferrari : 2015-07-31 Fiat Chrysler Automobiles N.V.
|
|
7992
|
+
ferrari
|
|
7993
|
+
|
|
7673
7994
|
// ferrero : 2014-12-18 Ferrero Trading Lux S.A.
|
|
7674
7995
|
ferrero
|
|
7675
7996
|
|
|
7997
|
+
// fiat : 2015-07-31 Fiat Chrysler Automobiles N.V.
|
|
7998
|
+
fiat
|
|
7999
|
+
|
|
8000
|
+
// fidelity : 2015-07-30 Fidelity Brokerage Services LLC
|
|
8001
|
+
fidelity
|
|
8002
|
+
|
|
8003
|
+
// fido : 2015-08-06 Rogers Communications Partnership
|
|
8004
|
+
fido
|
|
8005
|
+
|
|
7676
8006
|
// film : 2015-01-08 Motion Picture Domain Registry Pty Ltd
|
|
7677
8007
|
film
|
|
7678
8008
|
|
|
@@ -7685,6 +8015,9 @@ finance
|
|
|
7685
8015
|
// financial : 2014-03-06 Just Cover, LLC
|
|
7686
8016
|
financial
|
|
7687
8017
|
|
|
8018
|
+
// fire : 2015-06-25 Amazon EU S.à r.l.
|
|
8019
|
+
fire
|
|
8020
|
+
|
|
7688
8021
|
// firestone : 2014-12-18 Bridgestone Corporation
|
|
7689
8022
|
firestone
|
|
7690
8023
|
|
|
@@ -7709,6 +8042,9 @@ flickr
|
|
|
7709
8042
|
// flights : 2013-12-05 Fox Station, LLC
|
|
7710
8043
|
flights
|
|
7711
8044
|
|
|
8045
|
+
// flir : 2015-07-23 FLIR Systems, Inc.
|
|
8046
|
+
flir
|
|
8047
|
+
|
|
7712
8048
|
// florist : 2013-11-07 Half Cypress, LLC
|
|
7713
8049
|
florist
|
|
7714
8050
|
|
|
@@ -7724,6 +8060,9 @@ fly
|
|
|
7724
8060
|
// foo : 2014-01-23 Charleston Road Registry Inc.
|
|
7725
8061
|
foo
|
|
7726
8062
|
|
|
8063
|
+
// foodnetwork : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
|
8064
|
+
foodnetwork
|
|
8065
|
+
|
|
7727
8066
|
// football : 2014-12-18 Foggy Farms, LLC
|
|
7728
8067
|
football
|
|
7729
8068
|
|
|
@@ -7742,15 +8081,36 @@ forum
|
|
|
7742
8081
|
// foundation : 2013-12-05 John Dale, LLC
|
|
7743
8082
|
foundation
|
|
7744
8083
|
|
|
8084
|
+
// fox : 2015-09-11 FOX Registry, LLC
|
|
8085
|
+
fox
|
|
8086
|
+
|
|
8087
|
+
// free : 2015-12-10 Amazon EU S.à r.l.
|
|
8088
|
+
free
|
|
8089
|
+
|
|
8090
|
+
// fresenius : 2015-07-30 Fresenius Immobilien-Verwaltungs-GmbH
|
|
8091
|
+
fresenius
|
|
8092
|
+
|
|
7745
8093
|
// frl : 2014-05-15 FRLregistry B.V.
|
|
7746
8094
|
frl
|
|
7747
8095
|
|
|
7748
8096
|
// frogans : 2013-12-19 OP3FT
|
|
7749
8097
|
frogans
|
|
7750
8098
|
|
|
8099
|
+
// frontdoor : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
|
8100
|
+
frontdoor
|
|
8101
|
+
|
|
7751
8102
|
// frontier : 2015-02-05 Frontier Communications Corporation
|
|
7752
8103
|
frontier
|
|
7753
8104
|
|
|
8105
|
+
// ftr : 2015-07-16 Frontier Communications Corporation
|
|
8106
|
+
ftr
|
|
8107
|
+
|
|
8108
|
+
// fujitsu : 2015-07-30 Fujitsu Limited
|
|
8109
|
+
fujitsu
|
|
8110
|
+
|
|
8111
|
+
// fujixerox : 2015-07-23 Xerox DNHC LLC
|
|
8112
|
+
fujixerox
|
|
8113
|
+
|
|
7754
8114
|
// fund : 2014-03-20 John Castle, LLC
|
|
7755
8115
|
fund
|
|
7756
8116
|
|
|
@@ -7769,9 +8129,21 @@ gal
|
|
|
7769
8129
|
// gallery : 2013-09-13 Sugar House, LLC
|
|
7770
8130
|
gallery
|
|
7771
8131
|
|
|
8132
|
+
// gallo : 2015-06-11 Gallo Vineyards, Inc.
|
|
8133
|
+
gallo
|
|
8134
|
+
|
|
7772
8135
|
// gallup : 2015-02-19 Gallup, Inc.
|
|
7773
8136
|
gallup
|
|
7774
8137
|
|
|
8138
|
+
// game : 2015-05-28 Uniregistry, Corp.
|
|
8139
|
+
game
|
|
8140
|
+
|
|
8141
|
+
// games : 2015-05-28 Foggy Beach, LLC
|
|
8142
|
+
games
|
|
8143
|
+
|
|
8144
|
+
// gap : 2015-07-31 The Gap, Inc.
|
|
8145
|
+
gap
|
|
8146
|
+
|
|
7775
8147
|
// garden : 2014-06-26 Top Level Domain Holdings Limited
|
|
7776
8148
|
garden
|
|
7777
8149
|
|
|
@@ -7790,6 +8162,9 @@ gent
|
|
|
7790
8162
|
// genting : 2015-03-12 Resorts World Inc Pte. Ltd.
|
|
7791
8163
|
genting
|
|
7792
8164
|
|
|
8165
|
+
// george : 2015-07-31 Wal-Mart Stores, Inc.
|
|
8166
|
+
george
|
|
8167
|
+
|
|
7793
8168
|
// ggee : 2014-01-09 GMO Internet, Inc.
|
|
7794
8169
|
ggee
|
|
7795
8170
|
|
|
@@ -7805,6 +8180,9 @@ gives
|
|
|
7805
8180
|
// giving : 2014-11-13 Giving Limited
|
|
7806
8181
|
giving
|
|
7807
8182
|
|
|
8183
|
+
// glade : 2015-07-23 Johnson Shareholdings, Inc.
|
|
8184
|
+
glade
|
|
8185
|
+
|
|
7808
8186
|
// glass : 2013-11-07 Black Cover, LLC
|
|
7809
8187
|
glass
|
|
7810
8188
|
|
|
@@ -7826,6 +8204,9 @@ gmo
|
|
|
7826
8204
|
// gmx : 2014-04-24 1&1 Mail & Media GmbH
|
|
7827
8205
|
gmx
|
|
7828
8206
|
|
|
8207
|
+
// godaddy : 2015-07-23 Go Daddy East, LLC
|
|
8208
|
+
godaddy
|
|
8209
|
+
|
|
7829
8210
|
// gold : 2015-01-22 June Edge, LLC
|
|
7830
8211
|
gold
|
|
7831
8212
|
|
|
@@ -7838,6 +8219,12 @@ golf
|
|
|
7838
8219
|
// goo : 2014-12-18 NTT Resonant Inc.
|
|
7839
8220
|
goo
|
|
7840
8221
|
|
|
8222
|
+
// goodhands : 2015-07-31 Allstate Fire and Casualty Insurance Company
|
|
8223
|
+
goodhands
|
|
8224
|
+
|
|
8225
|
+
// goodyear : 2015-07-02 The Goodyear Tire & Rubber Company
|
|
8226
|
+
goodyear
|
|
8227
|
+
|
|
7841
8228
|
// goog : 2014-11-20 Charleston Road Registry Inc.
|
|
7842
8229
|
goog
|
|
7843
8230
|
|
|
@@ -7853,6 +8240,9 @@ got
|
|
|
7853
8240
|
// gotv : 2015-03-12 MultiChoice (Proprietary) Limited
|
|
7854
8241
|
gotv
|
|
7855
8242
|
|
|
8243
|
+
// grainger : 2015-05-07 Grainger Registry Services, LLC
|
|
8244
|
+
grainger
|
|
8245
|
+
|
|
7856
8246
|
// graphics : 2013-09-13 Over Madison, LLC
|
|
7857
8247
|
graphics
|
|
7858
8248
|
|
|
@@ -7868,6 +8258,9 @@ gripe
|
|
|
7868
8258
|
// group : 2014-08-15 Romeo Town, LLC
|
|
7869
8259
|
group
|
|
7870
8260
|
|
|
8261
|
+
// guardian : 2015-07-30 The Guardian Life Insurance Company of America
|
|
8262
|
+
guardian
|
|
8263
|
+
|
|
7871
8264
|
// gucci : 2014-11-13 Guccio Gucci S.p.a.
|
|
7872
8265
|
gucci
|
|
7873
8266
|
|
|
@@ -7883,6 +8276,9 @@ guitars
|
|
|
7883
8276
|
// guru : 2013-08-27 Pioneer Cypress, LLC
|
|
7884
8277
|
guru
|
|
7885
8278
|
|
|
8279
|
+
// hair : 2015-12-03 L'Oréal
|
|
8280
|
+
hair
|
|
8281
|
+
|
|
7886
8282
|
// hamburg : 2014-02-20 Hamburg Top-Level-Domain GmbH
|
|
7887
8283
|
hamburg
|
|
7888
8284
|
|
|
@@ -7892,6 +8288,12 @@ hangout
|
|
|
7892
8288
|
// haus : 2013-12-05
|
|
7893
8289
|
haus
|
|
7894
8290
|
|
|
8291
|
+
// hbo : 2015-07-30 HBO Registry Services, Inc.
|
|
8292
|
+
hbo
|
|
8293
|
+
|
|
8294
|
+
// hdfc : 2015-07-30 HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED
|
|
8295
|
+
hdfc
|
|
8296
|
+
|
|
7895
8297
|
// hdfcbank : 2015-02-12 HDFC Bank Limited
|
|
7896
8298
|
hdfcbank
|
|
7897
8299
|
|
|
@@ -7913,15 +8315,24 @@ here
|
|
|
7913
8315
|
// hermes : 2014-07-10 HERMES INTERNATIONAL
|
|
7914
8316
|
hermes
|
|
7915
8317
|
|
|
8318
|
+
// hgtv : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
|
8319
|
+
hgtv
|
|
8320
|
+
|
|
7916
8321
|
// hiphop : 2014-03-06 Uniregistry, Corp.
|
|
7917
8322
|
hiphop
|
|
7918
8323
|
|
|
8324
|
+
// hisamitsu : 2015-07-16 Hisamitsu Pharmaceutical Co.,Inc.
|
|
8325
|
+
hisamitsu
|
|
8326
|
+
|
|
7919
8327
|
// hitachi : 2014-10-31 Hitachi, Ltd.
|
|
7920
8328
|
hitachi
|
|
7921
8329
|
|
|
7922
|
-
// hiv : 2014-03-13
|
|
8330
|
+
// hiv : 2014-03-13
|
|
7923
8331
|
hiv
|
|
7924
8332
|
|
|
8333
|
+
// hkt : 2015-05-14 PCCW-HKT DataCom Services Limited
|
|
8334
|
+
hkt
|
|
8335
|
+
|
|
7925
8336
|
// hockey : 2015-03-19 Half Willow, LLC
|
|
7926
8337
|
hockey
|
|
7927
8338
|
|
|
@@ -7934,12 +8345,21 @@ holiday
|
|
|
7934
8345
|
// homedepot : 2015-04-02 Homer TLC, Inc.
|
|
7935
8346
|
homedepot
|
|
7936
8347
|
|
|
8348
|
+
// homegoods : 2015-07-16 The TJX Companies, Inc.
|
|
8349
|
+
homegoods
|
|
8350
|
+
|
|
7937
8351
|
// homes : 2014-01-09 DERHomes, LLC
|
|
7938
8352
|
homes
|
|
7939
8353
|
|
|
8354
|
+
// homesense : 2015-07-16 The TJX Companies, Inc.
|
|
8355
|
+
homesense
|
|
8356
|
+
|
|
7940
8357
|
// honda : 2014-12-18 Honda Motor Co., Ltd.
|
|
7941
8358
|
honda
|
|
7942
8359
|
|
|
8360
|
+
// honeywell : 2015-07-23 Honeywell GTLD LLC
|
|
8361
|
+
honeywell
|
|
8362
|
+
|
|
7943
8363
|
// horse : 2013-11-21 Top Level Domain Holdings Limited
|
|
7944
8364
|
horse
|
|
7945
8365
|
|
|
@@ -7949,6 +8369,9 @@ host
|
|
|
7949
8369
|
// hosting : 2014-05-29 Uniregistry, Corp.
|
|
7950
8370
|
hosting
|
|
7951
8371
|
|
|
8372
|
+
// hot : 2015-08-27 Amazon EU S.à r.l.
|
|
8373
|
+
hot
|
|
8374
|
+
|
|
7952
8375
|
// hoteles : 2015-03-05 Travel Reservations SRL
|
|
7953
8376
|
hoteles
|
|
7954
8377
|
|
|
@@ -7967,6 +8390,15 @@ hsbc
|
|
|
7967
8390
|
// htc : 2015-04-02 HTC corporation
|
|
7968
8391
|
htc
|
|
7969
8392
|
|
|
8393
|
+
// hughes : 2015-07-30 Hughes Satellite Systems Corporation
|
|
8394
|
+
hughes
|
|
8395
|
+
|
|
8396
|
+
// hyatt : 2015-07-30 Hyatt GTLD, L.L.C.
|
|
8397
|
+
hyatt
|
|
8398
|
+
|
|
8399
|
+
// hyundai : 2015-07-09 Hyundai Motor Company
|
|
8400
|
+
hyundai
|
|
8401
|
+
|
|
7970
8402
|
// ibm : 2014-07-31 International Business Machines Corporation
|
|
7971
8403
|
ibm
|
|
7972
8404
|
|
|
@@ -7979,12 +8411,24 @@ ice
|
|
|
7979
8411
|
// icu : 2015-01-08 One.com A/S
|
|
7980
8412
|
icu
|
|
7981
8413
|
|
|
8414
|
+
// ieee : 2015-07-23 IEEE Global LLC
|
|
8415
|
+
ieee
|
|
8416
|
+
|
|
7982
8417
|
// ifm : 2014-01-30 ifm electronic gmbh
|
|
7983
8418
|
ifm
|
|
7984
8419
|
|
|
7985
8420
|
// iinet : 2014-07-03 Connect West Pty. Ltd.
|
|
7986
8421
|
iinet
|
|
7987
8422
|
|
|
8423
|
+
// ikano : 2015-07-09 Ikano S.A.
|
|
8424
|
+
ikano
|
|
8425
|
+
|
|
8426
|
+
// imamat : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
|
|
8427
|
+
imamat
|
|
8428
|
+
|
|
8429
|
+
// imdb : 2015-06-25 Amazon EU S.à r.l.
|
|
8430
|
+
imdb
|
|
8431
|
+
|
|
7988
8432
|
// immo : 2014-07-10 Auburn Bloom, LLC
|
|
7989
8433
|
immo
|
|
7990
8434
|
|
|
@@ -8012,9 +8456,15 @@ insurance
|
|
|
8012
8456
|
// insure : 2014-03-20 Pioneer Willow, LLC
|
|
8013
8457
|
insure
|
|
8014
8458
|
|
|
8459
|
+
// intel : 2015-08-06 Intel Corporation
|
|
8460
|
+
intel
|
|
8461
|
+
|
|
8015
8462
|
// international : 2013-11-07 Wild Way, LLC
|
|
8016
8463
|
international
|
|
8017
8464
|
|
|
8465
|
+
// intuit : 2015-07-30 Intuit Administrative Services, Inc.
|
|
8466
|
+
intuit
|
|
8467
|
+
|
|
8018
8468
|
// investments : 2014-03-20 Holly Glen, LLC
|
|
8019
8469
|
investments
|
|
8020
8470
|
|
|
@@ -8027,6 +8477,9 @@ irish
|
|
|
8027
8477
|
// iselect : 2015-02-11 iSelect Ltd
|
|
8028
8478
|
iselect
|
|
8029
8479
|
|
|
8480
|
+
// ismaili : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
|
|
8481
|
+
ismaili
|
|
8482
|
+
|
|
8030
8483
|
// ist : 2014-08-28 Istanbul Metropolitan Municipality
|
|
8031
8484
|
ist
|
|
8032
8485
|
|
|
@@ -8036,6 +8489,12 @@ istanbul
|
|
|
8036
8489
|
// itau : 2014-10-02 Itau Unibanco Holding S.A.
|
|
8037
8490
|
itau
|
|
8038
8491
|
|
|
8492
|
+
// itv : 2015-07-09 ITV Services Limited
|
|
8493
|
+
itv
|
|
8494
|
+
|
|
8495
|
+
// iveco : 2015-09-03 CNH Industrial N.V.
|
|
8496
|
+
iveco
|
|
8497
|
+
|
|
8039
8498
|
// iwc : 2014-06-23 Richemont DNS Inc.
|
|
8040
8499
|
iwc
|
|
8041
8500
|
|
|
@@ -8051,6 +8510,9 @@ jcb
|
|
|
8051
8510
|
// jcp : 2015-04-23 JCP Media, Inc.
|
|
8052
8511
|
jcp
|
|
8053
8512
|
|
|
8513
|
+
// jeep : 2015-07-30 FCA US LLC.
|
|
8514
|
+
jeep
|
|
8515
|
+
|
|
8054
8516
|
// jetzt : 2014-01-09 New TLD Company AB
|
|
8055
8517
|
jetzt
|
|
8056
8518
|
|
|
@@ -8069,6 +8531,9 @@ jll
|
|
|
8069
8531
|
// jmp : 2015-03-26 Matrix IP LLC
|
|
8070
8532
|
jmp
|
|
8071
8533
|
|
|
8534
|
+
// jnj : 2015-06-18 Johnson & Johnson Services, Inc.
|
|
8535
|
+
jnj
|
|
8536
|
+
|
|
8072
8537
|
// joburg : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
|
|
8073
8538
|
joburg
|
|
8074
8539
|
|
|
@@ -8087,6 +8552,9 @@ jprs
|
|
|
8087
8552
|
// juegos : 2014-03-20 Uniregistry, Corp.
|
|
8088
8553
|
juegos
|
|
8089
8554
|
|
|
8555
|
+
// juniper : 2015-07-30 JUNIPER NETWORKS, INC.
|
|
8556
|
+
juniper
|
|
8557
|
+
|
|
8090
8558
|
// kaufen : 2013-11-07 United TLD Holdco Ltd.
|
|
8091
8559
|
kaufen
|
|
8092
8560
|
|
|
@@ -8105,12 +8573,18 @@ kerryproperties
|
|
|
8105
8573
|
// kfh : 2014-12-04 Kuwait Finance House
|
|
8106
8574
|
kfh
|
|
8107
8575
|
|
|
8576
|
+
// kia : 2015-07-09 KIA MOTORS CORPORATION
|
|
8577
|
+
kia
|
|
8578
|
+
|
|
8108
8579
|
// kim : 2013-09-23 Afilias Limited
|
|
8109
8580
|
kim
|
|
8110
8581
|
|
|
8111
8582
|
// kinder : 2014-11-07 Ferrero Trading Lux S.A.
|
|
8112
8583
|
kinder
|
|
8113
8584
|
|
|
8585
|
+
// kindle : 2015-06-25 Amazon EU S.à r.l.
|
|
8586
|
+
kindle
|
|
8587
|
+
|
|
8114
8588
|
// kitchen : 2013-09-20 Just Goodbye, LLC
|
|
8115
8589
|
kitchen
|
|
8116
8590
|
|
|
@@ -8123,6 +8597,9 @@ koeln
|
|
|
8123
8597
|
// komatsu : 2015-01-08 Komatsu Ltd.
|
|
8124
8598
|
komatsu
|
|
8125
8599
|
|
|
8600
|
+
// kosher : 2015-08-20 Kosher Marketing Assets LLC
|
|
8601
|
+
kosher
|
|
8602
|
+
|
|
8126
8603
|
// kpmg : 2015-04-23 KPMG International Cooperative (KPMG International Genossenschaft)
|
|
8127
8604
|
kpmg
|
|
8128
8605
|
|
|
@@ -8147,21 +8624,42 @@ kyoto
|
|
|
8147
8624
|
// lacaixa : 2014-01-09 CAIXA D'ESTALVIS I PENSIONS DE BARCELONA
|
|
8148
8625
|
lacaixa
|
|
8149
8626
|
|
|
8627
|
+
// ladbrokes : 2015-08-06 LADBROKES INTERNATIONAL PLC
|
|
8628
|
+
ladbrokes
|
|
8629
|
+
|
|
8630
|
+
// lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
|
|
8631
|
+
lamborghini
|
|
8632
|
+
|
|
8633
|
+
// lamer : 2015-10-01 The Estée Lauder Companies Inc.
|
|
8634
|
+
lamer
|
|
8635
|
+
|
|
8150
8636
|
// lancaster : 2015-02-12 LANCASTER
|
|
8151
8637
|
lancaster
|
|
8152
8638
|
|
|
8639
|
+
// lancia : 2015-07-31 Fiat Chrysler Automobiles N.V.
|
|
8640
|
+
lancia
|
|
8641
|
+
|
|
8642
|
+
// lancome : 2015-07-23 L'Oréal
|
|
8643
|
+
lancome
|
|
8644
|
+
|
|
8153
8645
|
// land : 2013-09-10 Pine Moon, LLC
|
|
8154
8646
|
land
|
|
8155
8647
|
|
|
8156
8648
|
// landrover : 2014-11-13 Jaguar Land Rover Ltd
|
|
8157
8649
|
landrover
|
|
8158
8650
|
|
|
8651
|
+
// lanxess : 2015-07-30 LANXESS Corporation
|
|
8652
|
+
lanxess
|
|
8653
|
+
|
|
8159
8654
|
// lasalle : 2015-04-02 Jones Lang LaSalle Incorporated
|
|
8160
8655
|
lasalle
|
|
8161
8656
|
|
|
8162
8657
|
// lat : 2014-10-16 ECOM-LAC Federaciòn de Latinoamèrica y el Caribe para Internet y el Comercio Electrònico
|
|
8163
8658
|
lat
|
|
8164
8659
|
|
|
8660
|
+
// latino : 2015-07-30 Dish DBS Corporation
|
|
8661
|
+
latino
|
|
8662
|
+
|
|
8165
8663
|
// latrobe : 2014-06-16 La Trobe University
|
|
8166
8664
|
latrobe
|
|
8167
8665
|
|
|
@@ -8180,9 +8678,15 @@ lease
|
|
|
8180
8678
|
// leclerc : 2014-08-07 A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc
|
|
8181
8679
|
leclerc
|
|
8182
8680
|
|
|
8681
|
+
// lefrak : 2015-07-16 LeFrak Organization, Inc.
|
|
8682
|
+
lefrak
|
|
8683
|
+
|
|
8183
8684
|
// legal : 2014-10-16 Blue Falls, LLC
|
|
8184
8685
|
legal
|
|
8185
8686
|
|
|
8687
|
+
// lego : 2015-07-16 LEGO Juris A/S
|
|
8688
|
+
lego
|
|
8689
|
+
|
|
8186
8690
|
// lexus : 2015-04-23 TOYOTA MOTOR CORPORATION
|
|
8187
8691
|
lexus
|
|
8188
8692
|
|
|
@@ -8210,6 +8714,9 @@ lighting
|
|
|
8210
8714
|
// like : 2014-12-18 Amazon EU S.à r.l.
|
|
8211
8715
|
like
|
|
8212
8716
|
|
|
8717
|
+
// lilly : 2015-07-31 Eli Lilly and Company
|
|
8718
|
+
lilly
|
|
8719
|
+
|
|
8213
8720
|
// limited : 2014-03-06 Big Fest, LLC
|
|
8214
8721
|
limited
|
|
8215
8722
|
|
|
@@ -8225,9 +8732,15 @@ linde
|
|
|
8225
8732
|
// link : 2013-11-14 Uniregistry, Corp.
|
|
8226
8733
|
link
|
|
8227
8734
|
|
|
8228
|
-
//
|
|
8735
|
+
// lipsy : 2015-06-25 Lipsy Ltd
|
|
8736
|
+
lipsy
|
|
8737
|
+
|
|
8738
|
+
// live : 2014-12-04
|
|
8229
8739
|
live
|
|
8230
8740
|
|
|
8741
|
+
// living : 2015-07-30 Lifestyle Domain Holdings, Inc.
|
|
8742
|
+
living
|
|
8743
|
+
|
|
8231
8744
|
// lixil : 2015-03-19 LIXIL Group Corporation
|
|
8232
8745
|
lixil
|
|
8233
8746
|
|
|
@@ -8237,6 +8750,15 @@ loan
|
|
|
8237
8750
|
// loans : 2014-03-20 June Woods, LLC
|
|
8238
8751
|
loans
|
|
8239
8752
|
|
|
8753
|
+
// locker : 2015-06-04 Dish DBS Corporation
|
|
8754
|
+
locker
|
|
8755
|
+
|
|
8756
|
+
// locus : 2015-06-25 Locus Analytics LLC
|
|
8757
|
+
locus
|
|
8758
|
+
|
|
8759
|
+
// loft : 2015-07-30 Annco, Inc.
|
|
8760
|
+
loft
|
|
8761
|
+
|
|
8240
8762
|
// lol : 2015-01-30 Uniregistry, Corp.
|
|
8241
8763
|
lol
|
|
8242
8764
|
|
|
@@ -8252,12 +8774,21 @@ lotto
|
|
|
8252
8774
|
// love : 2014-12-22 Merchant Law Group LLP
|
|
8253
8775
|
love
|
|
8254
8776
|
|
|
8777
|
+
// lpl : 2015-07-30 LPL Holdings, Inc.
|
|
8778
|
+
lpl
|
|
8779
|
+
|
|
8780
|
+
// lplfinancial : 2015-07-30 LPL Holdings, Inc.
|
|
8781
|
+
lplfinancial
|
|
8782
|
+
|
|
8255
8783
|
// ltd : 2014-09-25 Over Corner, LLC
|
|
8256
8784
|
ltd
|
|
8257
8785
|
|
|
8258
8786
|
// ltda : 2014-04-17 DOMAIN ROBOT SERVICOS DE HOSPEDAGEM NA INTERNET LTDA
|
|
8259
8787
|
ltda
|
|
8260
8788
|
|
|
8789
|
+
// lundbeck : 2015-08-06 H. Lundbeck A/S
|
|
8790
|
+
lundbeck
|
|
8791
|
+
|
|
8261
8792
|
// lupin : 2014-11-07 LUPIN LIMITED
|
|
8262
8793
|
lupin
|
|
8263
8794
|
|
|
@@ -8267,6 +8798,9 @@ luxe
|
|
|
8267
8798
|
// luxury : 2013-10-17 Luxury Partners, LLC
|
|
8268
8799
|
luxury
|
|
8269
8800
|
|
|
8801
|
+
// macys : 2015-07-31 Macys, Inc.
|
|
8802
|
+
macys
|
|
8803
|
+
|
|
8270
8804
|
// madrid : 2014-05-01 Comunidad de Madrid
|
|
8271
8805
|
madrid
|
|
8272
8806
|
|
|
@@ -8300,9 +8834,30 @@ markets
|
|
|
8300
8834
|
// marriott : 2014-10-09 Marriott Worldwide Corporation
|
|
8301
8835
|
marriott
|
|
8302
8836
|
|
|
8837
|
+
// marshalls : 2015-07-16 The TJX Companies, Inc.
|
|
8838
|
+
marshalls
|
|
8839
|
+
|
|
8840
|
+
// maserati : 2015-07-31 Fiat Chrysler Automobiles N.V.
|
|
8841
|
+
maserati
|
|
8842
|
+
|
|
8843
|
+
// mattel : 2015-08-06 Mattel Sites, Inc.
|
|
8844
|
+
mattel
|
|
8845
|
+
|
|
8303
8846
|
// mba : 2015-04-02 Lone Hollow, LLC
|
|
8304
8847
|
mba
|
|
8305
8848
|
|
|
8849
|
+
// mcd : 2015-07-30 McDonald’s Corporation
|
|
8850
|
+
mcd
|
|
8851
|
+
|
|
8852
|
+
// mcdonalds : 2015-07-30 McDonald’s Corporation
|
|
8853
|
+
mcdonalds
|
|
8854
|
+
|
|
8855
|
+
// mckinsey : 2015-07-31 McKinsey Holdings, Inc.
|
|
8856
|
+
mckinsey
|
|
8857
|
+
|
|
8858
|
+
// med : 2015-08-06 Medistry LLC
|
|
8859
|
+
med
|
|
8860
|
+
|
|
8306
8861
|
// media : 2014-03-06 Grand Glen, LLC
|
|
8307
8862
|
media
|
|
8308
8863
|
|
|
@@ -8327,6 +8882,9 @@ menu
|
|
|
8327
8882
|
// meo : 2014-11-07 PT Comunicacoes S.A.
|
|
8328
8883
|
meo
|
|
8329
8884
|
|
|
8885
|
+
// metlife : 2015-05-07 MetLife Services and Solutions, LLC
|
|
8886
|
+
metlife
|
|
8887
|
+
|
|
8330
8888
|
// miami : 2013-12-19 Top Level Domain Holdings Limited
|
|
8331
8889
|
miami
|
|
8332
8890
|
|
|
@@ -8336,6 +8894,18 @@ microsoft
|
|
|
8336
8894
|
// mini : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
|
|
8337
8895
|
mini
|
|
8338
8896
|
|
|
8897
|
+
// mint : 2015-07-30 Intuit Administrative Services, Inc.
|
|
8898
|
+
mint
|
|
8899
|
+
|
|
8900
|
+
// mit : 2015-07-02 Massachusetts Institute of Technology
|
|
8901
|
+
mit
|
|
8902
|
+
|
|
8903
|
+
// mitsubishi : 2015-07-23 Mitsubishi Corporation
|
|
8904
|
+
mitsubishi
|
|
8905
|
+
|
|
8906
|
+
// mlb : 2015-05-21 MLB Advanced Media DH, LLC
|
|
8907
|
+
mlb
|
|
8908
|
+
|
|
8339
8909
|
// mls : 2015-04-23 The Canadian Real Estate Association
|
|
8340
8910
|
mls
|
|
8341
8911
|
|
|
@@ -8366,9 +8936,15 @@ monash
|
|
|
8366
8936
|
// money : 2014-10-16 Outer McCook, LLC
|
|
8367
8937
|
money
|
|
8368
8938
|
|
|
8939
|
+
// monster : 2015-09-11 Monster Worldwide, Inc.
|
|
8940
|
+
monster
|
|
8941
|
+
|
|
8369
8942
|
// montblanc : 2014-06-23 Richemont DNS Inc.
|
|
8370
8943
|
montblanc
|
|
8371
8944
|
|
|
8945
|
+
// mopar : 2015-07-30 FCA US LLC.
|
|
8946
|
+
mopar
|
|
8947
|
+
|
|
8372
8948
|
// mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
|
|
8373
8949
|
mormon
|
|
8374
8950
|
|
|
@@ -8378,6 +8954,9 @@ mortgage
|
|
|
8378
8954
|
// moscow : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
|
|
8379
8955
|
moscow
|
|
8380
8956
|
|
|
8957
|
+
// moto : 2015-06-04 Charleston Road Registry Inc.
|
|
8958
|
+
moto
|
|
8959
|
+
|
|
8381
8960
|
// motorcycles : 2014-01-09 DERMotorcycles, LLC
|
|
8382
8961
|
motorcycles
|
|
8383
8962
|
|
|
@@ -8390,6 +8969,9 @@ movie
|
|
|
8390
8969
|
// movistar : 2014-10-16 Telefónica S.A.
|
|
8391
8970
|
movistar
|
|
8392
8971
|
|
|
8972
|
+
// msd : 2015-07-23 MSD Registry Holdings, Inc.
|
|
8973
|
+
msd
|
|
8974
|
+
|
|
8393
8975
|
// mtn : 2014-12-04 MTN Dubai Limited
|
|
8394
8976
|
mtn
|
|
8395
8977
|
|
|
@@ -8405,9 +8987,15 @@ multichoice
|
|
|
8405
8987
|
// mutual : 2015-04-02 Northwestern Mutual MU TLD Registry, LLC
|
|
8406
8988
|
mutual
|
|
8407
8989
|
|
|
8990
|
+
// mutuelle : 2015-06-18 Fédération Nationale de la Mutualité Française
|
|
8991
|
+
mutuelle
|
|
8992
|
+
|
|
8408
8993
|
// mzansimagic : 2015-03-05 Electronic Media Network (Pty) Ltd
|
|
8409
8994
|
mzansimagic
|
|
8410
8995
|
|
|
8996
|
+
// nab : 2015-08-20 National Australia Bank Limited
|
|
8997
|
+
nab
|
|
8998
|
+
|
|
8411
8999
|
// nadex : 2014-12-11 IG Group Holdings PLC
|
|
8412
9000
|
nadex
|
|
8413
9001
|
|
|
@@ -8417,18 +9005,27 @@ nagoya
|
|
|
8417
9005
|
// naspers : 2015-02-12 Intelprop (Proprietary) Limited
|
|
8418
9006
|
naspers
|
|
8419
9007
|
|
|
9008
|
+
// nationwide : 2015-07-23 Nationwide Mutual Insurance Company
|
|
9009
|
+
nationwide
|
|
9010
|
+
|
|
8420
9011
|
// natura : 2015-03-12 NATURA COSMÉTICOS S.A.
|
|
8421
9012
|
natura
|
|
8422
9013
|
|
|
8423
9014
|
// navy : 2014-03-06 United TLD Holdco Ltd.
|
|
8424
9015
|
navy
|
|
8425
9016
|
|
|
9017
|
+
// nba : 2015-07-31 NBA REGISTRY, LLC
|
|
9018
|
+
nba
|
|
9019
|
+
|
|
8426
9020
|
// nec : 2015-01-08 NEC Corporation
|
|
8427
9021
|
nec
|
|
8428
9022
|
|
|
8429
9023
|
// netbank : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
|
|
8430
9024
|
netbank
|
|
8431
9025
|
|
|
9026
|
+
// netflix : 2015-06-18 Netflix, Inc.
|
|
9027
|
+
netflix
|
|
9028
|
+
|
|
8432
9029
|
// network : 2013-11-14 Trixy Manor, LLC
|
|
8433
9030
|
network
|
|
8434
9031
|
|
|
@@ -8438,12 +9035,24 @@ neustar
|
|
|
8438
9035
|
// new : 2014-01-30 Charleston Road Registry Inc.
|
|
8439
9036
|
new
|
|
8440
9037
|
|
|
9038
|
+
// newholland : 2015-09-03 CNH Industrial N.V.
|
|
9039
|
+
newholland
|
|
9040
|
+
|
|
8441
9041
|
// news : 2014-12-18
|
|
8442
9042
|
news
|
|
8443
9043
|
|
|
9044
|
+
// next : 2015-06-18 Next plc
|
|
9045
|
+
next
|
|
9046
|
+
|
|
9047
|
+
// nextdirect : 2015-06-18 Next plc
|
|
9048
|
+
nextdirect
|
|
9049
|
+
|
|
8444
9050
|
// nexus : 2014-07-24 Charleston Road Registry Inc.
|
|
8445
9051
|
nexus
|
|
8446
9052
|
|
|
9053
|
+
// nfl : 2015-07-23 NFL Reg Ops LLC
|
|
9054
|
+
nfl
|
|
9055
|
+
|
|
8447
9056
|
// ngo : 2014-03-06 Public Interest Registry
|
|
8448
9057
|
ngo
|
|
8449
9058
|
|
|
@@ -8453,21 +9062,39 @@ nhk
|
|
|
8453
9062
|
// nico : 2014-12-04 DWANGO Co., Ltd.
|
|
8454
9063
|
nico
|
|
8455
9064
|
|
|
9065
|
+
// nike : 2015-07-23 NIKE, Inc.
|
|
9066
|
+
nike
|
|
9067
|
+
|
|
9068
|
+
// nikon : 2015-05-21 NIKON CORPORATION
|
|
9069
|
+
nikon
|
|
9070
|
+
|
|
8456
9071
|
// ninja : 2013-11-07 United TLD Holdco Ltd.
|
|
8457
9072
|
ninja
|
|
8458
9073
|
|
|
8459
9074
|
// nissan : 2014-03-27 NISSAN MOTOR CO., LTD.
|
|
8460
9075
|
nissan
|
|
8461
9076
|
|
|
9077
|
+
// nissay : 2015-10-29 Nippon Life Insurance Company
|
|
9078
|
+
nissay
|
|
9079
|
+
|
|
8462
9080
|
// nokia : 2015-01-08 Nokia Corporation
|
|
8463
9081
|
nokia
|
|
8464
9082
|
|
|
9083
|
+
// northwesternmutual : 2015-06-18 Northwestern Mutual Registry, LLC
|
|
9084
|
+
northwesternmutual
|
|
9085
|
+
|
|
8465
9086
|
// norton : 2014-12-04 Symantec Corporation
|
|
8466
9087
|
norton
|
|
8467
9088
|
|
|
9089
|
+
// now : 2015-06-25 Amazon EU S.à r.l.
|
|
9090
|
+
now
|
|
9091
|
+
|
|
8468
9092
|
// nowruz : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
|
|
8469
9093
|
nowruz
|
|
8470
9094
|
|
|
9095
|
+
// nowtv : 2015-05-14 Starbucks (HK) Limited
|
|
9096
|
+
nowtv
|
|
9097
|
+
|
|
8471
9098
|
// nra : 2014-05-22 NRA Holdings Company, INC.
|
|
8472
9099
|
nra
|
|
8473
9100
|
|
|
@@ -8486,12 +9113,27 @@ obi
|
|
|
8486
9113
|
// observer : 2015-04-30 Guardian News and Media Limited
|
|
8487
9114
|
observer
|
|
8488
9115
|
|
|
9116
|
+
// off : 2015-07-23 Johnson Shareholdings, Inc.
|
|
9117
|
+
off
|
|
9118
|
+
|
|
8489
9119
|
// office : 2015-03-12 Microsoft Corporation
|
|
8490
9120
|
office
|
|
8491
9121
|
|
|
8492
9122
|
// okinawa : 2013-12-05 BusinessRalliart Inc.
|
|
8493
9123
|
okinawa
|
|
8494
9124
|
|
|
9125
|
+
// olayan : 2015-05-14 Crescent Holding GmbH
|
|
9126
|
+
olayan
|
|
9127
|
+
|
|
9128
|
+
// olayangroup : 2015-05-14 Crescent Holding GmbH
|
|
9129
|
+
olayangroup
|
|
9130
|
+
|
|
9131
|
+
// oldnavy : 2015-07-31 The Gap, Inc.
|
|
9132
|
+
oldnavy
|
|
9133
|
+
|
|
9134
|
+
// ollo : 2015-06-04 Dish DBS Corporation
|
|
9135
|
+
ollo
|
|
9136
|
+
|
|
8495
9137
|
// omega : 2015-01-08 The Swatch Group Ltd
|
|
8496
9138
|
omega
|
|
8497
9139
|
|
|
@@ -8507,9 +9149,15 @@ onl
|
|
|
8507
9149
|
// online : 2015-01-15 DotOnline Inc.
|
|
8508
9150
|
online
|
|
8509
9151
|
|
|
9152
|
+
// onyourside : 2015-07-23 Nationwide Mutual Insurance Company
|
|
9153
|
+
onyourside
|
|
9154
|
+
|
|
8510
9155
|
// ooo : 2014-01-09 INFIBEAM INCORPORATION LIMITED
|
|
8511
9156
|
ooo
|
|
8512
9157
|
|
|
9158
|
+
// open : 2015-07-31 American Express Travel Related Services Company, Inc.
|
|
9159
|
+
open
|
|
9160
|
+
|
|
8513
9161
|
// oracle : 2014-06-19 Oracle Corporation
|
|
8514
9162
|
oracle
|
|
8515
9163
|
|
|
@@ -8522,12 +9170,18 @@ organic
|
|
|
8522
9170
|
// orientexpress : 2015-02-05 Belmond Ltd.
|
|
8523
9171
|
orientexpress
|
|
8524
9172
|
|
|
9173
|
+
// origins : 2015-10-01 The Estée Lauder Companies Inc.
|
|
9174
|
+
origins
|
|
9175
|
+
|
|
8525
9176
|
// osaka : 2014-09-04 Interlink Co., Ltd.
|
|
8526
9177
|
osaka
|
|
8527
9178
|
|
|
8528
9179
|
// otsuka : 2013-10-11 Otsuka Holdings Co., Ltd.
|
|
8529
9180
|
otsuka
|
|
8530
9181
|
|
|
9182
|
+
// ott : 2015-06-04 Dish DBS Corporation
|
|
9183
|
+
ott
|
|
9184
|
+
|
|
8531
9185
|
// ovh : 2014-01-16 OVH SAS
|
|
8532
9186
|
ovh
|
|
8533
9187
|
|
|
@@ -8537,6 +9191,9 @@ page
|
|
|
8537
9191
|
// pamperedchef : 2015-02-05 The Pampered Chef, Ltd.
|
|
8538
9192
|
pamperedchef
|
|
8539
9193
|
|
|
9194
|
+
// panasonic : 2015-07-30 Panasonic Corporation
|
|
9195
|
+
panasonic
|
|
9196
|
+
|
|
8540
9197
|
// panerai : 2014-11-07 Richemont DNS Inc.
|
|
8541
9198
|
panerai
|
|
8542
9199
|
|
|
@@ -8558,9 +9215,21 @@ party
|
|
|
8558
9215
|
// passagens : 2015-03-05 Travel Reservations SRL
|
|
8559
9216
|
passagens
|
|
8560
9217
|
|
|
9218
|
+
// pay : 2015-08-27 Amazon EU S.à r.l.
|
|
9219
|
+
pay
|
|
9220
|
+
|
|
8561
9221
|
// payu : 2015-02-12 MIH PayU B.V.
|
|
8562
9222
|
payu
|
|
8563
9223
|
|
|
9224
|
+
// pccw : 2015-05-14 PCCW Enterprises Limited
|
|
9225
|
+
pccw
|
|
9226
|
+
|
|
9227
|
+
// pet : 2015-05-07 Afilias plc
|
|
9228
|
+
pet
|
|
9229
|
+
|
|
9230
|
+
// pfizer : 2015-09-11 Pfizer Inc.
|
|
9231
|
+
pfizer
|
|
9232
|
+
|
|
8564
9233
|
// pharmacy : 2014-06-19 National Association of Boards of Pharmacy
|
|
8565
9234
|
pharmacy
|
|
8566
9235
|
|
|
@@ -8597,9 +9266,15 @@ pid
|
|
|
8597
9266
|
// pin : 2014-12-18 Amazon EU S.à r.l.
|
|
8598
9267
|
pin
|
|
8599
9268
|
|
|
9269
|
+
// ping : 2015-06-11 Ping Registry Provider, Inc.
|
|
9270
|
+
ping
|
|
9271
|
+
|
|
8600
9272
|
// pink : 2013-10-01 Afilias Limited
|
|
8601
9273
|
pink
|
|
8602
9274
|
|
|
9275
|
+
// pioneer : 2015-07-16 Pioneer Corporation
|
|
9276
|
+
pioneer
|
|
9277
|
+
|
|
8603
9278
|
// pizza : 2014-06-26 Foggy Moon, LLC
|
|
8604
9279
|
pizza
|
|
8605
9280
|
|
|
@@ -8609,27 +9284,42 @@ place
|
|
|
8609
9284
|
// play : 2015-03-05 Charleston Road Registry Inc.
|
|
8610
9285
|
play
|
|
8611
9286
|
|
|
9287
|
+
// playstation : 2015-07-02 Sony Computer Entertainment Inc.
|
|
9288
|
+
playstation
|
|
9289
|
+
|
|
8612
9290
|
// plumbing : 2013-09-10 Spring Tigers, LLC
|
|
8613
9291
|
plumbing
|
|
8614
9292
|
|
|
8615
9293
|
// plus : 2015-02-05 Sugar Mill, LLC
|
|
8616
9294
|
plus
|
|
8617
9295
|
|
|
9296
|
+
// pnc : 2015-07-02 PNC Domain Co., LLC
|
|
9297
|
+
pnc
|
|
9298
|
+
|
|
8618
9299
|
// pohl : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
|
|
8619
9300
|
pohl
|
|
8620
9301
|
|
|
8621
9302
|
// poker : 2014-07-03 Afilias Domains No. 5 Limited
|
|
8622
9303
|
poker
|
|
8623
9304
|
|
|
9305
|
+
// politie : 2015-08-20 Politie Nederland
|
|
9306
|
+
politie
|
|
9307
|
+
|
|
8624
9308
|
// porn : 2014-10-16 ICM Registry PN LLC
|
|
8625
9309
|
porn
|
|
8626
9310
|
|
|
9311
|
+
// pramerica : 2015-07-30 Prudential Financial, Inc.
|
|
9312
|
+
pramerica
|
|
9313
|
+
|
|
8627
9314
|
// praxi : 2013-12-05 Praxi S.p.A.
|
|
8628
9315
|
praxi
|
|
8629
9316
|
|
|
8630
9317
|
// press : 2014-04-03 DotPress Inc.
|
|
8631
9318
|
press
|
|
8632
9319
|
|
|
9320
|
+
// prime : 2015-06-25 Amazon EU S.à r.l.
|
|
9321
|
+
prime
|
|
9322
|
+
|
|
8633
9323
|
// prod : 2014-01-23 Charleston Road Registry Inc.
|
|
8634
9324
|
prod
|
|
8635
9325
|
|
|
@@ -8639,7 +9329,10 @@ productions
|
|
|
8639
9329
|
// prof : 2014-07-24 Charleston Road Registry Inc.
|
|
8640
9330
|
prof
|
|
8641
9331
|
|
|
8642
|
-
//
|
|
9332
|
+
// progressive : 2015-07-23 Progressive Casualty Insurance Company
|
|
9333
|
+
progressive
|
|
9334
|
+
|
|
9335
|
+
// promo : 2014-12-18
|
|
8643
9336
|
promo
|
|
8644
9337
|
|
|
8645
9338
|
// properties : 2013-12-05 Big Pass, LLC
|
|
@@ -8648,12 +9341,21 @@ properties
|
|
|
8648
9341
|
// property : 2014-05-22 Uniregistry, Corp.
|
|
8649
9342
|
property
|
|
8650
9343
|
|
|
8651
|
-
// protection : 2015-04-23
|
|
9344
|
+
// protection : 2015-04-23
|
|
8652
9345
|
protection
|
|
8653
9346
|
|
|
9347
|
+
// pru : 2015-07-30 Prudential Financial, Inc.
|
|
9348
|
+
pru
|
|
9349
|
+
|
|
9350
|
+
// prudential : 2015-07-30 Prudential Financial, Inc.
|
|
9351
|
+
prudential
|
|
9352
|
+
|
|
8654
9353
|
// pub : 2013-12-12 United TLD Holdco Ltd.
|
|
8655
9354
|
pub
|
|
8656
9355
|
|
|
9356
|
+
// pwc : 2015-10-29 PricewaterhouseCoopers LLP
|
|
9357
|
+
pwc
|
|
9358
|
+
|
|
8657
9359
|
// qpon : 2013-11-14 dotCOOL, Inc.
|
|
8658
9360
|
qpon
|
|
8659
9361
|
|
|
@@ -8663,12 +9365,21 @@ quebec
|
|
|
8663
9365
|
// quest : 2015-03-26 Quest ION Limited
|
|
8664
9366
|
quest
|
|
8665
9367
|
|
|
9368
|
+
// qvc : 2015-07-30 QVC, Inc.
|
|
9369
|
+
qvc
|
|
9370
|
+
|
|
8666
9371
|
// racing : 2014-12-04 Premier Registry Limited
|
|
8667
9372
|
racing
|
|
8668
9373
|
|
|
9374
|
+
// raid : 2015-07-23 Johnson Shareholdings, Inc.
|
|
9375
|
+
raid
|
|
9376
|
+
|
|
8669
9377
|
// read : 2014-12-18 Amazon EU S.à r.l.
|
|
8670
9378
|
read
|
|
8671
9379
|
|
|
9380
|
+
// realestate : 2015-09-11 dotRealEstate LLC
|
|
9381
|
+
realestate
|
|
9382
|
+
|
|
8672
9383
|
// realtor : 2014-05-29 Real Estate Domains LLC
|
|
8673
9384
|
realtor
|
|
8674
9385
|
|
|
@@ -8690,7 +9401,7 @@ redumbrella
|
|
|
8690
9401
|
// rehab : 2014-03-06 United TLD Holdco Ltd.
|
|
8691
9402
|
rehab
|
|
8692
9403
|
|
|
8693
|
-
// reise : 2014-03-13
|
|
9404
|
+
// reise : 2014-03-13
|
|
8694
9405
|
reise
|
|
8695
9406
|
|
|
8696
9407
|
// reisen : 2014-03-06 New Cypress, LLC
|
|
@@ -8732,12 +9443,21 @@ review
|
|
|
8732
9443
|
// reviews : 2013-09-13
|
|
8733
9444
|
reviews
|
|
8734
9445
|
|
|
9446
|
+
// rexroth : 2015-06-18 Robert Bosch GMBH
|
|
9447
|
+
rexroth
|
|
9448
|
+
|
|
8735
9449
|
// rich : 2013-11-21 I-Registry Ltd.
|
|
8736
9450
|
rich
|
|
8737
9451
|
|
|
9452
|
+
// richardli : 2015-05-14 Pacific Century Asset Management (HK) Limited
|
|
9453
|
+
richardli
|
|
9454
|
+
|
|
8738
9455
|
// ricoh : 2014-11-20 Ricoh Company, Ltd.
|
|
8739
9456
|
ricoh
|
|
8740
9457
|
|
|
9458
|
+
// rightathome : 2015-07-23 Johnson Shareholdings, Inc.
|
|
9459
|
+
rightathome
|
|
9460
|
+
|
|
8741
9461
|
// ril : 2015-04-02 Reliance Industries Limited
|
|
8742
9462
|
ril
|
|
8743
9463
|
|
|
@@ -8747,6 +9467,9 @@ rio
|
|
|
8747
9467
|
// rip : 2014-07-10 United TLD Holdco Ltd.
|
|
8748
9468
|
rip
|
|
8749
9469
|
|
|
9470
|
+
// rmit : 2015-11-19 Royal Melbourne Institute of Technology
|
|
9471
|
+
rmit
|
|
9472
|
+
|
|
8750
9473
|
// rocher : 2014-12-18 Ferrero Trading Lux S.A.
|
|
8751
9474
|
rocher
|
|
8752
9475
|
|
|
@@ -8756,6 +9479,9 @@ rocks
|
|
|
8756
9479
|
// rodeo : 2013-12-19 Top Level Domain Holdings Limited
|
|
8757
9480
|
rodeo
|
|
8758
9481
|
|
|
9482
|
+
// rogers : 2015-08-06 Rogers Communications Partnership
|
|
9483
|
+
rogers
|
|
9484
|
+
|
|
8759
9485
|
// room : 2014-12-18 Amazon EU S.à r.l.
|
|
8760
9486
|
room
|
|
8761
9487
|
|
|
@@ -8792,6 +9518,9 @@ sale
|
|
|
8792
9518
|
// salon : 2014-12-11 Outer Orchard, LLC
|
|
8793
9519
|
salon
|
|
8794
9520
|
|
|
9521
|
+
// samsclub : 2015-07-31 Wal-Mart Stores, Inc.
|
|
9522
|
+
samsclub
|
|
9523
|
+
|
|
8795
9524
|
// samsung : 2014-04-03 SAMSUNG SDS CO., LTD
|
|
8796
9525
|
samsung
|
|
8797
9526
|
|
|
@@ -8816,6 +9545,9 @@ sarl
|
|
|
8816
9545
|
// sas : 2015-04-02 Research IP LLC
|
|
8817
9546
|
sas
|
|
8818
9547
|
|
|
9548
|
+
// save : 2015-06-25 Amazon EU S.à r.l.
|
|
9549
|
+
save
|
|
9550
|
+
|
|
8819
9551
|
// saxo : 2014-10-31 Saxo Bank A/S
|
|
8820
9552
|
saxo
|
|
8821
9553
|
|
|
@@ -8831,6 +9563,9 @@ sca
|
|
|
8831
9563
|
// scb : 2014-02-20 The Siam Commercial Bank Public Company Limited ("SCB")
|
|
8832
9564
|
scb
|
|
8833
9565
|
|
|
9566
|
+
// schaeffler : 2015-08-06 Schaeffler Technologies AG & Co. KG
|
|
9567
|
+
schaeffler
|
|
9568
|
+
|
|
8834
9569
|
// schmidt : 2014-04-03 SALM S.A.S.
|
|
8835
9570
|
schmidt
|
|
8836
9571
|
|
|
@@ -8849,6 +9584,9 @@ schwarz
|
|
|
8849
9584
|
// science : 2014-09-11 dot Science Limited
|
|
8850
9585
|
science
|
|
8851
9586
|
|
|
9587
|
+
// scjohnson : 2015-07-23 Johnson Shareholdings, Inc.
|
|
9588
|
+
scjohnson
|
|
9589
|
+
|
|
8852
9590
|
// scor : 2014-10-31 SCOR SE
|
|
8853
9591
|
scor
|
|
8854
9592
|
|
|
@@ -8858,15 +9596,30 @@ scot
|
|
|
8858
9596
|
// seat : 2014-05-22 SEAT, S.A. (Sociedad Unipersonal)
|
|
8859
9597
|
seat
|
|
8860
9598
|
|
|
9599
|
+
// secure : 2015-08-27 Amazon EU S.à r.l.
|
|
9600
|
+
secure
|
|
9601
|
+
|
|
9602
|
+
// security : 2015-05-14
|
|
9603
|
+
security
|
|
9604
|
+
|
|
8861
9605
|
// seek : 2014-12-04 Seek Limited
|
|
8862
9606
|
seek
|
|
8863
9607
|
|
|
9608
|
+
// select : 2015-10-08 iSelect Ltd
|
|
9609
|
+
select
|
|
9610
|
+
|
|
8864
9611
|
// sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
|
|
8865
9612
|
sener
|
|
8866
9613
|
|
|
8867
9614
|
// services : 2014-02-27 Fox Castle, LLC
|
|
8868
9615
|
services
|
|
8869
9616
|
|
|
9617
|
+
// ses : 2015-07-23 SES
|
|
9618
|
+
ses
|
|
9619
|
+
|
|
9620
|
+
// seven : 2015-08-06 Seven West Media Ltd
|
|
9621
|
+
seven
|
|
9622
|
+
|
|
8870
9623
|
// sew : 2014-07-17 SEW-EURODRIVE GmbH & Co KG
|
|
8871
9624
|
sew
|
|
8872
9625
|
|
|
@@ -8876,12 +9629,21 @@ sex
|
|
|
8876
9629
|
// sexy : 2013-09-11 Uniregistry, Corp.
|
|
8877
9630
|
sexy
|
|
8878
9631
|
|
|
9632
|
+
// sfr : 2015-08-13 Societe Francaise du Radiotelephone - SFR
|
|
9633
|
+
sfr
|
|
9634
|
+
|
|
9635
|
+
// shangrila : 2015-09-03 Shangri‐La International Hotel Management Limited
|
|
9636
|
+
shangrila
|
|
9637
|
+
|
|
8879
9638
|
// sharp : 2014-05-01 Sharp Corporation
|
|
8880
9639
|
sharp
|
|
8881
9640
|
|
|
8882
9641
|
// shaw : 2015-04-23 Shaw Cablesystems G.P.
|
|
8883
9642
|
shaw
|
|
8884
9643
|
|
|
9644
|
+
// shell : 2015-07-30 Shell Information Technology International Inc
|
|
9645
|
+
shell
|
|
9646
|
+
|
|
8885
9647
|
// shia : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
|
|
8886
9648
|
shia
|
|
8887
9649
|
|
|
@@ -8897,9 +9659,15 @@ shouji
|
|
|
8897
9659
|
// show : 2015-03-05 Snow Beach, LLC
|
|
8898
9660
|
show
|
|
8899
9661
|
|
|
9662
|
+
// showtime : 2015-08-06 CBS Domains Inc.
|
|
9663
|
+
showtime
|
|
9664
|
+
|
|
8900
9665
|
// shriram : 2014-01-23 Shriram Capital Ltd.
|
|
8901
9666
|
shriram
|
|
8902
9667
|
|
|
9668
|
+
// silk : 2015-06-25 Amazon EU S.à r.l.
|
|
9669
|
+
silk
|
|
9670
|
+
|
|
8903
9671
|
// sina : 2015-03-12 Sina Corporation
|
|
8904
9672
|
sina
|
|
8905
9673
|
|
|
@@ -8921,6 +9689,12 @@ sky
|
|
|
8921
9689
|
// skype : 2014-12-18 Microsoft Corporation
|
|
8922
9690
|
skype
|
|
8923
9691
|
|
|
9692
|
+
// sling : 2015-07-30 Hughes Satellite Systems Corporation
|
|
9693
|
+
sling
|
|
9694
|
+
|
|
9695
|
+
// smart : 2015-07-09 Smart Communications, Inc. (SMART)
|
|
9696
|
+
smart
|
|
9697
|
+
|
|
8924
9698
|
// smile : 2014-12-18 Amazon EU S.à r.l.
|
|
8925
9699
|
smile
|
|
8926
9700
|
|
|
@@ -8933,6 +9707,9 @@ soccer
|
|
|
8933
9707
|
// social : 2013-11-07 United TLD Holdco Ltd.
|
|
8934
9708
|
social
|
|
8935
9709
|
|
|
9710
|
+
// softbank : 2015-07-02 SoftBank Corp.
|
|
9711
|
+
softbank
|
|
9712
|
+
|
|
8936
9713
|
// software : 2014-03-20
|
|
8937
9714
|
software
|
|
8938
9715
|
|
|
@@ -8966,18 +9743,30 @@ spot
|
|
|
8966
9743
|
// spreadbetting : 2014-12-11 IG Group Holdings PLC
|
|
8967
9744
|
spreadbetting
|
|
8968
9745
|
|
|
9746
|
+
// srl : 2015-05-07 mySRL GmbH
|
|
9747
|
+
srl
|
|
9748
|
+
|
|
9749
|
+
// srt : 2015-07-30 FCA US LLC.
|
|
9750
|
+
srt
|
|
9751
|
+
|
|
8969
9752
|
// stada : 2014-11-13 STADA Arzneimittel AG
|
|
8970
9753
|
stada
|
|
8971
9754
|
|
|
9755
|
+
// staples : 2015-07-30 Staples, Inc.
|
|
9756
|
+
staples
|
|
9757
|
+
|
|
8972
9758
|
// star : 2015-01-08 Star India Private Limited
|
|
8973
9759
|
star
|
|
8974
9760
|
|
|
8975
|
-
// starhub : 2015-02-05 StarHub
|
|
9761
|
+
// starhub : 2015-02-05 StarHub Ltd
|
|
8976
9762
|
starhub
|
|
8977
9763
|
|
|
8978
9764
|
// statebank : 2015-03-12 STATE BANK OF INDIA
|
|
8979
9765
|
statebank
|
|
8980
9766
|
|
|
9767
|
+
// statefarm : 2015-07-30 State Farm Mutual Automobile Insurance Company
|
|
9768
|
+
statefarm
|
|
9769
|
+
|
|
8981
9770
|
// statoil : 2014-12-04 Statoil ASA
|
|
8982
9771
|
statoil
|
|
8983
9772
|
|
|
@@ -8996,7 +9785,7 @@ storage
|
|
|
8996
9785
|
// store : 2015-04-09 DotStore Inc.
|
|
8997
9786
|
store
|
|
8998
9787
|
|
|
8999
|
-
// studio : 2015-02-11
|
|
9788
|
+
// studio : 2015-02-11
|
|
9000
9789
|
studio
|
|
9001
9790
|
|
|
9002
9791
|
// study : 2014-12-11 OPEN UNIVERSITIES AUSTRALIA PTY LTD
|
|
@@ -9032,6 +9821,9 @@ suzuki
|
|
|
9032
9821
|
// swatch : 2015-01-08 The Swatch Group Ltd
|
|
9033
9822
|
swatch
|
|
9034
9823
|
|
|
9824
|
+
// swiftcover : 2015-07-23 Swiftcover Insurance Services Limited
|
|
9825
|
+
swiftcover
|
|
9826
|
+
|
|
9035
9827
|
// swiss : 2014-10-16 Swiss Confederation
|
|
9036
9828
|
swiss
|
|
9037
9829
|
|
|
@@ -9056,6 +9848,9 @@ talk
|
|
|
9056
9848
|
// taobao : 2015-01-15 Alibaba Group Holding Limited
|
|
9057
9849
|
taobao
|
|
9058
9850
|
|
|
9851
|
+
// target : 2015-07-31 Target Domain Holdings, LLC
|
|
9852
|
+
target
|
|
9853
|
+
|
|
9059
9854
|
// tatamotors : 2015-03-12 Tata Motors Ltd
|
|
9060
9855
|
tatamotors
|
|
9061
9856
|
|
|
@@ -9074,6 +9869,9 @@ taxi
|
|
|
9074
9869
|
// tci : 2014-09-12 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
|
|
9075
9870
|
tci
|
|
9076
9871
|
|
|
9872
|
+
// tdk : 2015-06-11 TDK Corporation
|
|
9873
|
+
tdk
|
|
9874
|
+
|
|
9077
9875
|
// team : 2015-03-05 Atomic Lake, LLC
|
|
9078
9876
|
team
|
|
9079
9877
|
|
|
@@ -9095,15 +9893,24 @@ temasek
|
|
|
9095
9893
|
// tennis : 2014-12-04 Cotton Bloom, LLC
|
|
9096
9894
|
tennis
|
|
9097
9895
|
|
|
9896
|
+
// teva : 2015-07-02 Teva Pharmaceutical Industries Limited
|
|
9897
|
+
teva
|
|
9898
|
+
|
|
9098
9899
|
// thd : 2015-04-02 Homer TLC, Inc.
|
|
9099
9900
|
thd
|
|
9100
9901
|
|
|
9101
9902
|
// theater : 2015-03-19 Blue Tigers, LLC
|
|
9102
9903
|
theater
|
|
9103
9904
|
|
|
9905
|
+
// theatre : 2015-05-07
|
|
9906
|
+
theatre
|
|
9907
|
+
|
|
9104
9908
|
// theguardian : 2015-04-30 Guardian News and Media Limited
|
|
9105
9909
|
theguardian
|
|
9106
9910
|
|
|
9911
|
+
// tiaa : 2015-07-23 Teachers Insurance and Annuity Association of America
|
|
9912
|
+
tiaa
|
|
9913
|
+
|
|
9107
9914
|
// tickets : 2015-02-05 Accent Media Limited
|
|
9108
9915
|
tickets
|
|
9109
9916
|
|
|
@@ -9122,6 +9929,15 @@ tires
|
|
|
9122
9929
|
// tirol : 2014-04-24 punkt Tirol GmbH
|
|
9123
9930
|
tirol
|
|
9124
9931
|
|
|
9932
|
+
// tjmaxx : 2015-07-16 The TJX Companies, Inc.
|
|
9933
|
+
tjmaxx
|
|
9934
|
+
|
|
9935
|
+
// tjx : 2015-07-16 The TJX Companies, Inc.
|
|
9936
|
+
tjx
|
|
9937
|
+
|
|
9938
|
+
// tkmaxx : 2015-07-16 The TJX Companies, Inc.
|
|
9939
|
+
tkmaxx
|
|
9940
|
+
|
|
9125
9941
|
// tmall : 2015-01-15 Alibaba Group Holding Limited
|
|
9126
9942
|
tmall
|
|
9127
9943
|
|
|
@@ -9143,6 +9959,9 @@ toray
|
|
|
9143
9959
|
// toshiba : 2014-04-10 TOSHIBA Corporation
|
|
9144
9960
|
toshiba
|
|
9145
9961
|
|
|
9962
|
+
// total : 2015-08-06 Total SA
|
|
9963
|
+
total
|
|
9964
|
+
|
|
9146
9965
|
// tours : 2015-01-22 Sugar Station, LLC
|
|
9147
9966
|
tours
|
|
9148
9967
|
|
|
@@ -9164,6 +9983,9 @@ trading
|
|
|
9164
9983
|
// training : 2013-11-07 Wild Willow, LLC
|
|
9165
9984
|
training
|
|
9166
9985
|
|
|
9986
|
+
// travelchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
|
9987
|
+
travelchannel
|
|
9988
|
+
|
|
9167
9989
|
// travelers : 2015-03-26 Travelers TLD, LLC
|
|
9168
9990
|
travelers
|
|
9169
9991
|
|
|
@@ -9176,6 +9998,9 @@ trust
|
|
|
9176
9998
|
// trv : 2015-03-26 Travelers TLD, LLC
|
|
9177
9999
|
trv
|
|
9178
10000
|
|
|
10001
|
+
// tube : 2015-06-11 Latin American Telecom LLC
|
|
10002
|
+
tube
|
|
10003
|
+
|
|
9179
10004
|
// tui : 2014-07-03 TUI AG
|
|
9180
10005
|
tui
|
|
9181
10006
|
|
|
@@ -9188,9 +10013,18 @@ tushu
|
|
|
9188
10013
|
// tvs : 2015-02-19 T V SUNDRAM IYENGAR & SONS LIMITED
|
|
9189
10014
|
tvs
|
|
9190
10015
|
|
|
10016
|
+
// ubank : 2015-08-20 National Australia Bank Limited
|
|
10017
|
+
ubank
|
|
10018
|
+
|
|
9191
10019
|
// ubs : 2014-12-11 UBS AG
|
|
9192
10020
|
ubs
|
|
9193
10021
|
|
|
10022
|
+
// uconnect : 2015-07-30 FCA US LLC.
|
|
10023
|
+
uconnect
|
|
10024
|
+
|
|
10025
|
+
// unicom : 2015-10-15 China United Network Communications Corporation Limited
|
|
10026
|
+
unicom
|
|
10027
|
+
|
|
9194
10028
|
// university : 2014-03-06 Little Station, LLC
|
|
9195
10029
|
university
|
|
9196
10030
|
|
|
@@ -9200,18 +10034,27 @@ uno
|
|
|
9200
10034
|
// uol : 2014-05-01 UBN INTERNET LTDA.
|
|
9201
10035
|
uol
|
|
9202
10036
|
|
|
10037
|
+
// ups : 2015-06-25 UPS Market Driver, Inc.
|
|
10038
|
+
ups
|
|
10039
|
+
|
|
9203
10040
|
// vacations : 2013-12-05 Atomic Tigers, LLC
|
|
9204
10041
|
vacations
|
|
9205
10042
|
|
|
9206
10043
|
// vana : 2014-12-11 Lifestyle Domain Holdings, Inc.
|
|
9207
10044
|
vana
|
|
9208
10045
|
|
|
10046
|
+
// vanguard : 2015-09-03 The Vanguard Group, Inc.
|
|
10047
|
+
vanguard
|
|
10048
|
+
|
|
9209
10049
|
// vegas : 2014-01-16 Dot Vegas, Inc.
|
|
9210
10050
|
vegas
|
|
9211
10051
|
|
|
9212
10052
|
// ventures : 2013-08-27 Binky Lake, LLC
|
|
9213
10053
|
ventures
|
|
9214
10054
|
|
|
10055
|
+
// verisign : 2015-08-13 VeriSign, Inc.
|
|
10056
|
+
verisign
|
|
10057
|
+
|
|
9215
10058
|
// versicherung : 2014-03-20 dotversicherung-registry GmbH
|
|
9216
10059
|
versicherung
|
|
9217
10060
|
|
|
@@ -9224,18 +10067,27 @@ viajes
|
|
|
9224
10067
|
// video : 2014-10-16
|
|
9225
10068
|
video
|
|
9226
10069
|
|
|
10070
|
+
// vig : 2015-05-14 VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe
|
|
10071
|
+
vig
|
|
10072
|
+
|
|
9227
10073
|
// viking : 2015-04-02 Viking River Cruises (Bermuda) Ltd.
|
|
9228
10074
|
viking
|
|
9229
10075
|
|
|
9230
10076
|
// villas : 2013-12-05 New Sky, LLC
|
|
9231
10077
|
villas
|
|
9232
10078
|
|
|
10079
|
+
// vin : 2015-06-18 Holly Shadow, LLC
|
|
10080
|
+
vin
|
|
10081
|
+
|
|
9233
10082
|
// vip : 2015-01-22 Minds + Machines Group Limited
|
|
9234
10083
|
vip
|
|
9235
10084
|
|
|
9236
10085
|
// virgin : 2014-09-25 Virgin Enterprises Limited
|
|
9237
10086
|
virgin
|
|
9238
10087
|
|
|
10088
|
+
// visa : 2015-07-30 Visa Worldwide Pte. Limited
|
|
10089
|
+
visa
|
|
10090
|
+
|
|
9239
10091
|
// vision : 2013-12-05 Koko Station, LLC
|
|
9240
10092
|
vision
|
|
9241
10093
|
|
|
@@ -9248,12 +10100,21 @@ vistaprint
|
|
|
9248
10100
|
// viva : 2014-11-07 Saudi Telecom Company
|
|
9249
10101
|
viva
|
|
9250
10102
|
|
|
10103
|
+
// vivo : 2015-07-31 Telefonica Brasil S.A.
|
|
10104
|
+
vivo
|
|
10105
|
+
|
|
9251
10106
|
// vlaanderen : 2014-02-06 DNS.be vzw
|
|
9252
10107
|
vlaanderen
|
|
9253
10108
|
|
|
9254
10109
|
// vodka : 2013-12-19 Top Level Domain Holdings Limited
|
|
9255
10110
|
vodka
|
|
9256
10111
|
|
|
10112
|
+
// volkswagen : 2015-05-14 Volkswagen Group of America Inc.
|
|
10113
|
+
volkswagen
|
|
10114
|
+
|
|
10115
|
+
// volvo : 2015-11-12 Volvo Holding Sverige Aktiebolag
|
|
10116
|
+
volvo
|
|
10117
|
+
|
|
9257
10118
|
// vote : 2013-11-21 Monolith Registry LLC
|
|
9258
10119
|
vote
|
|
9259
10120
|
|
|
@@ -9272,6 +10133,9 @@ vuelos
|
|
|
9272
10133
|
// wales : 2014-05-08 Nominet UK
|
|
9273
10134
|
wales
|
|
9274
10135
|
|
|
10136
|
+
// walmart : 2015-07-31 Wal-Mart Stores, Inc.
|
|
10137
|
+
walmart
|
|
10138
|
+
|
|
9275
10139
|
// walter : 2014-11-13 Sandvik AB
|
|
9276
10140
|
walter
|
|
9277
10141
|
|
|
@@ -9281,6 +10145,9 @@ wang
|
|
|
9281
10145
|
// wanggou : 2014-12-18 Amazon EU S.à r.l.
|
|
9282
10146
|
wanggou
|
|
9283
10147
|
|
|
10148
|
+
// warman : 2015-06-18 Weir Group IP Limited
|
|
10149
|
+
warman
|
|
10150
|
+
|
|
9284
10151
|
// watch : 2013-11-14 Sand Shadow, LLC
|
|
9285
10152
|
watch
|
|
9286
10153
|
|
|
@@ -9296,6 +10163,9 @@ weatherchannel
|
|
|
9296
10163
|
// webcam : 2014-01-23 dot Webcam Limited
|
|
9297
10164
|
webcam
|
|
9298
10165
|
|
|
10166
|
+
// weber : 2015-06-04 Saint-Gobain Weber SA
|
|
10167
|
+
weber
|
|
10168
|
+
|
|
9299
10169
|
// website : 2014-04-03 DotWebsite Inc.
|
|
9300
10170
|
website
|
|
9301
10171
|
|
|
@@ -9329,9 +10199,21 @@ win
|
|
|
9329
10199
|
// windows : 2014-12-18 Microsoft Corporation
|
|
9330
10200
|
windows
|
|
9331
10201
|
|
|
10202
|
+
// wine : 2015-06-18 June Station, LLC
|
|
10203
|
+
wine
|
|
10204
|
+
|
|
10205
|
+
// winners : 2015-07-16 The TJX Companies, Inc.
|
|
10206
|
+
winners
|
|
10207
|
+
|
|
9332
10208
|
// wme : 2014-02-13 William Morris Endeavor Entertainment, LLC
|
|
9333
10209
|
wme
|
|
9334
10210
|
|
|
10211
|
+
// wolterskluwer : 2015-08-06 Wolters Kluwer N.V.
|
|
10212
|
+
wolterskluwer
|
|
10213
|
+
|
|
10214
|
+
// woodside : 2015-07-09 Woodside Petroleum Limited
|
|
10215
|
+
woodside
|
|
10216
|
+
|
|
9335
10217
|
// work : 2013-12-19 Top Level Domain Holdings Limited
|
|
9336
10218
|
work
|
|
9337
10219
|
|
|
@@ -9341,6 +10223,9 @@ works
|
|
|
9341
10223
|
// world : 2014-06-12 Bitter Fields, LLC
|
|
9342
10224
|
world
|
|
9343
10225
|
|
|
10226
|
+
// wow : 2015-10-08 Amazon EU S.à r.l.
|
|
10227
|
+
wow
|
|
10228
|
+
|
|
9344
10229
|
// wtc : 2013-12-19 World Trade Centers Association, Inc.
|
|
9345
10230
|
wtc
|
|
9346
10231
|
|
|
@@ -9353,6 +10238,9 @@ xbox
|
|
|
9353
10238
|
// xerox : 2014-10-24 Xerox DNHC LLC
|
|
9354
10239
|
xerox
|
|
9355
10240
|
|
|
10241
|
+
// xfinity : 2015-07-09 Comcast IP Holdings I, LLC
|
|
10242
|
+
xfinity
|
|
10243
|
+
|
|
9356
10244
|
// xihuan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
|
|
9357
10245
|
xihuan
|
|
9358
10246
|
|
|
@@ -9377,6 +10265,9 @@ xin
|
|
|
9377
10265
|
// xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED
|
|
9378
10266
|
在线
|
|
9379
10267
|
|
|
10268
|
+
// xn--3oq18vl8pn36a : 2015-07-02 Volkswagen (China) Investment Co., Ltd.
|
|
10269
|
+
大众汽车
|
|
10270
|
+
|
|
9380
10271
|
// xn--3pxu8k : 2015-01-15 VeriSign Sarl
|
|
9381
10272
|
点看
|
|
9382
10273
|
|
|
@@ -9389,12 +10280,18 @@ xin
|
|
|
9389
10280
|
// xn--4gbrim : 2013-10-04 Suhub Electronic Establishment
|
|
9390
10281
|
موقع
|
|
9391
10282
|
|
|
10283
|
+
// xn--4gq48lf9j : 2015-07-31 Wal-Mart Stores, Inc.
|
|
10284
|
+
一号店
|
|
10285
|
+
|
|
9392
10286
|
// xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
|
|
9393
10287
|
公益
|
|
9394
10288
|
|
|
9395
10289
|
// xn--55qx5d : 2013-11-14 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)
|
|
9396
10290
|
公司
|
|
9397
10291
|
|
|
10292
|
+
// xn--5su34j936bgsg : 2015-09-03 Shangri‐La International Hotel Management Limited
|
|
10293
|
+
香格里拉
|
|
10294
|
+
|
|
9398
10295
|
// xn--5tzm5g : 2014-12-22 Global Website TLD Asia Limited
|
|
9399
10296
|
网站
|
|
9400
10297
|
|
|
@@ -9407,6 +10304,9 @@ xin
|
|
|
9407
10304
|
// xn--80adxhks : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
|
|
9408
10305
|
москва
|
|
9409
10306
|
|
|
10307
|
+
// xn--80aqecdr1a : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
|
|
10308
|
+
католик
|
|
10309
|
+
|
|
9410
10310
|
// xn--80asehdb : 2013-07-14 CORE Association
|
|
9411
10311
|
онлайн
|
|
9412
10312
|
|
|
@@ -9443,7 +10343,7 @@ xin
|
|
|
9443
10343
|
// xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
|
|
9444
10344
|
삼성
|
|
9445
10345
|
|
|
9446
|
-
// xn--czr694b : 2014-01-16 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY.HONGKONG LIMITED
|
|
10346
|
+
// xn--czr694b : 2014-01-16 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED
|
|
9447
10347
|
商标
|
|
9448
10348
|
|
|
9449
10349
|
// xn--czrs0t : 2013-12-19 Wild Island, LLC
|
|
@@ -9482,12 +10382,18 @@ xin
|
|
|
9482
10382
|
// xn--flw351e : 2014-07-31 Charleston Road Registry Inc.
|
|
9483
10383
|
谷歌
|
|
9484
10384
|
|
|
10385
|
+
// xn--fzys8d69uvgm : 2015-05-14 PCCW Enterprises Limited
|
|
10386
|
+
電訊盈科
|
|
10387
|
+
|
|
9485
10388
|
// xn--g2xx48c : 2015-01-30 Minds + Machines Group Limited
|
|
9486
10389
|
购物
|
|
9487
10390
|
|
|
9488
10391
|
// xn--gckr3f0f : 2015-02-26 Amazon EU S.à r.l.
|
|
9489
10392
|
クラウド
|
|
9490
10393
|
|
|
10394
|
+
// xn--gk3at1e : 2015-10-08 Amazon EU S.à r.l.
|
|
10395
|
+
通販
|
|
10396
|
+
|
|
9491
10397
|
// xn--hxt814e : 2014-05-15 Zodiac Libra Limited
|
|
9492
10398
|
网店
|
|
9493
10399
|
|
|
@@ -9521,12 +10427,24 @@ xin
|
|
|
9521
10427
|
// xn--mgba3a3ejt : 2014-11-20 Aramco Services Company
|
|
9522
10428
|
ارامكو
|
|
9523
10429
|
|
|
10430
|
+
// xn--mgba7c0bbn0a : 2015-05-14 Crescent Holding GmbH
|
|
10431
|
+
العليان
|
|
10432
|
+
|
|
10433
|
+
// xn--mgbaakc7dvf : 2015-09-03 Emirates Telecommunications Corporation (trading as Etisalat)
|
|
10434
|
+
اتصالات
|
|
10435
|
+
|
|
9524
10436
|
// xn--mgbab2bd : 2013-10-31 CORE Association
|
|
9525
10437
|
بازار
|
|
9526
10438
|
|
|
9527
10439
|
// xn--mgbb9fbpob : 2014-12-18 GreenTech Consultancy Company W.L.L.
|
|
9528
10440
|
موبايلي
|
|
9529
10441
|
|
|
10442
|
+
// xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
|
|
10443
|
+
ابوظبي
|
|
10444
|
+
|
|
10445
|
+
// xn--mgbi4ecexp : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
|
|
10446
|
+
كاثوليك
|
|
10447
|
+
|
|
9530
10448
|
// xn--mgbt3dhd : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
|
|
9531
10449
|
همراه
|
|
9532
10450
|
|
|
@@ -9542,6 +10460,9 @@ xin
|
|
|
9542
10460
|
// xn--ngbe9e0a : 2014-12-04 Kuwait Finance House
|
|
9543
10461
|
بيتك
|
|
9544
10462
|
|
|
10463
|
+
// xn--ngbrx : 2015-11-12 League of Arab States
|
|
10464
|
+
عرب
|
|
10465
|
+
|
|
9545
10466
|
// xn--nqv7f : 2013-11-14 Public Interest Registry
|
|
9546
10467
|
机构
|
|
9547
10468
|
|
|
@@ -9581,6 +10502,9 @@ xin
|
|
|
9581
10502
|
// xn--tckwe : 2015-01-15 VeriSign Sarl
|
|
9582
10503
|
コム
|
|
9583
10504
|
|
|
10505
|
+
// xn--tiq49xqyj : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
|
|
10506
|
+
天主教
|
|
10507
|
+
|
|
9584
10508
|
// xn--unup4y : 2013-07-14 Spring Fields, LLC
|
|
9585
10509
|
游戏
|
|
9586
10510
|
|
|
@@ -9599,12 +10523,18 @@ vermögensberatung
|
|
|
9599
10523
|
// xn--w4r85el8fhu5dnra : 2015-04-30 Kerry Trading Co. Limited
|
|
9600
10524
|
嘉里大酒店
|
|
9601
10525
|
|
|
10526
|
+
// xn--w4rs40l : 2015-07-30 Kerry Trading Co. Limited
|
|
10527
|
+
嘉里
|
|
10528
|
+
|
|
9602
10529
|
// xn--xhq521b : 2013-11-14 Guangzhou YU Wei Information Technology Co., Ltd.
|
|
9603
10530
|
广东
|
|
9604
10531
|
|
|
9605
10532
|
// xn--zfr164b : 2013-11-08 China Organizational Name Administration Center
|
|
9606
10533
|
政务
|
|
9607
10534
|
|
|
10535
|
+
// xperia : 2015-05-14 Sony Mobile Communications AB
|
|
10536
|
+
xperia
|
|
10537
|
+
|
|
9608
10538
|
// xyz : 2013-12-05 XYZ.COM LLC
|
|
9609
10539
|
xyz
|
|
9610
10540
|
|
|
@@ -9638,6 +10568,9 @@ youtube
|
|
|
9638
10568
|
// yun : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
|
|
9639
10569
|
yun
|
|
9640
10570
|
|
|
10571
|
+
// zappos : 2015-06-25 Amazon EU S.à r.l.
|
|
10572
|
+
zappos
|
|
10573
|
+
|
|
9641
10574
|
// zara : 2014-11-07 Industria de Diseño Textil, S.A. (INDITEX, S.A.)
|
|
9642
10575
|
zara
|
|
9643
10576
|
|
|
@@ -9647,6 +10580,9 @@ zero
|
|
|
9647
10580
|
// zip : 2014-05-08 Charleston Road Registry Inc.
|
|
9648
10581
|
zip
|
|
9649
10582
|
|
|
10583
|
+
// zippo : 2015-07-02 Zadco Company
|
|
10584
|
+
zippo
|
|
10585
|
+
|
|
9650
10586
|
// zone : 2013-11-14 Outer Falls, LLC
|
|
9651
10587
|
zone
|
|
9652
10588
|
|
|
@@ -9659,20 +10595,21 @@ zuerich
|
|
|
9659
10595
|
// (Note: these are in alphabetical order by company name)
|
|
9660
10596
|
|
|
9661
10597
|
// Amazon CloudFront : https://aws.amazon.com/cloudfront/
|
|
9662
|
-
// Submitted by Donavan Miller <donavanm@amazon.com>
|
|
10598
|
+
// Submitted by Donavan Miller <donavanm@amazon.com>
|
|
9663
10599
|
cloudfront.net
|
|
9664
10600
|
|
|
9665
10601
|
// Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
|
|
9666
|
-
// Submitted by
|
|
10602
|
+
// Submitted by Luke Wells <lawells@amazon.com>
|
|
9667
10603
|
ap-northeast-1.compute.amazonaws.com
|
|
10604
|
+
ap-northeast-2.compute.amazonaws.com
|
|
9668
10605
|
ap-southeast-1.compute.amazonaws.com
|
|
9669
10606
|
ap-southeast-2.compute.amazonaws.com
|
|
9670
10607
|
cn-north-1.compute.amazonaws.cn
|
|
10608
|
+
compute-1.amazonaws.com
|
|
9671
10609
|
compute.amazonaws.cn
|
|
9672
10610
|
compute.amazonaws.com
|
|
9673
|
-
compute-1.amazonaws.com
|
|
9674
|
-
eu-west-1.compute.amazonaws.com
|
|
9675
10611
|
eu-central-1.compute.amazonaws.com
|
|
10612
|
+
eu-west-1.compute.amazonaws.com
|
|
9676
10613
|
sa-east-1.compute.amazonaws.com
|
|
9677
10614
|
us-east-1.amazonaws.com
|
|
9678
10615
|
us-gov-west-1.compute.amazonaws.com
|
|
@@ -9682,41 +10619,39 @@ z-1.compute-1.amazonaws.com
|
|
|
9682
10619
|
z-2.compute-1.amazonaws.com
|
|
9683
10620
|
|
|
9684
10621
|
// Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
|
|
9685
|
-
// Submitted by Adam Stein <astein@amazon.com>
|
|
10622
|
+
// Submitted by Adam Stein <astein@amazon.com>
|
|
9686
10623
|
elasticbeanstalk.com
|
|
9687
10624
|
|
|
9688
10625
|
// Amazon Elastic Load Balancing : https://aws.amazon.com/elasticloadbalancing/
|
|
9689
|
-
// Submitted by Scott Vidmar <svidmar@amazon.com>
|
|
10626
|
+
// Submitted by Scott Vidmar <svidmar@amazon.com>
|
|
9690
10627
|
elb.amazonaws.com
|
|
9691
10628
|
|
|
9692
10629
|
// Amazon S3 : https://aws.amazon.com/s3/
|
|
9693
|
-
// Submitted by
|
|
10630
|
+
// Submitted by Luke Wells <lawells@amazon.com>
|
|
9694
10631
|
s3.amazonaws.com
|
|
9695
|
-
s3-
|
|
9696
|
-
s3-
|
|
9697
|
-
s3-eu-west-1.amazonaws.com
|
|
10632
|
+
s3-ap-northeast-1.amazonaws.com
|
|
10633
|
+
s3-ap-northeast-2.amazonaws.com
|
|
9698
10634
|
s3-ap-southeast-1.amazonaws.com
|
|
9699
10635
|
s3-ap-southeast-2.amazonaws.com
|
|
9700
|
-
s3-
|
|
10636
|
+
s3-eu-central-1.amazonaws.com
|
|
10637
|
+
s3-eu-west-1.amazonaws.com
|
|
10638
|
+
s3-external-1.amazonaws.com
|
|
10639
|
+
s3-external-2.amazonaws.com
|
|
10640
|
+
s3-fips-us-gov-west-1.amazonaws.com
|
|
9701
10641
|
s3-sa-east-1.amazonaws.com
|
|
9702
10642
|
s3-us-gov-west-1.amazonaws.com
|
|
9703
|
-
s3-
|
|
9704
|
-
s3-
|
|
9705
|
-
s3-
|
|
9706
|
-
s3-
|
|
9707
|
-
s3
|
|
9708
|
-
s3-website-ap-southeast-1.amazonaws.com
|
|
9709
|
-
s3-website-ap-southeast-2.amazonaws.com
|
|
9710
|
-
s3-website-ap-northeast-1.amazonaws.com
|
|
9711
|
-
s3-website-sa-east-1.amazonaws.com
|
|
9712
|
-
s3-website-us-gov-west-1.amazonaws.com
|
|
10643
|
+
s3-us-west-1.amazonaws.com
|
|
10644
|
+
s3-us-west-2.amazonaws.com
|
|
10645
|
+
s3.ap-northeast-2.amazonaws.com
|
|
10646
|
+
s3.cn-north-1.amazonaws.com.cn
|
|
10647
|
+
s3.eu-central-1.amazonaws.com
|
|
9713
10648
|
|
|
9714
10649
|
// BetaInABox
|
|
9715
|
-
// Submitted by adrian@betainabox.com
|
|
10650
|
+
// Submitted by Adrian <adrian@betainabox.com>
|
|
9716
10651
|
betainabox.com
|
|
9717
10652
|
|
|
9718
10653
|
// CentralNic : http://www.centralnic.com/names/domains
|
|
9719
|
-
// Submitted by registry <gavin.brown@centralnic.com>
|
|
10654
|
+
// Submitted by registry <gavin.brown@centralnic.com>
|
|
9720
10655
|
ae.org
|
|
9721
10656
|
ar.com
|
|
9722
10657
|
br.com
|
|
@@ -9747,52 +10682,76 @@ za.bz
|
|
|
9747
10682
|
za.com
|
|
9748
10683
|
|
|
9749
10684
|
// Africa.com Web Solutions Ltd : https://registry.africa.com
|
|
9750
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
10685
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
9751
10686
|
africa.com
|
|
9752
10687
|
|
|
10688
|
+
// Citrix : https://citrix.com
|
|
10689
|
+
// Submitted by Alex Stoddard <alex.stoddard@citrix.com>
|
|
10690
|
+
xenapponazure.com
|
|
10691
|
+
|
|
9753
10692
|
// iDOT Services Limited : http://www.domain.gr.com
|
|
9754
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
10693
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
9755
10694
|
gr.com
|
|
9756
10695
|
|
|
9757
10696
|
// Radix FZC : http://domains.in.net
|
|
9758
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
10697
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
9759
10698
|
in.net
|
|
9760
10699
|
|
|
9761
10700
|
// US REGISTRY LLC : http://us.org
|
|
9762
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
10701
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
9763
10702
|
us.org
|
|
9764
10703
|
|
|
9765
10704
|
// co.com Registry, LLC : https://registry.co.com
|
|
9766
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
10705
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
9767
10706
|
co.com
|
|
9768
10707
|
|
|
9769
10708
|
// c.la : http://www.c.la/
|
|
9770
10709
|
c.la
|
|
9771
10710
|
|
|
9772
10711
|
// cloudControl : https://www.cloudcontrol.com/
|
|
9773
|
-
// Submitted by Tobias Wilken <tw@cloudcontrol.com>
|
|
10712
|
+
// Submitted by Tobias Wilken <tw@cloudcontrol.com>
|
|
9774
10713
|
cloudcontrolled.com
|
|
9775
10714
|
cloudcontrolapp.com
|
|
9776
10715
|
|
|
9777
10716
|
// co.ca : http://registry.co.ca/
|
|
9778
10717
|
co.ca
|
|
9779
10718
|
|
|
10719
|
+
// i-registry s.r.o. : http://www.i-registry.cz/
|
|
10720
|
+
// Submitted by Martin Semrad <semrad@i-registry.cz>
|
|
10721
|
+
co.cz
|
|
10722
|
+
|
|
10723
|
+
// CDN77.com : http://www.cdn77.com
|
|
10724
|
+
// Submitted by Jan Krpes <jan.krpes@cdn77.com>
|
|
10725
|
+
c.cdn77.org
|
|
10726
|
+
cdn77-ssl.net
|
|
10727
|
+
r.cdn77.net
|
|
10728
|
+
rsc.cdn77.org
|
|
10729
|
+
ssl.origin.cdn77-secure.org
|
|
10730
|
+
|
|
9780
10731
|
// CoDNS B.V.
|
|
9781
10732
|
co.nl
|
|
9782
10733
|
co.no
|
|
9783
10734
|
|
|
9784
10735
|
// Commerce Guys, SAS
|
|
9785
|
-
// Submitted by Damien Tournoud <damien@commerceguys.com>
|
|
10736
|
+
// Submitted by Damien Tournoud <damien@commerceguys.com>
|
|
9786
10737
|
*.platform.sh
|
|
9787
10738
|
|
|
9788
10739
|
// Cupcake : https://cupcake.io/
|
|
9789
|
-
// Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
|
|
10740
|
+
// Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
|
|
9790
10741
|
cupcake.is
|
|
9791
10742
|
|
|
9792
10743
|
// DreamHost : http://www.dreamhost.com/
|
|
9793
|
-
// Submitted by Andrew Farmer <andrew.farmer@dreamhost.com>
|
|
10744
|
+
// Submitted by Andrew Farmer <andrew.farmer@dreamhost.com>
|
|
9794
10745
|
dreamhosters.com
|
|
9795
10746
|
|
|
10747
|
+
// Drobo : http://www.drobo.com/
|
|
10748
|
+
// Submitted by Ricardo Padilha <rpadilha@drobo.com>
|
|
10749
|
+
mydrobo.com
|
|
10750
|
+
|
|
10751
|
+
// DuckDNS : http://www.duckdns.org/
|
|
10752
|
+
// Submitted by Richard Harper <richard@duckdns.org>
|
|
10753
|
+
duckdns.org
|
|
10754
|
+
|
|
9796
10755
|
// DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
|
|
9797
10756
|
dyndns-at-home.com
|
|
9798
10757
|
dyndns-at-work.com
|
|
@@ -10074,9 +11033,12 @@ webhop.org
|
|
|
10074
11033
|
worse-than.tv
|
|
10075
11034
|
writesthisblog.com
|
|
10076
11035
|
|
|
10077
|
-
//
|
|
10078
|
-
// Submitted by
|
|
11036
|
+
// dynv6 : https://dynv6.com
|
|
11037
|
+
// Submitted by Dominik Menke <dom@digineo.de> 2016-01-18
|
|
11038
|
+
dynv6.net
|
|
10079
11039
|
|
|
11040
|
+
// EU.org https://eu.org/
|
|
11041
|
+
// Submitted by Pierre Beyssac <hostmaster@eu.org>
|
|
10080
11042
|
eu.org
|
|
10081
11043
|
al.eu.org
|
|
10082
11044
|
asso.eu.org
|
|
@@ -10135,7 +11097,7 @@ uk.eu.org
|
|
|
10135
11097
|
us.eu.org
|
|
10136
11098
|
|
|
10137
11099
|
// Fastly Inc. http://www.fastly.com/
|
|
10138
|
-
// Submitted by Vladimir Vuksan <vladimir@fastly.com>
|
|
11100
|
+
// Submitted by Vladimir Vuksan <vladimir@fastly.com>
|
|
10139
11101
|
a.ssl.fastly.net
|
|
10140
11102
|
b.ssl.fastly.net
|
|
10141
11103
|
global.ssl.fastly.net
|
|
@@ -10143,45 +11105,61 @@ a.prod.fastly.net
|
|
|
10143
11105
|
global.prod.fastly.net
|
|
10144
11106
|
|
|
10145
11107
|
// Firebase, Inc.
|
|
10146
|
-
// Submitted by Chris Raynor <chris@firebase.com>
|
|
11108
|
+
// Submitted by Chris Raynor <chris@firebase.com>
|
|
10147
11109
|
firebaseapp.com
|
|
10148
11110
|
|
|
10149
11111
|
// Flynn : https://flynn.io
|
|
10150
|
-
// Submitted by Jonathan Rudenberg <jonathan@flynn.io>
|
|
11112
|
+
// Submitted by Jonathan Rudenberg <jonathan@flynn.io>
|
|
10151
11113
|
flynnhub.com
|
|
10152
11114
|
|
|
10153
11115
|
// GDS : https://www.gov.uk/service-manual/operations/operating-servicegovuk-subdomains
|
|
10154
|
-
// Submitted by David Illsley <david.illsley@digital.cabinet-office.gov.uk>
|
|
11116
|
+
// Submitted by David Illsley <david.illsley@digital.cabinet-office.gov.uk>
|
|
10155
11117
|
service.gov.uk
|
|
10156
11118
|
|
|
10157
11119
|
// GitHub, Inc.
|
|
10158
|
-
// Submitted by Ben Toews <btoews@github.com>
|
|
11120
|
+
// Submitted by Ben Toews <btoews@github.com>
|
|
10159
11121
|
github.io
|
|
10160
11122
|
githubusercontent.com
|
|
10161
11123
|
|
|
10162
11124
|
// GlobeHosting, Inc.
|
|
10163
|
-
// Submitted by Zoltan Egresi <egresi@globehosting.com>
|
|
11125
|
+
// Submitted by Zoltan Egresi <egresi@globehosting.com>
|
|
10164
11126
|
ro.com
|
|
10165
11127
|
|
|
10166
11128
|
// Google, Inc.
|
|
10167
|
-
// Submitted by Eduardo Vela <evn@google.com>
|
|
11129
|
+
// Submitted by Eduardo Vela <evn@google.com>
|
|
10168
11130
|
appspot.com
|
|
10169
11131
|
blogspot.ae
|
|
11132
|
+
blogspot.al
|
|
11133
|
+
blogspot.am
|
|
11134
|
+
blogspot.ba
|
|
10170
11135
|
blogspot.be
|
|
11136
|
+
blogspot.bg
|
|
10171
11137
|
blogspot.bj
|
|
10172
11138
|
blogspot.ca
|
|
10173
11139
|
blogspot.cf
|
|
10174
11140
|
blogspot.ch
|
|
11141
|
+
blogspot.cl
|
|
10175
11142
|
blogspot.co.at
|
|
11143
|
+
blogspot.co.id
|
|
10176
11144
|
blogspot.co.il
|
|
11145
|
+
blogspot.co.ke
|
|
10177
11146
|
blogspot.co.nz
|
|
10178
11147
|
blogspot.co.uk
|
|
11148
|
+
blogspot.co.za
|
|
10179
11149
|
blogspot.com
|
|
10180
11150
|
blogspot.com.ar
|
|
10181
11151
|
blogspot.com.au
|
|
10182
11152
|
blogspot.com.br
|
|
11153
|
+
blogspot.com.by
|
|
11154
|
+
blogspot.com.co
|
|
11155
|
+
blogspot.com.cy
|
|
11156
|
+
blogspot.com.ee
|
|
11157
|
+
blogspot.com.eg
|
|
10183
11158
|
blogspot.com.es
|
|
11159
|
+
blogspot.com.mt
|
|
11160
|
+
blogspot.com.ng
|
|
10184
11161
|
blogspot.com.tr
|
|
11162
|
+
blogspot.com.uy
|
|
10185
11163
|
blogspot.cv
|
|
10186
11164
|
blogspot.cz
|
|
10187
11165
|
blogspot.de
|
|
@@ -10190,38 +11168,58 @@ blogspot.fi
|
|
|
10190
11168
|
blogspot.fr
|
|
10191
11169
|
blogspot.gr
|
|
10192
11170
|
blogspot.hk
|
|
11171
|
+
blogspot.hr
|
|
10193
11172
|
blogspot.hu
|
|
10194
11173
|
blogspot.ie
|
|
10195
11174
|
blogspot.in
|
|
11175
|
+
blogspot.is
|
|
10196
11176
|
blogspot.it
|
|
10197
11177
|
blogspot.jp
|
|
10198
11178
|
blogspot.kr
|
|
11179
|
+
blogspot.li
|
|
11180
|
+
blogspot.lt
|
|
11181
|
+
blogspot.lu
|
|
11182
|
+
blogspot.md
|
|
11183
|
+
blogspot.mk
|
|
10199
11184
|
blogspot.mr
|
|
10200
11185
|
blogspot.mx
|
|
11186
|
+
blogspot.my
|
|
10201
11187
|
blogspot.nl
|
|
10202
11188
|
blogspot.no
|
|
11189
|
+
blogspot.pe
|
|
10203
11190
|
blogspot.pt
|
|
11191
|
+
blogspot.qa
|
|
10204
11192
|
blogspot.re
|
|
10205
11193
|
blogspot.ro
|
|
11194
|
+
blogspot.rs
|
|
10206
11195
|
blogspot.ru
|
|
10207
11196
|
blogspot.se
|
|
10208
11197
|
blogspot.sg
|
|
11198
|
+
blogspot.si
|
|
10209
11199
|
blogspot.sk
|
|
11200
|
+
blogspot.sn
|
|
10210
11201
|
blogspot.td
|
|
10211
11202
|
blogspot.tw
|
|
11203
|
+
blogspot.ug
|
|
11204
|
+
blogspot.vn
|
|
11205
|
+
cloudfunctions.net
|
|
10212
11206
|
codespot.com
|
|
10213
11207
|
googleapis.com
|
|
10214
11208
|
googlecode.com
|
|
10215
11209
|
pagespeedmobilizer.com
|
|
10216
11210
|
withgoogle.com
|
|
11211
|
+
withyoutube.com
|
|
11212
|
+
|
|
11213
|
+
// Hashbang : https://hashbang.sh
|
|
11214
|
+
hashbang.sh
|
|
10217
11215
|
|
|
10218
11216
|
// Heroku : https://www.heroku.com/
|
|
10219
|
-
// Submitted by Tom Maher <tmaher@heroku.com>
|
|
11217
|
+
// Submitted by Tom Maher <tmaher@heroku.com>
|
|
10220
11218
|
herokuapp.com
|
|
10221
11219
|
herokussl.com
|
|
10222
11220
|
|
|
10223
11221
|
// iki.fi
|
|
10224
|
-
// Submitted by Hannu Aronsson <haa@iki.fi>
|
|
11222
|
+
// Submitted by Hannu Aronsson <haa@iki.fi>
|
|
10225
11223
|
iki.fi
|
|
10226
11224
|
|
|
10227
11225
|
// info.at : http://www.info.at/
|
|
@@ -10232,35 +11230,47 @@ info.at
|
|
|
10232
11230
|
co.pl
|
|
10233
11231
|
|
|
10234
11232
|
// Microsoft : http://microsoft.com
|
|
10235
|
-
// Submitted by Barry Dorrans <bdorrans@microsoft.com>
|
|
11233
|
+
// Submitted by Barry Dorrans <bdorrans@microsoft.com>
|
|
10236
11234
|
azurewebsites.net
|
|
10237
11235
|
azure-mobile.net
|
|
10238
11236
|
cloudapp.net
|
|
10239
11237
|
|
|
11238
|
+
// Mozilla Foundation : https://mozilla.org/
|
|
11239
|
+
// Submitted by glob <glob@mozilla.com>
|
|
11240
|
+
bmoattachments.org
|
|
11241
|
+
|
|
10240
11242
|
// Neustar Inc.
|
|
10241
|
-
// Submitted by Trung Tran <Trung.Tran@neustar.biz>
|
|
11243
|
+
// Submitted by Trung Tran <Trung.Tran@neustar.biz>
|
|
10242
11244
|
4u.com
|
|
10243
11245
|
|
|
11246
|
+
// ngrok : https://ngrok.com/
|
|
11247
|
+
// Submitted by Alan Shreve <alan@ngrok.com>
|
|
11248
|
+
ngrok.io
|
|
11249
|
+
|
|
10244
11250
|
// NFSN, Inc. : https://www.NearlyFreeSpeech.NET/
|
|
10245
|
-
// Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net>
|
|
11251
|
+
// Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net>
|
|
10246
11252
|
nfshost.com
|
|
10247
11253
|
|
|
10248
11254
|
// NYC.mn : http://www.information.nyc.mn
|
|
10249
|
-
// Submitted by Matthew Brown <mattbrown@nyc.mn>
|
|
11255
|
+
// Submitted by Matthew Brown <mattbrown@nyc.mn>
|
|
10250
11256
|
nyc.mn
|
|
10251
11257
|
|
|
10252
11258
|
// One Fold Media : http://www.onefoldmedia.com/
|
|
10253
|
-
// Submitted by Eddie Jones <eddie@onefoldmedia.com>
|
|
11259
|
+
// Submitted by Eddie Jones <eddie@onefoldmedia.com>
|
|
10254
11260
|
nid.io
|
|
10255
11261
|
|
|
10256
11262
|
// Opera Software, A.S.A.
|
|
10257
|
-
// Submitted by Yngve Pettersen <yngve@opera.com>
|
|
11263
|
+
// Submitted by Yngve Pettersen <yngve@opera.com>
|
|
10258
11264
|
operaunite.com
|
|
10259
11265
|
|
|
10260
11266
|
// OutSystems
|
|
10261
|
-
// Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
|
|
11267
|
+
// Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
|
|
10262
11268
|
outsystemscloud.com
|
|
10263
11269
|
|
|
11270
|
+
// Pagefront : https://www.pagefronthq.com/
|
|
11271
|
+
// Submitted by Jason Kriss <jason@pagefronthq.com>
|
|
11272
|
+
pagefrontapp.com
|
|
11273
|
+
|
|
10264
11274
|
// .pl domains (grandfathered)
|
|
10265
11275
|
art.pl
|
|
10266
11276
|
gliwice.pl
|
|
@@ -10269,20 +11279,64 @@ poznan.pl
|
|
|
10269
11279
|
wroc.pl
|
|
10270
11280
|
zakopane.pl
|
|
10271
11281
|
|
|
11282
|
+
// Pantheon Systems, Inc. : https://pantheon.io/
|
|
11283
|
+
// Submitted by Gary Dylina <gary@pantheon.io>
|
|
11284
|
+
pantheon.io
|
|
11285
|
+
gotpantheon.com
|
|
11286
|
+
|
|
11287
|
+
// prgmr.com : https://prgmr.com/
|
|
11288
|
+
// Submitted by Sarah Newman <owner@prgmr.com>
|
|
11289
|
+
xen.prgmr.com
|
|
11290
|
+
|
|
10272
11291
|
// priv.at : http://www.nic.priv.at/
|
|
10273
|
-
// Submitted by registry <lendl@nic.at>
|
|
11292
|
+
// Submitted by registry <lendl@nic.at>
|
|
10274
11293
|
priv.at
|
|
10275
11294
|
|
|
11295
|
+
// QA2
|
|
11296
|
+
// Submitted by Daniel Dent (https://www.danieldent.com/)
|
|
11297
|
+
qa2.com
|
|
11298
|
+
|
|
11299
|
+
// Rackmaze LLC : https://www.rackmaze.com
|
|
11300
|
+
// Submitted by Kirill Pertsev <kika@rackmaze.com>
|
|
11301
|
+
rackmaze.com
|
|
11302
|
+
rackmaze.net
|
|
11303
|
+
|
|
10276
11304
|
// Red Hat, Inc. OpenShift : https://openshift.redhat.com/
|
|
10277
|
-
// Submitted by Tim Kramer <tkramer@rhcloud.com>
|
|
11305
|
+
// Submitted by Tim Kramer <tkramer@rhcloud.com>
|
|
10278
11306
|
rhcloud.com
|
|
10279
11307
|
|
|
11308
|
+
// Sandstorm Development Group, Inc. : https://sandcats.io/
|
|
11309
|
+
// Submitted by Asheesh Laroia <asheesh@sandstorm.io>
|
|
11310
|
+
sandcats.io
|
|
11311
|
+
|
|
11312
|
+
// Service Online LLC : http://drs.ua/
|
|
11313
|
+
// Submitted by Serhii Bulakh <support@drs.ua>
|
|
11314
|
+
biz.ua
|
|
11315
|
+
co.ua
|
|
11316
|
+
pp.ua
|
|
11317
|
+
|
|
10280
11318
|
// SinaAppEngine : http://sae.sina.com.cn/
|
|
10281
|
-
// Submitted by SinaAppEngine <saesupport@sinacloud.com>
|
|
11319
|
+
// Submitted by SinaAppEngine <saesupport@sinacloud.com>
|
|
10282
11320
|
sinaapp.com
|
|
10283
11321
|
vipsinaapp.com
|
|
10284
11322
|
1kapp.com
|
|
10285
11323
|
|
|
11324
|
+
// Synology, Inc. : https://www.synology.com/
|
|
11325
|
+
// Submitted by Rony Weng <ronyweng@synology.com>
|
|
11326
|
+
diskstation.me
|
|
11327
|
+
dscloud.biz
|
|
11328
|
+
dscloud.me
|
|
11329
|
+
dscloud.mobi
|
|
11330
|
+
dsmynas.com
|
|
11331
|
+
dsmynas.net
|
|
11332
|
+
dsmynas.org
|
|
11333
|
+
familyds.com
|
|
11334
|
+
familyds.net
|
|
11335
|
+
familyds.org
|
|
11336
|
+
i234.me
|
|
11337
|
+
myds.me
|
|
11338
|
+
synology.me
|
|
11339
|
+
|
|
10286
11340
|
// TASK geographical domains (www.task.gda.pl/uslugi/dns)
|
|
10287
11341
|
gda.pl
|
|
10288
11342
|
gdansk.pl
|
|
@@ -10291,18 +11345,18 @@ med.pl
|
|
|
10291
11345
|
sopot.pl
|
|
10292
11346
|
|
|
10293
11347
|
// UDR Limited : http://www.udr.hk.com
|
|
10294
|
-
// Submitted by registry <hostmaster@udr.hk.com>
|
|
11348
|
+
// Submitted by registry <hostmaster@udr.hk.com>
|
|
10295
11349
|
hk.com
|
|
10296
11350
|
hk.org
|
|
10297
11351
|
ltd.hk
|
|
10298
11352
|
inc.hk
|
|
10299
11353
|
|
|
10300
11354
|
// Yola : https://www.yola.com/
|
|
10301
|
-
// Submitted by Stefano Rivera <stefano@yola.com>
|
|
11355
|
+
// Submitted by Stefano Rivera <stefano@yola.com>
|
|
10302
11356
|
yolasite.com
|
|
10303
11357
|
|
|
10304
11358
|
// ZaNiC : http://www.za.net/
|
|
10305
|
-
// Submitted by registry <hostmaster@nic.za.net>
|
|
11359
|
+
// Submitted by registry <hostmaster@nic.za.net>
|
|
10306
11360
|
za.net
|
|
10307
11361
|
za.org
|
|
10308
11362
|
|