ryodo 0.2.4.1 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +5 -6
- data/Gemfile.lock +38 -19
- data/README.md +59 -41
- data/Rakefile +2 -42
- data/checks/matching.rb +42 -25
- data/data/suffix.dat +137 -20
- data/lib/ryodo/rule_set.rb +6 -7
- data/lib/ryodo/version.rb +1 -1
- data/ryodo.gemspec +1 -0
- data/spec/_files/mozilla_effective_tld_names.dat +473 -89
- data/spec/spec_helper.rb +3 -0
- metadata +17 -3
data/lib/ryodo/rule_set.rb
CHANGED
@@ -13,12 +13,11 @@ module Ryodo
|
|
13
13
|
|
14
14
|
line.each.with_index do |node_name, idx|
|
15
15
|
|
16
|
-
stopOK
|
16
|
+
stopOK = node_name == line.last
|
17
17
|
exception = node_name[0] == "!"
|
18
18
|
node_name = node_name[1..-1] if exception
|
19
|
-
children
|
20
|
-
|
21
|
-
node = Ryodo::Rule.new(exception, stopOK, children)
|
19
|
+
children = {}
|
20
|
+
node = Ryodo::Rule.new(exception, stopOK, children)
|
22
21
|
|
23
22
|
if idx > 0
|
24
23
|
end_idx = idx - 1
|
@@ -48,8 +47,8 @@ module Ryodo
|
|
48
47
|
suffix, domain, match = [], [], nil
|
49
48
|
|
50
49
|
until match || path.empty?
|
51
|
-
match
|
52
|
-
match
|
50
|
+
match = select_rule(path) || select_rule(path.dup.fill("*",-1))
|
51
|
+
match = nil if match && !match.is_suffix?
|
53
52
|
domain.unshift path.pop
|
54
53
|
suffix = path
|
55
54
|
end
|
@@ -57,7 +56,7 @@ module Ryodo
|
|
57
56
|
suffix.push(domain.shift) if match && !match.exception
|
58
57
|
|
59
58
|
# only if match has no children with domain and domain is present
|
60
|
-
if match && !match.children.keys.include?(domain[0])
|
59
|
+
if match && domain[0] && !match.children.keys.include?(domain[0])
|
61
60
|
[ suffix, [domain.shift], domain ]
|
62
61
|
end
|
63
62
|
end
|
data/lib/ryodo/version.rb
CHANGED
data/ryodo.gemspec
CHANGED
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.3"
|
22
22
|
spec.add_development_dependency "rake"
|
23
|
+
spec.add_development_dependency "coveralls"
|
23
24
|
spec.add_development_dependency "rspec"
|
24
25
|
spec.add_development_dependency "fakeweb"
|
25
26
|
spec.add_development_dependency "pry"
|
@@ -244,9 +244,8 @@ tas.edu.au
|
|
244
244
|
vic.edu.au
|
245
245
|
wa.edu.au
|
246
246
|
act.gov.au
|
247
|
-
// Removed at request of Shae.Donelan@services.nsw.gov.au
|
248
|
-
//
|
249
|
-
nt.gov.au
|
247
|
+
// nsw.gov.au Bug 547985 - Removed at request of <Shae.Donelan@services.nsw.gov.au>
|
248
|
+
// nt.gov.au Bug 940478 - Removed at request of Greg Connors <Greg.Connors@nt.gov.au>
|
250
249
|
qld.gov.au
|
251
250
|
sa.gov.au
|
252
251
|
tas.gov.au
|
@@ -349,7 +348,7 @@ z.bg
|
|
349
348
|
6.bg
|
350
349
|
7.bg
|
351
350
|
8.bg
|
352
|
-
9.bg
|
351
|
+
9.bg
|
353
352
|
|
354
353
|
// bh : http://en.wikipedia.org/wiki/.bh
|
355
354
|
bh
|
@@ -401,7 +400,7 @@ mil.bo
|
|
401
400
|
tv.bo
|
402
401
|
|
403
402
|
// br : http://registro.br/dominio/dpn.html
|
404
|
-
//
|
403
|
+
// Submitted by registry <fneves@registro.br> 2011-03-01
|
405
404
|
br
|
406
405
|
adm.br
|
407
406
|
adv.br
|
@@ -787,7 +786,7 @@ org.ee
|
|
787
786
|
fie.ee
|
788
787
|
|
789
788
|
// eg : http://en.wikipedia.org/wiki/.eg
|
790
|
-
eg
|
789
|
+
eg
|
791
790
|
com.eg
|
792
791
|
edu.eg
|
793
792
|
eun.eg
|
@@ -886,13 +885,12 @@ pvt.ge
|
|
886
885
|
// gf : http://en.wikipedia.org/wiki/.gf
|
887
886
|
gf
|
888
887
|
|
889
|
-
// gg : http://www.channelisles.net/
|
888
|
+
// gg : http://www.channelisles.net/register-domains/
|
889
|
+
// Confirmed by registry <nigel@channelisles.net> 2013-11-28
|
890
890
|
gg
|
891
891
|
co.gg
|
892
|
-
org.gg
|
893
892
|
net.gg
|
894
|
-
|
895
|
-
gov.gg
|
893
|
+
org.gg
|
896
894
|
|
897
895
|
// gh : http://en.wikipedia.org/wiki/.gh
|
898
896
|
// see also: http://www.nic.gh/reg_now.php
|
@@ -1003,7 +1001,7 @@ org.hk
|
|
1003
1001
|
网絡.hk
|
1004
1002
|
组织.hk
|
1005
1003
|
組織.hk
|
1006
|
-
組织.hk
|
1004
|
+
組织.hk
|
1007
1005
|
|
1008
1006
|
// hm : http://en.wikipedia.org/wiki/.hm
|
1009
1007
|
hm
|
@@ -1099,16 +1097,18 @@ gov.ie
|
|
1099
1097
|
// il : http://en.wikipedia.org/wiki/.il
|
1100
1098
|
*.il
|
1101
1099
|
|
1102
|
-
// im : https://www.nic.im/
|
1100
|
+
// im : https://www.nic.im/
|
1101
|
+
// Submitted by registry <info@nic.im> 2013-11-15
|
1103
1102
|
im
|
1103
|
+
ac.im
|
1104
1104
|
co.im
|
1105
|
+
com.im
|
1105
1106
|
ltd.co.im
|
1106
|
-
plc.co.im
|
1107
1107
|
net.im
|
1108
|
-
gov.im
|
1109
1108
|
org.im
|
1110
|
-
|
1111
|
-
|
1109
|
+
plc.co.im
|
1110
|
+
tt.im
|
1111
|
+
tv.im
|
1112
1112
|
|
1113
1113
|
// in : http://en.wikipedia.org/wiki/.in
|
1114
1114
|
// see also: http://www.inregistry.in/policies/
|
@@ -1180,9 +1180,9 @@ int.is
|
|
1180
1180
|
it
|
1181
1181
|
gov.it
|
1182
1182
|
edu.it
|
1183
|
-
// list of reserved geo-names :
|
1183
|
+
// list of reserved geo-names :
|
1184
1184
|
// http://www.nic.it/documenti/regolamenti-e-linee-guida/regolamento-assegnazione-versione-6.0.pdf
|
1185
|
-
// (There is also a list of reserved geo-names corresponding to Italian
|
1185
|
+
// (There is also a list of reserved geo-names corresponding to Italian
|
1186
1186
|
// municipalities : http://www.nic.it/documenti/appendice-c.pdf , but it is
|
1187
1187
|
// not included here.)
|
1188
1188
|
agrigento.it
|
@@ -1461,13 +1461,12 @@ vi.it
|
|
1461
1461
|
viterbo.it
|
1462
1462
|
vt.it
|
1463
1463
|
|
1464
|
-
// je : http://www.channelisles.net/
|
1464
|
+
// je : http://www.channelisles.net/register-domains/
|
1465
|
+
// Confirmed by registry <nigel@channelisles.net> 2013-11-28
|
1465
1466
|
je
|
1466
1467
|
co.je
|
1467
|
-
org.je
|
1468
1468
|
net.je
|
1469
|
-
|
1470
|
-
gov.je
|
1469
|
+
org.je
|
1471
1470
|
|
1472
1471
|
// jm : http://www.com.jm/register.html
|
1473
1472
|
*.jm
|
@@ -1488,7 +1487,7 @@ jobs
|
|
1488
1487
|
|
1489
1488
|
// jp : http://en.wikipedia.org/wiki/.jp
|
1490
1489
|
// http://jprs.co.jp/en/jpdomain.html
|
1491
|
-
//
|
1490
|
+
// Submitted by registry <info@jprs.jp> 2012-05-28
|
1492
1491
|
jp
|
1493
1492
|
// jp organizational type names
|
1494
1493
|
ac.jp
|
@@ -3562,8 +3561,13 @@ gov.mr
|
|
3562
3561
|
// ms : http://en.wikipedia.org/wiki/.ms
|
3563
3562
|
ms
|
3564
3563
|
|
3565
|
-
// mt : https://www.nic.org.mt/
|
3566
|
-
|
3564
|
+
// mt : https://www.nic.org.mt/go/policy
|
3565
|
+
// Submitted by registry <help@nic.org.mt> 2013-11-19
|
3566
|
+
mt
|
3567
|
+
com.mt
|
3568
|
+
edu.mt
|
3569
|
+
net.mt
|
3570
|
+
org.mt
|
3567
3571
|
|
3568
3572
|
// mu : http://en.wikipedia.org/wiki/.mu
|
3569
3573
|
mu
|
@@ -4255,7 +4259,7 @@ bv.nl
|
|
4255
4259
|
// no : http://www.norid.no/regelverk/index.en.html
|
4256
4260
|
// The Norwegian registry has declined to notify us of updates. The web pages
|
4257
4261
|
// referenced below are the official source of the data. There is also an
|
4258
|
-
// announce mailing list:
|
4262
|
+
// announce mailing list:
|
4259
4263
|
// https://postlister.uninett.no/sympa/info/norid-diskusjon
|
4260
4264
|
no
|
4261
4265
|
// Norid generic domains : http://www.norid.no/regelverk/vedlegg-c.en.html
|
@@ -5050,16 +5054,6 @@ museum.om
|
|
5050
5054
|
net.om
|
5051
5055
|
org.om
|
5052
5056
|
pro.om
|
5053
|
-
!mediaphone.om
|
5054
|
-
!nawrastelecom.om
|
5055
|
-
!nawras.om
|
5056
|
-
!omanmobile.om
|
5057
|
-
!omanpost.om
|
5058
|
-
!omantel.om
|
5059
|
-
!rakpetroleum.om
|
5060
|
-
!siemens.om
|
5061
|
-
!songfest.om
|
5062
|
-
!statecouncil.om
|
5063
5057
|
|
5064
5058
|
// org : http://en.wikipedia.org/wiki/.org
|
5065
5059
|
org
|
@@ -6142,7 +6136,7 @@ k12.de.us
|
|
6142
6136
|
k12.fl.us
|
6143
6137
|
k12.ga.us
|
6144
6138
|
k12.gu.us
|
6145
|
-
// k12.hi.us Hawaii has a state-wide DOE login
|
6139
|
+
// k12.hi.us Bug 614565 - Hawaii has a state-wide DOE login
|
6146
6140
|
k12.ia.us
|
6147
6141
|
k12.id.us
|
6148
6142
|
k12.il.us
|
@@ -6173,7 +6167,7 @@ k12.pa.us
|
|
6173
6167
|
k12.pr.us
|
6174
6168
|
k12.ri.us
|
6175
6169
|
k12.sc.us
|
6176
|
-
k12.sd.us
|
6170
|
+
// k12.sd.us Bug 934131 - Removed at request of James Booze <James.Booze@k12.sd.us>
|
6177
6171
|
k12.tn.us
|
6178
6172
|
k12.tx.us
|
6179
6173
|
k12.ut.us
|
@@ -6294,12 +6288,12 @@ lib.vt.us
|
|
6294
6288
|
lib.va.us
|
6295
6289
|
lib.wa.us
|
6296
6290
|
lib.wi.us
|
6297
|
-
lib.wv.us
|
6291
|
+
// lib.wv.us Bug 941670 - Removed at request of Larry W Arnold <arnold@wvlc.lib.wv.us>
|
6298
6292
|
lib.wy.us
|
6299
6293
|
|
6300
|
-
// k12.ma.us contains school districts in Massachusetts. The 4LDs are
|
6294
|
+
// k12.ma.us contains school districts in Massachusetts. The 4LDs are
|
6301
6295
|
// managed indepedently except for private (PVT), charter (CHTR) and
|
6302
|
-
// parochial (PAROCH) schools. Those are delegated dorectly to the
|
6296
|
+
// parochial (PAROCH) schools. Those are delegated dorectly to the
|
6303
6297
|
// 5LD operators. <k12-ma-hostmaster _ at _ rsuc.gweep.net>
|
6304
6298
|
pvt.k12.ma.us
|
6305
6299
|
chtr.k12.ma.us
|
@@ -6407,10 +6401,10 @@ yt
|
|
6407
6401
|
// http://nic.ae/english/arabicdomain/rules.jsp
|
6408
6402
|
امارات
|
6409
6403
|
|
6410
|
-
// xn--54b7fta0cc ("Bangla" Bangla) : BD
|
6404
|
+
// xn--54b7fta0cc ("Bangla" Bangla) : BD
|
6411
6405
|
বাংলা
|
6412
6406
|
|
6413
|
-
// xn--fiqs8s ("China" Chinese-Han-Simplified <.Zhonggou>) : CN
|
6407
|
+
// xn--fiqs8s ("China" Chinese-Han-Simplified <.Zhonggou>) : CN
|
6414
6408
|
// CNNIC
|
6415
6409
|
// http://cnnic.cn/html/Dir/2005/10/11/3218.htm
|
6416
6410
|
中国
|
@@ -6420,60 +6414,60 @@ yt
|
|
6420
6414
|
// http://cnnic.cn/html/Dir/2005/10/11/3218.htm
|
6421
6415
|
中國
|
6422
6416
|
|
6423
|
-
// xn--lgbbat1ad8j ("Algeria / Al Jazair" Arabic) : DZ
|
6417
|
+
// xn--lgbbat1ad8j ("Algeria / Al Jazair" Arabic) : DZ
|
6424
6418
|
الجزائر
|
6425
6419
|
|
6426
6420
|
// xn--wgbh1c ("Egypt" Arabic .masr) : EG
|
6427
6421
|
// http://www.dotmasr.eg/
|
6428
6422
|
مصر
|
6429
6423
|
|
6430
|
-
// xn--node ("ge" Georgian (Mkhedruli)) : GE
|
6424
|
+
// xn--node ("ge" Georgian (Mkhedruli)) : GE
|
6431
6425
|
გე
|
6432
6426
|
|
6433
6427
|
// xn--j6w193g ("Hong Kong" Chinese-Han) : HK
|
6434
6428
|
// https://www2.hkirc.hk/register/rules.jsp
|
6435
6429
|
香港
|
6436
6430
|
|
6437
|
-
// xn--h2brj9c ("Bharat" Devanagari) : IN
|
6431
|
+
// xn--h2brj9c ("Bharat" Devanagari) : IN
|
6438
6432
|
// India
|
6439
6433
|
भारत
|
6440
6434
|
|
6441
|
-
// xn--mgbbh1a71e ("Bharat" Arabic) : IN
|
6435
|
+
// xn--mgbbh1a71e ("Bharat" Arabic) : IN
|
6442
6436
|
// India
|
6443
6437
|
بھارت
|
6444
6438
|
|
6445
|
-
// xn--fpcrj9c3d ("Bharat" Telugu) : IN
|
6439
|
+
// xn--fpcrj9c3d ("Bharat" Telugu) : IN
|
6446
6440
|
// India
|
6447
6441
|
భారత్
|
6448
6442
|
|
6449
|
-
// xn--gecrj9c ("Bharat" Gujarati) : IN
|
6443
|
+
// xn--gecrj9c ("Bharat" Gujarati) : IN
|
6450
6444
|
// India
|
6451
6445
|
ભારત
|
6452
6446
|
|
6453
|
-
// xn--s9brj9c ("Bharat" Gurmukhi) : IN
|
6447
|
+
// xn--s9brj9c ("Bharat" Gurmukhi) : IN
|
6454
6448
|
// India
|
6455
6449
|
ਭਾਰਤ
|
6456
6450
|
|
6457
|
-
// xn--45brj9c ("Bharat" Bengali) : IN
|
6451
|
+
// xn--45brj9c ("Bharat" Bengali) : IN
|
6458
6452
|
// India
|
6459
6453
|
ভারত
|
6460
6454
|
|
6461
|
-
// xn--xkc2dl3a5ee0h ("India" Tamil) : IN
|
6455
|
+
// xn--xkc2dl3a5ee0h ("India" Tamil) : IN
|
6462
6456
|
// India
|
6463
6457
|
இந்தியா
|
6464
6458
|
|
6465
|
-
// xn--mgba3a4f16a ("Iran" Persian) : IR
|
6459
|
+
// xn--mgba3a4f16a ("Iran" Persian) : IR
|
6466
6460
|
ایران
|
6467
6461
|
|
6468
|
-
// xn--mgba3a4fra ("Iran" Arabic) : IR
|
6462
|
+
// xn--mgba3a4fra ("Iran" Arabic) : IR
|
6469
6463
|
ايران
|
6470
6464
|
|
6471
6465
|
// xn--mgbayh7gpa ("al-Ordon" Arabic) : JO
|
6472
|
-
// National Information Technology Center (NITC)
|
6466
|
+
// National Information Technology Center (NITC)
|
6473
6467
|
// Royal Scientific Society, Al-Jubeiha
|
6474
6468
|
الاردن
|
6475
6469
|
|
6476
|
-
// xn--3e0b707e ("Republic of Korea" Hangul) : KR
|
6470
|
+
// xn--3e0b707e ("Republic of Korea" Hangul) : KR
|
6477
6471
|
한국
|
6478
6472
|
|
6479
6473
|
// xn--fzc2c9e2c ("Lanka" Sinhalese-Sinhala) : LK
|
@@ -6484,10 +6478,10 @@ yt
|
|
6484
6478
|
// http://nic.lk
|
6485
6479
|
இலங்கை
|
6486
6480
|
|
6487
|
-
// xn--mgbc0a9azcg ("Morocco / al-Maghrib" Arabic) : MA
|
6481
|
+
// xn--mgbc0a9azcg ("Morocco / al-Maghrib" Arabic) : MA
|
6488
6482
|
المغرب
|
6489
6483
|
|
6490
|
-
// xn--mgb9awbf ("Oman" Arabic) : OM
|
6484
|
+
// xn--mgb9awbf ("Oman" Arabic) : OM
|
6491
6485
|
عمان
|
6492
6486
|
|
6493
6487
|
// xn--ygbi2ammx ("Falasteen" Arabic) : PS
|
@@ -6495,7 +6489,7 @@ yt
|
|
6495
6489
|
// http://www.pnina.ps
|
6496
6490
|
فلسطين
|
6497
6491
|
|
6498
|
-
// xn--90a3ac ("srb" Cyrillic) : RS
|
6492
|
+
// xn--90a3ac ("srb" Cyrillic) : RS
|
6499
6493
|
срб
|
6500
6494
|
|
6501
6495
|
// xn--p1ai ("rf" Russian-Cyrillic) : RU
|
@@ -6510,19 +6504,19 @@ yt
|
|
6510
6504
|
// http://www.nic.net.sa/
|
6511
6505
|
السعودية
|
6512
6506
|
|
6513
|
-
// xn--mgberp4a5d4a87g ("AlSaudiah" Arabic) variant : SA
|
6507
|
+
// xn--mgberp4a5d4a87g ("AlSaudiah" Arabic) variant : SA
|
6514
6508
|
السعودیة
|
6515
6509
|
|
6516
|
-
// xn--mgbqly7c0a67fbc ("AlSaudiah" Arabic) variant : SA
|
6510
|
+
// xn--mgbqly7c0a67fbc ("AlSaudiah" Arabic) variant : SA
|
6517
6511
|
السعودیۃ
|
6518
6512
|
|
6519
|
-
// xn--mgbqly7cvafr ("AlSaudiah" Arabic) variant : SA
|
6513
|
+
// xn--mgbqly7cvafr ("AlSaudiah" Arabic) variant : SA
|
6520
6514
|
السعوديه
|
6521
6515
|
|
6522
|
-
// xn--ogbpf8fl ("Syria" Arabic) : SY
|
6516
|
+
// xn--ogbpf8fl ("Syria" Arabic) : SY
|
6523
6517
|
سورية
|
6524
6518
|
|
6525
|
-
// xn--mgbtf8fl ("Syria" Arabic) variant : SY
|
6519
|
+
// xn--mgbtf8fl ("Syria" Arabic) variant : SY
|
6526
6520
|
سوريا
|
6527
6521
|
|
6528
6522
|
// xn--yfro4i67o Singapore ("Singapore" Chinese-Han) : SG
|
@@ -6547,13 +6541,13 @@ yt
|
|
6547
6541
|
// http://www.twnic.net/english/dn/dn_07a.htm
|
6548
6542
|
台湾
|
6549
6543
|
|
6550
|
-
// xn--nnx388a ("Taiwan") variant : TW
|
6544
|
+
// xn--nnx388a ("Taiwan") variant : TW
|
6551
6545
|
臺灣
|
6552
6546
|
|
6553
|
-
// xn--j1amh ("ukr" Cyrillic) : UA
|
6547
|
+
// xn--j1amh ("ukr" Cyrillic) : UA
|
6554
6548
|
укр
|
6555
6549
|
|
6556
|
-
// xn--mgb2ddes ("AlYemen" Arabic) : YE
|
6550
|
+
// xn--mgb2ddes ("AlYemen" Arabic) : YE
|
6557
6551
|
اليمن
|
6558
6552
|
|
6559
6553
|
// xxx : http://icmregistry.com
|
@@ -6571,15 +6565,401 @@ xxx
|
|
6571
6565
|
// zw : http://en.wikipedia.org/wiki/.zw
|
6572
6566
|
*.zw
|
6573
6567
|
|
6568
|
+
|
6569
|
+
// xn--80asehdb : 2013-07-14 CORE Association
|
6570
|
+
онлайн
|
6571
|
+
|
6572
|
+
// xn--80aswg : 2013-07-14 CORE Association
|
6573
|
+
сайт
|
6574
|
+
|
6575
|
+
// xn--ngbc5azd : 2013-07-14 International Domain Registry Pty. Ltd.
|
6576
|
+
شبكة
|
6577
|
+
|
6578
|
+
// xn--unup4y : 2013-07-14 Spring Fields, LLC
|
6579
|
+
游戏
|
6580
|
+
|
6581
|
+
// xn--vhquv : 2013-08-28 Dash McCook, LLC
|
6582
|
+
企业
|
6583
|
+
|
6584
|
+
// camera : 2013-08-28 Atomic Maple, LLC
|
6585
|
+
camera
|
6586
|
+
|
6587
|
+
// clothing : 2013-08-28 Steel Lake, LLC
|
6588
|
+
clothing
|
6589
|
+
|
6590
|
+
// lighting : 2013-08-28 John McCook, LLC
|
6591
|
+
lighting
|
6592
|
+
|
6593
|
+
// singles : 2013-08-28 Fern Madison, LLC
|
6594
|
+
singles
|
6595
|
+
|
6596
|
+
// ventures : 2013-08-28 Binky Lake, LLC
|
6597
|
+
ventures
|
6598
|
+
|
6599
|
+
// voyage : 2013-08-28 Ruby House, LLC
|
6600
|
+
voyage
|
6601
|
+
|
6602
|
+
// guru : 2013-08-28 Pioneer Cypress, LLC
|
6603
|
+
guru
|
6604
|
+
|
6605
|
+
// holdings : 2013-08-28 John Madison, LLC
|
6606
|
+
holdings
|
6607
|
+
|
6608
|
+
// equipment : 2013-08-28 Corn Station, LLC
|
6609
|
+
equipment
|
6610
|
+
|
6611
|
+
// bike : 2013-08-28 Grand Hollow, LLC
|
6612
|
+
bike
|
6613
|
+
|
6614
|
+
// estate : 2013-08-28 Trixy Park, LLC
|
6615
|
+
estate
|
6616
|
+
|
6617
|
+
// tattoo : 2013-08-30 Uniregistry,Corp.
|
6618
|
+
tattoo
|
6619
|
+
|
6620
|
+
// xn--3ds443g : 2013-09-09 TLD Registry Limited
|
6621
|
+
在线
|
6622
|
+
|
6623
|
+
// xn--fiq228c5hs : 2013-09-09 TLD Registry Limited
|
6624
|
+
中文网
|
6625
|
+
|
6626
|
+
// land : 2013-09-10 Pine Moon, LLC
|
6627
|
+
land
|
6628
|
+
|
6629
|
+
// plumbing : 2013-09-10 Spring Tigers, LLC
|
6630
|
+
plumbing
|
6631
|
+
|
6632
|
+
// contractors : 2013-09-10 Magic Woods, LLC
|
6633
|
+
contractors
|
6634
|
+
|
6635
|
+
// sexy : 2013-09-11 Uniregistry,Corp.
|
6636
|
+
sexy
|
6637
|
+
|
6638
|
+
// menu : 2013-09-11 Wedding TLD2, LLC
|
6639
|
+
menu
|
6640
|
+
|
6641
|
+
// xn--rhqv96g : 2013-09-11 Stable Tone Limited
|
6642
|
+
世界
|
6643
|
+
|
6644
|
+
// uno : 2013-09-11 Dot Latin, LLC
|
6645
|
+
uno
|
6646
|
+
|
6647
|
+
// gallery : 2013-09-13 Sugar House, LLC
|
6648
|
+
gallery
|
6649
|
+
|
6650
|
+
// technology : 2013-09-13 Auburn Falls
|
6651
|
+
technology
|
6652
|
+
|
6653
|
+
// xn--3bst00m : 2013-09-13 Eagle Horizon Limited
|
6654
|
+
集团
|
6655
|
+
|
6656
|
+
// reviews : 2013-09-13 Extra Cover, LLC
|
6657
|
+
reviews
|
6658
|
+
|
6659
|
+
// guide : 2013-09-13 Snow Moon, LLC
|
6660
|
+
guide
|
6661
|
+
|
6662
|
+
// xn--6qq986b3x1 : 2013-09-13 Tycoon Treasure Limited
|
6663
|
+
我爱你
|
6664
|
+
|
6665
|
+
// graphics : 2013-09-13 Over Madison, LLC
|
6666
|
+
graphics
|
6667
|
+
|
6668
|
+
// construction : 2013-09-13 Fox Dynamite, LLC
|
6669
|
+
construction
|
6670
|
+
|
6671
|
+
// onl : 2013-09-16 I-Registry Ltd.
|
6672
|
+
onl
|
6673
|
+
|
6674
|
+
// xn--q9jyb4c : 2013-09-17 Charleston Road Registry
|
6675
|
+
みんな
|
6676
|
+
|
6677
|
+
// diamonds : 2013-09-23 John Edge, LLC
|
6678
|
+
diamonds
|
6679
|
+
|
6680
|
+
// kiwi : 2013-09-23 Dot Kiwi Limited
|
6681
|
+
kiwi
|
6682
|
+
|
6683
|
+
// enterprises : 2013-09-23 Snow Oaks LLC
|
6684
|
+
enterprises
|
6685
|
+
|
6686
|
+
// today : 2013-09-23 Pearl Woods, LLC
|
6687
|
+
today
|
6688
|
+
|
6689
|
+
// futbol : 2013-09-23 Atomic Falls, LLC
|
6690
|
+
futbol
|
6691
|
+
|
6692
|
+
// photography : 2013-09-23 Sugar Glen, LLC
|
6693
|
+
photography
|
6694
|
+
|
6695
|
+
// tips : 2013-09-23 Corn Willow, LLC
|
6696
|
+
tips
|
6697
|
+
|
6698
|
+
// directory : 2013-09-23 Extra Madison, LLC
|
6699
|
+
directory
|
6700
|
+
|
6701
|
+
// kitchen : 2013-09-23 Just Goodbye, LLC
|
6702
|
+
kitchen
|
6703
|
+
|
6704
|
+
// xn--6frz82g : 2013-09-24 Afilias Limited
|
6705
|
+
移动
|
6706
|
+
|
6707
|
+
// kim : 2013-09-24 Afilias Limited
|
6708
|
+
kim
|
6709
|
+
|
6710
|
+
// xn--cg4bki : 2013-09-27 Samsung SDS Co., LTD
|
6711
|
+
삼성
|
6712
|
+
|
6713
|
+
// monash : 2013-10-01 Monash University
|
6714
|
+
monash
|
6715
|
+
|
6716
|
+
// wed : 2013-10-02 Atgron, Inc.
|
6717
|
+
wed
|
6718
|
+
|
6719
|
+
// pink : 2013-10-02 Afilias Limited
|
6720
|
+
pink
|
6721
|
+
|
6722
|
+
// ruhr : 2013-10-02 regiodot GmbH & Co. KG
|
6723
|
+
ruhr
|
6724
|
+
|
6725
|
+
// buzz : 2013-10-03 DOTSTRATEGY CO.
|
6726
|
+
buzz
|
6727
|
+
|
6728
|
+
// careers : 2013-10-03 Wild Corner, LLC
|
6729
|
+
careers
|
6730
|
+
|
6731
|
+
// shoes : 2013-10-03 Binky Galley, LLC
|
6732
|
+
shoes
|
6733
|
+
|
6734
|
+
// xn--4gbrim : 2013-10-07 Suhub Electronic Establishment
|
6735
|
+
موقع
|
6736
|
+
|
6737
|
+
// career : 2013-10-09 dotCareer, LLC
|
6738
|
+
career
|
6739
|
+
|
6740
|
+
// otsuka : 2013-10-11 Otsuka Holdings Co. Ltd.
|
6741
|
+
otsuka
|
6742
|
+
|
6743
|
+
// xn--fiQ64b : 2013-10-14 CITIC Group Corporation
|
6744
|
+
中信
|
6745
|
+
|
6746
|
+
// wed : 2013-10-02 Atgron, Inc.
|
6747
|
+
wed
|
6748
|
+
|
6749
|
+
// pink : 2013-10-02 Afilias Limited
|
6750
|
+
pink
|
6751
|
+
|
6752
|
+
// ruhr : 2013-10-02 regiodot GmbH & Co. KG
|
6753
|
+
ruhr
|
6754
|
+
|
6755
|
+
// buzz : 2013-10-03 DOTSTRATEGY CO.
|
6756
|
+
buzz
|
6757
|
+
|
6758
|
+
// careers : 2013-10-03 Wild Corner, LLC
|
6759
|
+
careers
|
6760
|
+
|
6761
|
+
// shoes : 2013-10-03 Binky Galley, LLC
|
6762
|
+
shoes
|
6763
|
+
|
6764
|
+
// xn--4gbrim : 2013-10-07 Suhub Electronic Establishment
|
6765
|
+
موقع
|
6766
|
+
|
6767
|
+
// career : 2013-10-09 dotCareer, LLC
|
6768
|
+
career
|
6769
|
+
|
6770
|
+
// otsuka : 2013-10-11 Otsuka Holdings Co. Ltd.
|
6771
|
+
otsuka
|
6772
|
+
|
6773
|
+
// xn--fiQ64b : 2013-10-14 CITIC Group Corporation
|
6774
|
+
中信
|
6775
|
+
|
6776
|
+
// gift : 2013-10-18 Uniregistry Corp.
|
6777
|
+
gift
|
6778
|
+
|
6779
|
+
// recipes : 2013-10-18 Grand Island, LLC
|
6780
|
+
recipes
|
6781
|
+
|
6782
|
+
// coffee : 2013-10-18 Trixy Cover, LLC
|
6783
|
+
coffee
|
6784
|
+
|
6785
|
+
// luxury : 2013-10-18 Luxury Partners, LLC
|
6786
|
+
luxury
|
6787
|
+
|
6788
|
+
// domains : 2013-10-18 Sugar Cross, LLC
|
6789
|
+
domains
|
6790
|
+
|
6791
|
+
// photos : 2013-10-18 Sea Corner, LLC
|
6792
|
+
photos
|
6793
|
+
|
6794
|
+
// limo : 2013-10-18 Hidden Frostbite, LLC
|
6795
|
+
limo
|
6796
|
+
|
6797
|
+
// viajes : 2013-10-18 Black Madison, LLC
|
6798
|
+
viajes
|
6799
|
+
|
6800
|
+
// wang : 2013-10-24 Zodiac Leo Limited
|
6801
|
+
wang
|
6802
|
+
|
6803
|
+
// democrat : 2013-10-24 United TLD Holdco Ltd.
|
6804
|
+
democrat
|
6805
|
+
|
6806
|
+
// mango : 2013-10-25 PUNTO FA S.L.
|
6807
|
+
mango
|
6808
|
+
|
6809
|
+
// cab : 2013-10-25 Half Sunset, LLC
|
6810
|
+
cab
|
6811
|
+
|
6812
|
+
// support : 2013-10-25 Grand Orchard, LLC
|
6813
|
+
support
|
6814
|
+
|
6815
|
+
// dance : 2013-10-25 United TLD Holdco Ltd.
|
6816
|
+
dance
|
6817
|
+
|
6818
|
+
// nagoya : 2013-10-25 GMO Registry, Inc.
|
6819
|
+
nagoya
|
6820
|
+
|
6821
|
+
// computer : 2013-10-25 Pine Mill, LLC
|
6822
|
+
computer
|
6823
|
+
|
6824
|
+
// wien : 2013-10-28 punkt.wien GmbH
|
6825
|
+
wien
|
6826
|
+
|
6827
|
+
// berlin : 2013-10-31 dotBERLIN GmbH & Co. KG
|
6828
|
+
berlin
|
6829
|
+
|
6830
|
+
// codes : 2013-10-31 Puff Willow, LLC
|
6831
|
+
codes
|
6832
|
+
|
6833
|
+
// email : 2013-10-31 Spring Madison, LLC
|
6834
|
+
email
|
6835
|
+
|
6836
|
+
// xn--mgbab2bd : 2013-10-31 CORE Association
|
6837
|
+
بازار
|
6838
|
+
|
6839
|
+
// repair : 2013-11-07 Lone Sunset, LLC
|
6840
|
+
repair
|
6841
|
+
|
6842
|
+
// holiday : 2013-11-07 Goose Woods, LLC
|
6843
|
+
holiday
|
6844
|
+
|
6845
|
+
// center : 2013-11-07 Tin Mill, LLC
|
6846
|
+
center
|
6847
|
+
|
6848
|
+
// systems : 2013-11-07 Dash Cypress, LLC
|
6849
|
+
systems
|
6850
|
+
|
6851
|
+
// wiki : 2013-11-07 Top Level Design, LLC
|
6852
|
+
wiki
|
6853
|
+
|
6854
|
+
// ceo : 2013-11-07 CEOTLD Pty Ltd
|
6855
|
+
ceo
|
6856
|
+
|
6857
|
+
// international : 2013-11-07 Wild Way, LLC
|
6858
|
+
international
|
6859
|
+
|
6860
|
+
// solar : 2013-11-07 Ruby Town, LLC
|
6861
|
+
solar
|
6862
|
+
|
6863
|
+
// company : 2013-11-07 Silver Avenue, LLC
|
6864
|
+
company
|
6865
|
+
|
6866
|
+
// education : 2013-11-07 Brice Way, LLC
|
6867
|
+
education
|
6868
|
+
|
6869
|
+
// training : 2013-11-07 Wild Willow, LLC
|
6870
|
+
training
|
6871
|
+
|
6872
|
+
// academy : 2013-11-07 Half Oaks, LLC
|
6873
|
+
academy
|
6874
|
+
|
6875
|
+
// marketing : 2013-11-07 Fern Pass, LLC
|
6876
|
+
marketing
|
6877
|
+
|
6878
|
+
// florist : 2013-11-08 Half Cypress, LLC
|
6879
|
+
florist
|
6880
|
+
|
6881
|
+
// solutions : 2013-11-07 Silver Cover, LLC
|
6882
|
+
solutions
|
6883
|
+
|
6884
|
+
// build : 2013-11-07 Plan Bee LLC
|
6885
|
+
build
|
6886
|
+
|
6887
|
+
// institute : 2013-11-07 Outer Maple, LLC
|
6888
|
+
institute
|
6889
|
+
|
6890
|
+
// builders : 2013-11-07 Atomic Madison, LLC
|
6891
|
+
builders
|
6892
|
+
|
6893
|
+
// red : 2013-11-07 Afilias Limited
|
6894
|
+
red
|
6895
|
+
|
6896
|
+
// blue : 2013-11-07 Afilias Limited
|
6897
|
+
blue
|
6898
|
+
|
6899
|
+
// ninja : 2013-11-07 United TLD Holdco Ltd.
|
6900
|
+
ninja
|
6901
|
+
|
6902
|
+
// business : 2013-11-07 Spring Cross, LLC
|
6903
|
+
business
|
6904
|
+
|
6905
|
+
// gal : 2013-11-07 Asociación puntoGAL
|
6906
|
+
gal
|
6907
|
+
|
6908
|
+
// social : 2013-11-07 United TLD Holdco Ltd.
|
6909
|
+
social
|
6910
|
+
|
6911
|
+
// house : 2013-11-07 Sugar Park, LLC
|
6912
|
+
house
|
6913
|
+
|
6914
|
+
// camp : 2013-11-07 Delta Dynamite, LLC
|
6915
|
+
camp
|
6916
|
+
|
6917
|
+
// immobilien : 2013-11-07 United TLD Holdco Ltd.
|
6918
|
+
immobilien
|
6919
|
+
|
6920
|
+
// moda : 2013-11-07 United TLD Holdco Ltd.
|
6921
|
+
moda
|
6922
|
+
|
6923
|
+
// glass : 2013-11-07 Black Cover, LLC
|
6924
|
+
glass
|
6925
|
+
|
6926
|
+
// management : 2013-11-07 John Goodbye, LLC
|
6927
|
+
management
|
6928
|
+
|
6929
|
+
// kaufen : 2013-11-07 United TLD Holdco Ltd.
|
6930
|
+
kaufen
|
6931
|
+
|
6932
|
+
// farm : 2013-11-07 Just Maple, LLC
|
6933
|
+
farm
|
6934
|
+
|
6935
|
+
// xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
|
6936
|
+
公益
|
6937
|
+
|
6938
|
+
// xn--zfr164b : 2013-11-08 China Organizational Name Administration Center
|
6939
|
+
政务
|
6940
|
+
|
6941
|
+
// club : 2013-11-08 .CLUB DOMAINS, LLC
|
6942
|
+
club
|
6943
|
+
|
6944
|
+
// voting : 2013-11-13 Valuetainment Corp.
|
6945
|
+
voting
|
6946
|
+
|
6947
|
+
// TOKYO : 2013-11-13 GMO Registry, Inc.
|
6948
|
+
TOKYO
|
6949
|
+
|
6950
|
+
// moe : 2013-11-13 Interlink Co., Ltd.
|
6951
|
+
moe
|
6952
|
+
|
6953
|
+
|
6574
6954
|
// ===END ICANN DOMAINS===
|
6575
6955
|
// ===BEGIN PRIVATE DOMAINS===
|
6576
6956
|
|
6577
6957
|
// Amazon CloudFront : https://aws.amazon.com/cloudfront/
|
6578
|
-
//
|
6958
|
+
// Submitted by Donavan Miller <donavanm@amazon.com> 2013-03-22
|
6579
6959
|
cloudfront.net
|
6580
6960
|
|
6581
6961
|
// Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
|
6582
|
-
//
|
6962
|
+
// Submitted by Osman Surkatty <osmans@amazon.com> 2013-04-02
|
6583
6963
|
compute.amazonaws.com
|
6584
6964
|
us-east-1.amazonaws.com
|
6585
6965
|
compute-1.amazonaws.com
|
@@ -6594,16 +6974,16 @@ us-gov-west-1.compute.amazonaws.com
|
|
6594
6974
|
us-west-1.compute.amazonaws.com
|
6595
6975
|
us-west-2.compute.amazonaws.com
|
6596
6976
|
|
6597
|
-
// Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
|
6598
|
-
//
|
6977
|
+
// Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
|
6978
|
+
// Submitted by Adam Stein <astein@amazon.com> 2013-04-02
|
6599
6979
|
elasticbeanstalk.com
|
6600
6980
|
|
6601
6981
|
// Amazon Elastic Load Balancing : https://aws.amazon.com/elasticloadbalancing/
|
6602
|
-
//
|
6982
|
+
// Submitted by Scott Vidmar <svidmar@amazon.com> 2013-03-27
|
6603
6983
|
elb.amazonaws.com
|
6604
6984
|
|
6605
6985
|
// Amazon S3 : https://aws.amazon.com/s3/
|
6606
|
-
//
|
6986
|
+
// Submitted by Courtney Eckhardt <coec@amazon.com> 2013-03-22
|
6607
6987
|
s3.amazonaws.com
|
6608
6988
|
s3-us-west-2.amazonaws.com
|
6609
6989
|
s3-us-west-1.amazonaws.com
|
@@ -6625,11 +7005,11 @@ s3-website-sa-east-1.amazonaws.com
|
|
6625
7005
|
s3-website-us-gov-west-1.amazonaws.com
|
6626
7006
|
|
6627
7007
|
// BetaInABox
|
6628
|
-
//
|
7008
|
+
// Submitted by adrian@betainabox.com 2012-09-13
|
6629
7009
|
betainabox.com
|
6630
7010
|
|
6631
7011
|
// CentralNic : http://www.centralnic.com/names/domains
|
6632
|
-
//
|
7012
|
+
// Submitted by registry <gavin.brown@centralnic.com> 2012-09-27
|
6633
7013
|
ae.org
|
6634
7014
|
ar.com
|
6635
7015
|
br.com
|
@@ -6662,7 +7042,7 @@ za.com
|
|
6662
7042
|
c.la
|
6663
7043
|
|
6664
7044
|
// cloudControl : https://www.cloudcontrol.com/
|
6665
|
-
//
|
7045
|
+
// Submitted by Tobias Wilken <tw@cloudcontrol.com> 2013-07-23
|
6666
7046
|
cloudcontrolled.com
|
6667
7047
|
cloudcontrolapp.com
|
6668
7048
|
|
@@ -6673,8 +7053,12 @@ co.ca
|
|
6673
7053
|
co.nl
|
6674
7054
|
co.no
|
6675
7055
|
|
7056
|
+
// Cupcake : https://cupcake.io/
|
7057
|
+
// Submitted by Jonathan Rudenberg <jonathan@cupcake.io> 2013-10-08
|
7058
|
+
cupcake.is
|
7059
|
+
|
6676
7060
|
// DreamHost : http://www.dreamhost.com/
|
6677
|
-
//
|
7061
|
+
// Submitted by Andrew Farmer <andrew.farmer@dreamhost.com> 2012-10-02
|
6678
7062
|
dreamhosters.com
|
6679
7063
|
|
6680
7064
|
// DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
|
@@ -6959,7 +7343,7 @@ worse-than.tv
|
|
6959
7343
|
writesthisblog.com
|
6960
7344
|
|
6961
7345
|
// Fastly Inc. http://www.fastly.com/
|
6962
|
-
//
|
7346
|
+
// Submitted by Vladimir Vuksan <vladimir@fastly.com> 2013-05-31
|
6963
7347
|
a.ssl.fastly.net
|
6964
7348
|
b.ssl.fastly.net
|
6965
7349
|
global.ssl.fastly.net
|
@@ -6967,15 +7351,15 @@ a.prod.fastly.net
|
|
6967
7351
|
global.prod.fastly.net
|
6968
7352
|
|
6969
7353
|
// GitHub, Inc.
|
6970
|
-
//
|
7354
|
+
// Submitted by Ben Toews <btoews@github.com> 2013-04-18
|
6971
7355
|
github.io
|
6972
7356
|
|
6973
7357
|
// GlobeHosting, Inc.
|
6974
|
-
//
|
7358
|
+
// Submitted by Zoltan Egresi <egresi@globehosting.com> 2013-07-12
|
6975
7359
|
ro.com
|
6976
7360
|
|
6977
7361
|
// Google, Inc.
|
6978
|
-
//
|
7362
|
+
// Submitted by Eduardo Vela <evn@google.com> 2012-10-24
|
6979
7363
|
appspot.com
|
6980
7364
|
blogspot.be
|
6981
7365
|
blogspot.bj
|
@@ -7022,12 +7406,12 @@ googleapis.com
|
|
7022
7406
|
googlecode.com
|
7023
7407
|
|
7024
7408
|
// Heroku : https://www.heroku.com/
|
7025
|
-
//
|
7409
|
+
// Submitted by Tom Maher <tmaher@heroku.com> 2013-05-02
|
7026
7410
|
herokuapp.com
|
7027
7411
|
herokussl.com
|
7028
7412
|
|
7029
7413
|
// iki.fi
|
7030
|
-
//
|
7414
|
+
// Submitted by Hannu Aronsson <haa@iki.fi> 2009-11-05
|
7031
7415
|
iki.fi
|
7032
7416
|
|
7033
7417
|
// info.at : http://www.info.at/
|
@@ -7038,24 +7422,24 @@ info.at
|
|
7038
7422
|
co.pl
|
7039
7423
|
|
7040
7424
|
// NYC.mn : http://www.information.nyc.mn
|
7041
|
-
//
|
7425
|
+
// Submitted by Matthew Brown <mattbrown@nyc.mn> 2013-03-11
|
7042
7426
|
nyc.mn
|
7043
7427
|
|
7044
7428
|
// Opera Software, A.S.A.
|
7045
|
-
//
|
7429
|
+
// Submitted by Yngve Pettersen <yngve@opera.com> 2009-11-26
|
7046
7430
|
operaunite.com
|
7047
7431
|
|
7048
7432
|
// Red Hat, Inc. OpenShift : https://openshift.redhat.com/
|
7049
|
-
//
|
7433
|
+
// Submitted by Tim Kramer <tkramer@rhcloud.com> 2012-10-24
|
7050
7434
|
rhcloud.com
|
7051
7435
|
|
7052
7436
|
// priv.at : http://www.nic.priv.at/
|
7053
|
-
//
|
7437
|
+
// Submitted by registry <lendl@nic.at> 2008-06-09
|
7054
7438
|
priv.at
|
7055
7439
|
|
7056
7440
|
// ZaNiC : http://www.za.net/
|
7057
|
-
//
|
7441
|
+
// Submitted by registry <hostmaster@nic.za.net> 2009-10-03
|
7058
7442
|
za.net
|
7059
7443
|
za.org
|
7060
7444
|
|
7061
|
-
// ===END PRIVATE DOMAINS===
|
7445
|
+
// ===END PRIVATE DOMAINS===
|