public_suffix 1.5.1 → 1.5.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22cdefd24f545b06237da2895be97fb9c2f994b9
4
- data.tar.gz: b8c2c3ea8288d3259c4f311f1e4334a2ccd3cfb8
3
+ metadata.gz: f66dc54e27daa3b422626869f6300742016b1a26
4
+ data.tar.gz: ca3b89eca94f9e8a83ca74b6ce254d5ca0864e7d
5
5
  SHA512:
6
- metadata.gz: 1a10818369e783c8d78d8d3310139fe7e1308fd58e1ab29c88df1a5e82ec431d0ff78be59c3b2b3026e52301ffac2ebcb5c2cc71b26a33d349baec7aacb72319
7
- data.tar.gz: 09098e4bad7f0dafd55b69214dcea10cc46147089475b3727e6aad16e2ed748dc25be6f4eed83420717cf81b64994035ec2748b2dd02b67f639a5947ed8575d1
6
+ metadata.gz: 90a240dd8521be8233d6e3d252fdb73bba58570433bbd2b13f2ab619cc1d239a98f2e4580ca412886dabcafaab4e5999d777fc2fa7775cb4696363ac49688a16
7
+ data.tar.gz: fcd22189e282054f6ed6ea8d56c3506fd4013a2881cab20ad48e1087fb6f485cfb8b50621180cb1d3875fcb8b592ec8ab304b9d9298f0f88c0d130bc4aad06d3
data/.travis.yml CHANGED
@@ -2,7 +2,7 @@ language: ruby
2
2
  rvm:
3
3
  - 2.0
4
4
  - 2.1
5
- # - 2.2
5
+ - 2.2
6
6
  - ruby-head
7
7
  - jruby-19mode
8
8
  - rbx-19mode
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ #### Release 1.5.2
5
+
6
+ - CHANGED: Updated definitions.
7
+
8
+
4
9
  #### Release 1.5.1
5
10
 
6
11
  - FIXED: Ignore case for parsing and validating (GH-62)
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gemspec
4
+
5
+ gem 'minitest'
data/Rakefile CHANGED
@@ -91,7 +91,7 @@ desc "Downloads the Public Suffix List file from the repository and stores it lo
91
91
  task :upddef do
92
92
  require "net/http"
93
93
 
94
- DEFINITION_URL = "https://publicsuffix.org/list/effective_tld_names.dat"
94
+ DEFINITION_URL = "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"
95
95
 
96
96
  File.open("data/definitions.txt", "w+") do |f|
97
97
  response = Net::HTTP.get_response(URI.parse(DEFINITION_URL))
data/data/definitions.txt CHANGED
@@ -713,7 +713,19 @@ cx
713
713
  gov.cx
714
714
 
715
715
  // cy : http://en.wikipedia.org/wiki/.cy
716
- *.cy
716
+ ac.cy
717
+ biz.cy
718
+ com.cy
719
+ ekloges.cy
720
+ gov.cy
721
+ ltd.cy
722
+ name.cy
723
+ net.cy
724
+ org.cy
725
+ parliament.cy
726
+ press.cy
727
+ pro.cy
728
+ tm.cy
717
729
 
718
730
  // cz : http://en.wikipedia.org/wiki/.cz
719
731
  cz
@@ -826,6 +838,7 @@ edu.et
826
838
  biz.et
827
839
  name.et
828
840
  info.et
841
+ net.et
829
842
 
830
843
  // eu : http://en.wikipedia.org/wiki/.eu
831
844
  eu
@@ -932,6 +945,11 @@ org.gi
932
945
  // gl : http://en.wikipedia.org/wiki/.gl
933
946
  // http://nic.gl
934
947
  gl
948
+ co.gl
949
+ com.gl
950
+ edu.gl
951
+ net.gl
952
+ org.gl
935
953
 
936
954
  // gm : http://www.nic.gm/htmlpages%5Cgm-policy.htm
937
955
  gm
@@ -1113,8 +1131,16 @@ web.id
1113
1131
  ie
1114
1132
  gov.ie
1115
1133
 
1116
- // il : http://en.wikipedia.org/wiki/.il
1117
- *.il
1134
+ // il : http://www.isoc.org.il/domains/
1135
+ il
1136
+ ac.il
1137
+ co.il
1138
+ gov.il
1139
+ idf.il
1140
+ k12.il
1141
+ muni.il
1142
+ net.il
1143
+ org.il
1118
1144
 
1119
1145
  // im : https://www.nic.im/
1120
1146
  // Submitted by registry <info@nic.im> 2013-11-15
@@ -3571,6 +3597,7 @@ ltd.lk
3571
3597
  assn.lk
3572
3598
  grp.lk
3573
3599
  hotel.lk
3600
+ ac.lk
3574
3601
 
3575
3602
  // lr : http://psg.com/dns/lr/lr.txt
3576
3603
  // Submitted by registry <randy@psg.com> 2008-06-17
@@ -3647,7 +3674,7 @@ gov.me
3647
3674
  its.me
3648
3675
  priv.me
3649
3676
 
3650
- // mg : http://www.nic.mg/tarif.htm
3677
+ // mg : http://nic.mg/nicmg/?page_id=39
3651
3678
  mg
3652
3679
  org.mg
3653
3680
  nom.mg
@@ -3657,6 +3684,7 @@ tm.mg
3657
3684
  edu.mg
3658
3685
  mil.mg
3659
3686
  com.mg
3687
+ co.mg
3660
3688
 
3661
3689
  // mh : http://en.wikipedia.org/wiki/.mh
3662
3690
  mh
@@ -4412,9 +4440,9 @@ mobi.ng
4412
4440
  // ni : http://www.nic.ni/dominios.htm
4413
4441
  *.ni
4414
4442
 
4415
- // nl : http://www.domain-registry.nl/ace.php/c,728,122,,,,Home.html
4416
- // Confirmed by registry <Antoin.Verschuren@sidn.nl> (with technical
4417
- // reservations) 2008-06-08
4443
+ // nl : http://en.wikipedia.org/wiki/.nl
4444
+ // https://www.sidn.nl/
4445
+ // ccTLD for the Netherlands
4418
4446
  nl
4419
4447
 
4420
4448
  // BV.nl will be a registry for dutch BV's (besloten vennootschap)
@@ -5304,14 +5332,11 @@ gos.pk
5304
5332
  info.pk
5305
5333
 
5306
5334
  // pl http://www.dns.pl/english/index.html
5307
- // confirmed on 26.09.2014 from Bogna Tchórzewska <partner@dns.pl>
5335
+ // updated by .PL registry on 2015-04-28
5308
5336
  pl
5309
5337
  com.pl
5310
5338
  net.pl
5311
5339
  org.pl
5312
- info.pl
5313
- waw.pl
5314
- gov.pl
5315
5340
  // pl functional domains (http://www.dns.pl/english/index.html)
5316
5341
  aid.pl
5317
5342
  agro.pl
@@ -5321,6 +5346,7 @@ biz.pl
5321
5346
  edu.pl
5322
5347
  gmina.pl
5323
5348
  gsm.pl
5349
+ info.pl
5324
5350
  mail.pl
5325
5351
  miasta.pl
5326
5352
  media.pl
@@ -5342,16 +5368,55 @@ tm.pl
5342
5368
  tourism.pl
5343
5369
  travel.pl
5344
5370
  turystyka.pl
5345
- // Government domains (administred by ippt.gov.pl)
5346
- uw.gov.pl
5347
- um.gov.pl
5371
+ // Government domains
5372
+ gov.pl
5373
+ ap.gov.pl
5374
+ ic.gov.pl
5375
+ is.gov.pl
5376
+ us.gov.pl
5377
+ kmpsp.gov.pl
5378
+ kppsp.gov.pl
5379
+ kwpsp.gov.pl
5380
+ psp.gov.pl
5381
+ wskr.gov.pl
5382
+ kwp.gov.pl
5383
+ mw.gov.pl
5348
5384
  ug.gov.pl
5385
+ um.gov.pl
5386
+ umig.gov.pl
5387
+ ugim.gov.pl
5349
5388
  upow.gov.pl
5389
+ uw.gov.pl
5350
5390
  starostwo.gov.pl
5391
+ pa.gov.pl
5392
+ po.gov.pl
5393
+ psse.gov.pl
5394
+ pup.gov.pl
5395
+ rzgw.gov.pl
5396
+ sa.gov.pl
5351
5397
  so.gov.pl
5352
5398
  sr.gov.pl
5353
- po.gov.pl
5354
- pa.gov.pl
5399
+ wsa.gov.pl
5400
+ sko.gov.pl
5401
+ uzs.gov.pl
5402
+ wiih.gov.pl
5403
+ winb.gov.pl
5404
+ pinb.gov.pl
5405
+ wios.gov.pl
5406
+ witd.gov.pl
5407
+ wzmiuw.gov.pl
5408
+ piw.gov.pl
5409
+ wiw.gov.pl
5410
+ griw.gov.pl
5411
+ wif.gov.pl
5412
+ oum.gov.pl
5413
+ sdn.gov.pl
5414
+ zp.gov.pl
5415
+ uppo.gov.pl
5416
+ mup.gov.pl
5417
+ wuoz.gov.pl
5418
+ konsulat.gov.pl
5419
+ oirm.gov.pl
5355
5420
  // pl regional domains (http://www.dns.pl/english/index.html)
5356
5421
  augustow.pl
5357
5422
  babia-gora.pl
@@ -5459,6 +5524,7 @@ ustka.pl
5459
5524
  walbrzych.pl
5460
5525
  warmia.pl
5461
5526
  warszawa.pl
5527
+ waw.pl
5462
5528
  wegrow.pl
5463
5529
  wielun.pl
5464
5530
  wlocl.pl
@@ -6245,10 +6311,6 @@ zhytomyr.ua
6245
6311
  zp.ua
6246
6312
  zt.ua
6247
6313
 
6248
- // Private registries in .ua
6249
- co.ua
6250
- pp.ua
6251
-
6252
6314
  // ug : https://www.registry.co.ug/
6253
6315
  ug
6254
6316
  co.ug
@@ -6621,114 +6683,147 @@ edu.ws
6621
6683
  yt
6622
6684
 
6623
6685
  // IDN ccTLDs
6624
- // Please sort by ISO 3166 ccTLD, then punicode string
6625
- // when submitting patches and follow this format:
6626
- // <Punicode> ("<english word>" <language>) : <ISO 3166 ccTLD>
6627
- // [optional sponsoring org]
6628
- // <URL>
6686
+ // When submitting patches, please maintain a sort by ISO 3166 ccTLD, then
6687
+ // U-label, and follow this format:
6688
+ // // A-Label ("<Latin renderings>", <language name>[, variant info]) : <ISO 3166 ccTLD>
6689
+ // // [sponsoring org]
6690
+ // U-Label
6629
6691
 
6630
- // xn--mgbaam7a8h ("Emerat" Arabic) : AE
6692
+ // xn--mgbaam7a8h ("Emerat", Arabic) : AE
6631
6693
  // http://nic.ae/english/arabicdomain/rules.jsp
6632
6694
  امارات
6633
6695
 
6634
- // xn--54b7fta0cc ("Bangla" Bangla) : BD
6696
+ // xn--y9a3aq ("hye", Armenian) : AM
6697
+ // ISOC AM (operated by .am Registry)
6698
+ հայ
6699
+
6700
+ // xn--54b7fta0cc ("Bangla", Bangla) : BD
6635
6701
  বাংলা
6636
6702
 
6637
- // xn--fiqs8s ("China" Chinese-Han-Simplified <.Zhongguo>) : CN
6703
+ // xn--90ais ("bel", Belarusian/Russian Cyrillic) : BY
6704
+ // Operated by .by registry
6705
+ бел
6706
+
6707
+ // xn--fiqs8s ("Zhongguo/China", Chinese, Simplified) : CN
6638
6708
  // CNNIC
6639
6709
  // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
6640
6710
  中国
6641
6711
 
6642
- // xn--fiqz9s ("China" Chinese-Han-Traditional <.Zhongguo>) : CN
6712
+ // xn--fiqz9s ("Zhongguo/China", Chinese, Traditional) : CN
6643
6713
  // CNNIC
6644
6714
  // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
6645
6715
  中國
6646
6716
 
6647
- // xn--lgbbat1ad8j ("Algeria / Al Jazair" Arabic) : DZ
6717
+ // xn--lgbbat1ad8j ("Algeria/Al Jazair", Arabic) : DZ
6648
6718
  الجزائر
6649
6719
 
6650
- // xn--wgbh1c ("Egypt" Arabic .masr) : EG
6720
+ // xn--wgbh1c ("Egypt/Masr", Arabic) : EG
6651
6721
  // http://www.dotmasr.eg/
6652
6722
  مصر
6653
6723
 
6654
- // xn--node ("ge" Georgian (Mkhedruli)) : GE
6724
+ // xn--node ("ge", Georgian Mkhedruli) : GE
6655
6725
  გე
6656
6726
 
6657
- // xn--j6w193g ("Hong Kong" Chinese-Han) : HK
6727
+ // xn--qxam ("el", Greek) : GR
6728
+ // Hellenic Ministry of Infrastructure, Transport, and Networks
6729
+ ελ
6730
+
6731
+ // xn--j6w193g ("Hong Kong", Chinese) : HK
6658
6732
  // https://www2.hkirc.hk/register/rules.jsp
6659
6733
  香港
6660
6734
 
6661
- // xn--h2brj9c ("Bharat" Devanagari) : IN
6735
+ // xn--h2brj9c ("Bharat", Devanagari) : IN
6662
6736
  // India
6663
6737
  भारत
6664
6738
 
6665
- // xn--mgbbh1a71e ("Bharat" Arabic) : IN
6739
+ // xn--mgbbh1a71e ("Bharat", Arabic) : IN
6666
6740
  // India
6667
6741
  بھارت
6668
6742
 
6669
- // xn--fpcrj9c3d ("Bharat" Telugu) : IN
6743
+ // xn--fpcrj9c3d ("Bharat", Telugu) : IN
6670
6744
  // India
6671
6745
  భారత్
6672
6746
 
6673
- // xn--gecrj9c ("Bharat" Gujarati) : IN
6747
+ // xn--gecrj9c ("Bharat", Gujarati) : IN
6674
6748
  // India
6675
6749
  ભારત
6676
6750
 
6677
- // xn--s9brj9c ("Bharat" Gurmukhi) : IN
6751
+ // xn--s9brj9c ("Bharat", Gurmukhi) : IN
6678
6752
  // India
6679
6753
  ਭਾਰਤ
6680
6754
 
6681
- // xn--45brj9c ("Bharat" Bengali) : IN
6755
+ // xn--45brj9c ("Bharat", Bengali) : IN
6682
6756
  // India
6683
6757
  ভারত
6684
6758
 
6685
- // xn--xkc2dl3a5ee0h ("India" Tamil) : IN
6759
+ // xn--xkc2dl3a5ee0h ("India", Tamil) : IN
6686
6760
  // India
6687
6761
  இந்தியா
6688
6762
 
6689
- // xn--mgba3a4f16a ("Iran" Persian) : IR
6763
+ // xn--mgba3a4f16a ("Iran", Persian) : IR
6690
6764
  ایران
6691
6765
 
6692
- // xn--mgba3a4fra ("Iran" Arabic) : IR
6766
+ // xn--mgba3a4fra ("Iran", Arabic) : IR
6693
6767
  ايران
6694
6768
 
6695
- // xn--mgbayh7gpa ("al-Ordon" Arabic) : JO
6769
+ // xn--mgbtx2b ("Iraq", Arabic) : IQ
6770
+ // Communications and Media Commission
6771
+ عراق
6772
+
6773
+ // xn--mgbayh7gpa ("al-Ordon", Arabic) : JO
6696
6774
  // National Information Technology Center (NITC)
6697
6775
  // Royal Scientific Society, Al-Jubeiha
6698
6776
  الاردن
6699
6777
 
6700
- // xn--3e0b707e ("Republic of Korea" Hangul) : KR
6778
+ // xn--3e0b707e ("Republic of Korea", Hangul) : KR
6701
6779
  한국
6702
6780
 
6703
- // xn--80ao21a ("Kaz" Kazakh) : KZ
6781
+ // xn--80ao21a ("Kaz", Kazakh) : KZ
6704
6782
  қаз
6705
6783
 
6706
- // xn--fzc2c9e2c ("Lanka" Sinhalese-Sinhala) : LK
6784
+ // xn--fzc2c9e2c ("Lanka", Sinhalese-Sinhala) : LK
6707
6785
  // http://nic.lk
6708
6786
  ලංකා
6709
6787
 
6710
- // xn--xkc2al3hye2a ("Ilangai" Tamil) : LK
6788
+ // xn--xkc2al3hye2a ("Ilangai", Tamil) : LK
6711
6789
  // http://nic.lk
6712
6790
  இலங்கை
6713
6791
 
6714
- // xn--mgbc0a9azcg ("Morocco / al-Maghrib" Arabic) : MA
6792
+ // xn--mgbc0a9azcg ("Morocco/al-Maghrib", Arabic) : MA
6715
6793
  المغرب
6716
6794
 
6717
- // xn--l1acc ("mon" Mongolian) : MN
6795
+ // xn--d1alf ("mkd", Macedonian) : MK
6796
+ // MARnet
6797
+ мкд
6798
+
6799
+ // xn--l1acc ("mon", Mongolian) : MN
6718
6800
  мон
6719
6801
 
6720
- // xn--mgbx4cd0ab ("Malaysia" Malay) : MY
6802
+ // xn--mix891f ("Macao", Chinese, Traditional) : MO
6803
+ // MONIC / HNET Asia (Registry Operator for .mo)
6804
+ 澳門
6805
+
6806
+ // xn--mix082f ("Macao", Chinese, Simplified) : MO
6807
+ 澳门
6808
+
6809
+ // xn--mgbx4cd0ab ("Malaysia", Malay) : MY
6721
6810
  مليسيا
6722
6811
 
6723
- // xn--mgb9awbf ("Oman" Arabic) : OM
6812
+ // xn--mgb9awbf ("Oman", Arabic) : OM
6724
6813
  عمان
6725
6814
 
6726
- // xn--ygbi2ammx ("Falasteen" Arabic) : PS
6815
+ // xn--mgbai9azgqp6j ("Pakistan", Urdu/Arabic) : PK
6816
+ پاکستان
6817
+
6818
+ // xn--mgbai9a5eva00b ("Pakistan", Urdu/Arabic, variant) : PK
6819
+ پاكستان
6820
+
6821
+ // xn--ygbi2ammx ("Falasteen", Arabic) : PS
6727
6822
  // The Palestinian National Internet Naming Authority (PNINA)
6728
6823
  // http://www.pnina.ps
6729
6824
  فلسطين
6730
6825
 
6731
- // xn--90a3ac ("srb" Cyrillic) : RS
6826
+ // xn--90a3ac ("srb", Cyrillic) : RS
6732
6827
  // http://www.rnids.rs/en/the-.срб-domain
6733
6828
  срб
6734
6829
  пр.срб
@@ -6738,62 +6833,66 @@ yt
6738
6833
  упр.срб
6739
6834
  ак.срб
6740
6835
 
6741
- // xn--p1ai ("rf" Russian-Cyrillic) : RU
6836
+ // xn--p1ai ("rf", Russian-Cyrillic) : RU
6742
6837
  // http://www.cctld.ru/en/docs/rulesrf.php
6743
6838
  рф
6744
6839
 
6745
- // xn--wgbl6a ("Qatar" Arabic) : QA
6840
+ // xn--wgbl6a ("Qatar", Arabic) : QA
6746
6841
  // http://www.ict.gov.qa/
6747
6842
  قطر
6748
6843
 
6749
- // xn--mgberp4a5d4ar ("AlSaudiah" Arabic) : SA
6844
+ // xn--mgberp4a5d4ar ("AlSaudiah", Arabic) : SA
6750
6845
  // http://www.nic.net.sa/
6751
6846
  السعودية
6752
6847
 
6753
- // xn--mgberp4a5d4a87g ("AlSaudiah" Arabic) variant : SA
6848
+ // xn--mgberp4a5d4a87g ("AlSaudiah", Arabic, variant) : SA
6754
6849
  السعودیة
6755
6850
 
6756
- // xn--mgbqly7c0a67fbc ("AlSaudiah" Arabic) variant : SA
6851
+ // xn--mgbqly7c0a67fbc ("AlSaudiah", Arabic, variant) : SA
6757
6852
  السعودیۃ
6758
6853
 
6759
- // xn--mgbqly7cvafr ("AlSaudiah" Arabic) variant : SA
6854
+ // xn--mgbqly7cvafr ("AlSaudiah", Arabic, variant) : SA
6760
6855
  السعوديه
6761
6856
 
6762
- // xn--ogbpf8fl ("Syria" Arabic) : SY
6763
- سورية
6764
-
6765
- // xn--mgbtf8fl ("Syria" Arabic) variant : SY
6766
- سوريا
6857
+ // xn--mgbpl2fh ("sudan", Arabic) : SD
6858
+ // Operated by .sd registry
6859
+ سودان
6767
6860
 
6768
- // xn--yfro4i67o Singapore ("Singapore" Chinese-Han) : SG
6861
+ // xn--yfro4i67o Singapore ("Singapore", Chinese) : SG
6769
6862
  新加坡
6770
6863
 
6771
- // xn--clchc0ea0b2g2a9gcd ("Singapore" Tamil) : SG
6864
+ // xn--clchc0ea0b2g2a9gcd ("Singapore", Tamil) : SG
6772
6865
  சிங்கப்பூர்
6773
6866
 
6774
- // xn--o3cw4h ("Thai" Thai) : TH
6867
+ // xn--ogbpf8fl ("Syria", Arabic) : SY
6868
+ سورية
6869
+
6870
+ // xn--mgbtf8fl ("Syria", Arabic, variant) : SY
6871
+ سوريا
6872
+
6873
+ // xn--o3cw4h ("Thai", Thai) : TH
6775
6874
  // http://www.thnic.co.th
6776
6875
  ไทย
6777
6876
 
6778
- // xn--pgbs0dh ("Tunis") : TN
6877
+ // xn--pgbs0dh ("Tunisia", Arabic) : TN
6779
6878
  // http://nic.tn
6780
6879
  تونس
6781
6880
 
6782
- // xn--kpry57d ("Taiwan" Chinese-Han-Traditional) : TW
6881
+ // xn--kpry57d ("Taiwan", Chinese, Traditional) : TW
6783
6882
  // http://www.twnic.net/english/dn/dn_07a.htm
6784
6883
  台灣
6785
6884
 
6786
- // xn--kprw13d ("Taiwan" Chinese-Han-Simplified) : TW
6885
+ // xn--kprw13d ("Taiwan", Chinese, Simplified) : TW
6787
6886
  // http://www.twnic.net/english/dn/dn_07a.htm
6788
6887
  台湾
6789
6888
 
6790
- // xn--nnx388a ("Taiwan") variant : TW
6889
+ // xn--nnx388a ("Taiwan", Chinese, variant) : TW
6791
6890
  臺灣
6792
6891
 
6793
- // xn--j1amh ("ukr" Cyrillic) : UA
6892
+ // xn--j1amh ("ukr", Cyrillic) : UA
6794
6893
  укр
6795
6894
 
6796
- // xn--mgb2ddes ("AlYemen" Arabic) : YE
6895
+ // xn--mgb2ddes ("AlYemen", Arabic) : YE
6797
6896
  اليمن
6798
6897
 
6799
6898
  // xxx : http://icmregistry.com
@@ -6802,8 +6901,24 @@ xxx
6802
6901
  // ye : http://www.y.net.ye/services/domain_name.htm
6803
6902
  *.ye
6804
6903
 
6805
- // za : http://www.zadna.org.za/slds.html
6806
- *.za
6904
+ // za : http://www.zadna.org.za/content/page/domain-information
6905
+ ac.za
6906
+ agrica.za
6907
+ alt.za
6908
+ co.za
6909
+ edu.za
6910
+ gov.za
6911
+ grondar.za
6912
+ law.za
6913
+ mil.za
6914
+ net.za
6915
+ ngo.za
6916
+ nis.za
6917
+ nom.za
6918
+ org.za
6919
+ school.za
6920
+ tm.za
6921
+ web.za
6807
6922
 
6808
6923
  // zm : http://en.wikipedia.org/wiki/.zm
6809
6924
  *.zm
@@ -6812,20 +6927,38 @@ xxx
6812
6927
  *.zw
6813
6928
 
6814
6929
 
6815
- // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2015-04-07T06:02:08Z
6930
+ // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2015-10-11T22:21:58Z
6816
6931
 
6817
6932
  // aaa : 2015-02-26 American Automobile Association, Inc.
6818
6933
  aaa
6819
6934
 
6935
+ // aarp : 2015-05-21 AARP
6936
+ aarp
6937
+
6938
+ // abarth : 2015-07-30 Fiat Chrysler Automobiles N.V.
6939
+ abarth
6940
+
6820
6941
  // abb : 2014-10-24 ABB Ltd
6821
6942
  abb
6822
6943
 
6823
6944
  // abbott : 2014-07-24 Abbott Laboratories, Inc.
6824
6945
  abbott
6825
6946
 
6947
+ // abbvie : 2015-07-30 AbbVie Inc.
6948
+ abbvie
6949
+
6950
+ // abc : 2015-07-30 Disney Enterprises, Inc.
6951
+ abc
6952
+
6953
+ // able : 2015-06-25 Able Inc.
6954
+ able
6955
+
6826
6956
  // abogado : 2014-04-24 Top Level Domain Holdings Limited
6827
6957
  abogado
6828
6958
 
6959
+ // abudhabi : 2015-07-30 Abu Dhabi Systems and Information Centre
6960
+ abudhabi
6961
+
6829
6962
  // academy : 2013-11-07 Half Oaks, LLC
6830
6963
  academy
6831
6964
 
@@ -6847,6 +6980,9 @@ active
6847
6980
  // actor : 2013-12-12 United TLD Holdco Ltd.
6848
6981
  actor
6849
6982
 
6983
+ // adac : 2015-07-16 Allgemeiner Deutscher Automobil-Club e.V. (ADAC)
6984
+ adac
6985
+
6850
6986
  // ads : 2014-12-04 Charleston Road Registry Inc.
6851
6987
  ads
6852
6988
 
@@ -6856,6 +6992,12 @@ adult
6856
6992
  // aeg : 2015-03-19 Aktiebolaget Electrolux
6857
6993
  aeg
6858
6994
 
6995
+ // aetna : 2015-05-21 Aetna Life Insurance Company
6996
+ aetna
6997
+
6998
+ // afamilycompany : 2015-07-23 Johnson Shareholdings, Inc.
6999
+ afamilycompany
7000
+
6859
7001
  // afl : 2014-10-02 Australian Football League
6860
7002
  afl
6861
7003
 
@@ -6865,18 +7007,33 @@ africa
6865
7007
  // africamagic : 2015-03-05 Electronic Media Network (Pty) Ltd
6866
7008
  africamagic
6867
7009
 
7010
+ // agakhan : 2015-04-23 Fondation Aga Khan (Aga Khan Foundation)
7011
+ agakhan
7012
+
6868
7013
  // agency : 2013-11-14 Steel Falls, LLC
6869
7014
  agency
6870
7015
 
6871
7016
  // aig : 2014-12-18 American International Group, Inc.
6872
7017
  aig
6873
7018
 
7019
+ // aigo : 2015-08-06 aigo Digital Technology Co,Ltd.
7020
+ aigo
7021
+
7022
+ // airbus : 2015-07-30 Airbus S.A.S.
7023
+ airbus
7024
+
6874
7025
  // airforce : 2014-03-06 United TLD Holdco Ltd.
6875
7026
  airforce
6876
7027
 
6877
7028
  // airtel : 2014-10-24 Bharti Airtel Limited
6878
7029
  airtel
6879
7030
 
7031
+ // akdn : 2015-04-23 Fondation Aga Khan (Aga Khan Foundation)
7032
+ akdn
7033
+
7034
+ // alfaromeo : 2015-07-31 Fiat Chrysler Automobiles N.V.
7035
+ alfaromeo
7036
+
6880
7037
  // alibaba : 2015-01-15 Alibaba Group Holding Limited
6881
7038
  alibaba
6882
7039
 
@@ -6886,9 +7043,33 @@ alipay
6886
7043
  // allfinanz : 2014-07-03 Allfinanz Deutsche Vermögensberatung Aktiengesellschaft
6887
7044
  allfinanz
6888
7045
 
7046
+ // allstate : 2015-07-31 Allstate Fire and Casualty Insurance Company
7047
+ allstate
7048
+
7049
+ // ally : 2015-06-18 Ally Financial Inc.
7050
+ ally
7051
+
6889
7052
  // alsace : 2014-07-02 REGION D ALSACE
6890
7053
  alsace
6891
7054
 
7055
+ // alstom : 2015-07-30 ALSTOM
7056
+ alstom
7057
+
7058
+ // americanexpress : 2015-07-31 American Express Travel Related Services Company, Inc.
7059
+ americanexpress
7060
+
7061
+ // americanfamily : 2015-07-23 AmFam, Inc.
7062
+ americanfamily
7063
+
7064
+ // amex : 2015-07-31 American Express Travel Related Services Company, Inc.
7065
+ amex
7066
+
7067
+ // amfam : 2015-07-23 AmFam, Inc.
7068
+ amfam
7069
+
7070
+ // amica : 2015-05-28 Amica Mutual Insurance Company
7071
+ amica
7072
+
6892
7073
  // amsterdam : 2014-07-24 Gemeente Amsterdam
6893
7074
  amsterdam
6894
7075
 
@@ -6901,9 +7082,21 @@ android
6901
7082
  // anquan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
6902
7083
  anquan
6903
7084
 
7085
+ // anz : 2015-07-31 Australia and New Zealand Banking Group Limited
7086
+ anz
7087
+
7088
+ // aol : 2015-09-17 AOL Inc.
7089
+ aol
7090
+
6904
7091
  // apartments : 2014-12-11 June Maple, LLC
6905
7092
  apartments
6906
7093
 
7094
+ // app : 2015-05-14 Charleston Road Registry Inc.
7095
+ app
7096
+
7097
+ // apple : 2015-05-14 Apple Inc.
7098
+ apple
7099
+
6907
7100
  // aquarelle : 2014-07-24 Aquarelle.com
6908
7101
  aquarelle
6909
7102
 
@@ -6919,22 +7112,37 @@ army
6919
7112
  // arte : 2014-12-11 Association Relative à la Télévision Européenne G.E.I.E.
6920
7113
  arte
6921
7114
 
7115
+ // asda : 2015-07-31 Wal-Mart Stores, Inc.
7116
+ asda
7117
+
6922
7118
  // associates : 2014-03-06 Baxter Hill, LLC
6923
7119
  associates
6924
7120
 
7121
+ // athleta : 2015-07-30 The Gap, Inc.
7122
+ athleta
7123
+
6925
7124
  // attorney : 2014-03-20
6926
7125
  attorney
6927
7126
 
6928
7127
  // auction : 2014-03-20
6929
7128
  auction
6930
7129
 
7130
+ // audi : 2015-05-21 AUDI Aktiengesellschaft
7131
+ audi
7132
+
7133
+ // audible : 2015-06-25 Amazon EU S.à r.l.
7134
+ audible
7135
+
6931
7136
  // audio : 2014-03-20 Uniregistry, Corp.
6932
7137
  audio
6933
7138
 
7139
+ // auspost : 2015-08-13 Australian Postal Corporation
7140
+ auspost
7141
+
6934
7142
  // author : 2014-12-18 Amazon EU S.à r.l.
6935
7143
  author
6936
7144
 
6937
- // auto : 2014-11-13 Uniregistry, Corp.
7145
+ // auto : 2014-11-13
6938
7146
  auto
6939
7147
 
6940
7148
  // autos : 2014-01-09 DERAutos, LLC
@@ -6943,15 +7151,27 @@ autos
6943
7151
  // avianca : 2015-01-08 Aerovias del Continente Americano S.A. Avianca
6944
7152
  avianca
6945
7153
 
7154
+ // aws : 2015-06-25 Amazon EU S.à r.l.
7155
+ aws
7156
+
6946
7157
  // axa : 2013-12-19 AXA SA
6947
7158
  axa
6948
7159
 
6949
7160
  // azure : 2014-12-18 Microsoft Corporation
6950
7161
  azure
6951
7162
 
7163
+ // baby : 2015-04-09 Johnson & Johnson Services, Inc.
7164
+ baby
7165
+
6952
7166
  // baidu : 2015-01-08 Baidu, Inc.
6953
7167
  baidu
6954
7168
 
7169
+ // banamex : 2015-07-30 Citigroup Inc.
7170
+ banamex
7171
+
7172
+ // bananarepublic : 2015-07-31 The Gap, Inc.
7173
+ bananarepublic
7174
+
6955
7175
  // band : 2014-06-12
6956
7176
  band
6957
7177
 
@@ -6970,9 +7190,15 @@ barclaycard
6970
7190
  // barclays : 2014-11-20 Barclays Bank PLC
6971
7191
  barclays
6972
7192
 
7193
+ // barefoot : 2015-06-11 Gallo Vineyards, Inc.
7194
+ barefoot
7195
+
6973
7196
  // bargains : 2013-11-14 Half Hallow, LLC
6974
7197
  bargains
6975
7198
 
7199
+ // basketball : 2015-08-20 Fédération Internationale de Basketball (FIBA)
7200
+ basketball
7201
+
6976
7202
  // bauhaus : 2014-04-17 Werkhaus GmbH
6977
7203
  bauhaus
6978
7204
 
@@ -6982,6 +7208,9 @@ bayern
6982
7208
  // bbc : 2014-12-18 British Broadcasting Corporation
6983
7209
  bbc
6984
7210
 
7211
+ // bbt : 2015-07-23 BB&T Corporation
7212
+ bbt
7213
+
6985
7214
  // bbva : 2014-10-02 BANCO BILBAO VIZCAYA ARGENTARIA, S.A.
6986
7215
  bbva
6987
7216
 
@@ -6991,6 +7220,9 @@ bcg
6991
7220
  // bcn : 2014-07-24 Municipi de Barcelona
6992
7221
  bcn
6993
7222
 
7223
+ // beats : 2015-05-14 Beats Electronics, LLC
7224
+ beats
7225
+
6994
7226
  // beer : 2014-01-09 Top Level Domain Holdings Limited
6995
7227
  beer
6996
7228
 
@@ -7003,6 +7235,12 @@ berlin
7003
7235
  // best : 2013-12-19 BestTLD Pty Ltd
7004
7236
  best
7005
7237
 
7238
+ // bestbuy : 2015-07-31 BBY Solutions, Inc.
7239
+ bestbuy
7240
+
7241
+ // bet : 2015-05-07 Afilias plc
7242
+ bet
7243
+
7006
7244
  // bharti : 2014-01-09 Bharti Enterprises (Holding) Private Limited
7007
7245
  bharti
7008
7246
 
@@ -7030,6 +7268,15 @@ black
7030
7268
  // blackfriday : 2014-01-16 Uniregistry, Corp.
7031
7269
  blackfriday
7032
7270
 
7271
+ // blanco : 2015-07-16 BLANCO GmbH + Co KG
7272
+ blanco
7273
+
7274
+ // blockbuster : 2015-07-30 Dish DBS Corporation
7275
+ blockbuster
7276
+
7277
+ // blog : 2015-05-14 PRIMER NIVEL S.A.
7278
+ blog
7279
+
7033
7280
  // bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
7034
7281
  bloomberg
7035
7282
 
@@ -7051,6 +7298,12 @@ bnpparibas
7051
7298
  // boats : 2014-12-04 DERBoats, LLC
7052
7299
  boats
7053
7300
 
7301
+ // boehringer : 2015-07-09 Boehringer Ingelheim International GmbH
7302
+ boehringer
7303
+
7304
+ // bofa : 2015-07-31 NMS Services, Inc.
7305
+ bofa
7306
+
7054
7307
  // bom : 2014-10-16 Núcleo de Informação e Coordenação do Ponto BR - NIC.br
7055
7308
  bom
7056
7309
 
@@ -7060,9 +7313,21 @@ bond
7060
7313
  // boo : 2014-01-30 Charleston Road Registry Inc.
7061
7314
  boo
7062
7315
 
7316
+ // book : 2015-08-27 Amazon EU S.à r.l.
7317
+ book
7318
+
7319
+ // booking : 2015-07-16 Booking.com B.V.
7320
+ booking
7321
+
7063
7322
  // boots : 2015-01-08 THE BOOTS COMPANY PLC
7064
7323
  boots
7065
7324
 
7325
+ // bosch : 2015-06-18 Robert Bosch GMBH
7326
+ bosch
7327
+
7328
+ // bostik : 2015-05-28 Bostik SA
7329
+ bostik
7330
+
7066
7331
  // bot : 2014-12-18 Amazon EU S.à r.l.
7067
7332
  bot
7068
7333
 
@@ -7090,6 +7355,9 @@ brussels
7090
7355
  // budapest : 2013-11-21 Top Level Domain Holdings Limited
7091
7356
  budapest
7092
7357
 
7358
+ // bugatti : 2015-07-23 Bugatti International SA
7359
+ bugatti
7360
+
7093
7361
  // build : 2013-11-07 Plan Bee LLC
7094
7362
  build
7095
7363
 
@@ -7120,6 +7388,9 @@ cal
7120
7388
  // call : 2014-12-18 Amazon EU S.à r.l.
7121
7389
  call
7122
7390
 
7391
+ // calvinklein : 2015-07-30 PVH gTLD Holdings LLC
7392
+ calvinklein
7393
+
7123
7394
  // camera : 2013-08-27 Atomic Maple, LLC
7124
7395
  camera
7125
7396
 
@@ -7138,7 +7409,10 @@ capetown
7138
7409
  // capital : 2014-03-06 Delta Mill, LLC
7139
7410
  capital
7140
7411
 
7141
- // car : 2015-01-22 Charleston Road Registry Inc.
7412
+ // capitalone : 2015-08-06 Capital One Financial Corporation
7413
+ capitalone
7414
+
7415
+ // car : 2015-01-22
7142
7416
  car
7143
7417
 
7144
7418
  // caravan : 2013-12-12 Caravan International, Inc.
@@ -7156,7 +7430,7 @@ career
7156
7430
  // careers : 2013-10-02 Wild Corner, LLC
7157
7431
  careers
7158
7432
 
7159
- // cars : 2014-11-13 Uniregistry, Corp.
7433
+ // cars : 2014-11-13
7160
7434
  cars
7161
7435
 
7162
7436
  // cartier : 2014-06-23 Richemont DNS Inc.
@@ -7165,6 +7439,12 @@ cartier
7165
7439
  // casa : 2013-11-21 Top Level Domain Holdings Limited
7166
7440
  casa
7167
7441
 
7442
+ // case : 2015-09-03 CNH Industrial N.V.
7443
+ case
7444
+
7445
+ // caseih : 2015-09-03 CNH Industrial N.V.
7446
+ caseih
7447
+
7168
7448
  // cash : 2014-03-06 Delta Lake, LLC
7169
7449
  cash
7170
7450
 
@@ -7180,13 +7460,22 @@ cba
7180
7460
  // cbn : 2014-08-22 The Christian Broadcasting Network, Inc.
7181
7461
  cbn
7182
7462
 
7463
+ // cbre : 2015-07-02 CBRE, Inc.
7464
+ cbre
7465
+
7466
+ // cbs : 2015-08-06 CBS Domains Inc.
7467
+ cbs
7468
+
7469
+ // ceb : 2015-04-09 The Corporate Executive Board Company
7470
+ ceb
7471
+
7183
7472
  // center : 2013-11-07 Tin Mill, LLC
7184
7473
  center
7185
7474
 
7186
7475
  // ceo : 2013-11-07 CEOTLD Pty Ltd
7187
7476
  ceo
7188
7477
 
7189
- // cern : 2014-06-05 European Organization for Nuclear Research (\
7478
+ // cern : 2014-06-05 European Organization for Nuclear Research ("CERN")
7190
7479
  cern
7191
7480
 
7192
7481
  // cfa : 2014-08-28 CFA Institute
@@ -7195,15 +7484,24 @@ cfa
7195
7484
  // cfd : 2014-12-11 IG Group Holdings PLC
7196
7485
  cfd
7197
7486
 
7487
+ // chanel : 2015-04-09 Chanel International B.V.
7488
+ chanel
7489
+
7198
7490
  // channel : 2014-05-08 Charleston Road Registry Inc.
7199
7491
  channel
7200
7492
 
7493
+ // chase : 2015-04-30 JPMorgan Chase & Co.
7494
+ chase
7495
+
7201
7496
  // chat : 2014-12-04 Sand Fields, LLC
7202
7497
  chat
7203
7498
 
7204
7499
  // cheap : 2013-11-14 Sand Cover, LLC
7205
7500
  cheap
7206
7501
 
7502
+ // chintai : 2015-06-11 CHINTAI Corporation
7503
+ chintai
7504
+
7207
7505
  // chloe : 2014-10-16 Richemont DNS Inc.
7208
7506
  chloe
7209
7507
 
@@ -7213,6 +7511,9 @@ christmas
7213
7511
  // chrome : 2014-07-24 Charleston Road Registry Inc.
7214
7512
  chrome
7215
7513
 
7514
+ // chrysler : 2015-07-30 FCA US LLC.
7515
+ chrysler
7516
+
7216
7517
  // church : 2014-02-06 Holly Fields, LLC
7217
7518
  church
7218
7519
 
@@ -7225,6 +7526,12 @@ circle
7225
7526
  // cisco : 2014-12-22 Cisco Technology, Inc.
7226
7527
  cisco
7227
7528
 
7529
+ // citadel : 2015-07-23 Citadel Domain LLC
7530
+ citadel
7531
+
7532
+ // citi : 2015-07-30 Citigroup Inc.
7533
+ citi
7534
+
7228
7535
  // citic : 2014-01-09 CITIC Group Corporation
7229
7536
  citic
7230
7537
 
@@ -7246,12 +7553,21 @@ click
7246
7553
  // clinic : 2014-03-20 Goose Park, LLC
7247
7554
  clinic
7248
7555
 
7556
+ // clinique : 2015-10-01 The Estée Lauder Companies Inc.
7557
+ clinique
7558
+
7249
7559
  // clothing : 2013-08-27 Steel Lake, LLC
7250
7560
  clothing
7251
7561
 
7562
+ // cloud : 2015-04-16 ARUBA S.p.A.
7563
+ cloud
7564
+
7252
7565
  // club : 2013-11-08 .CLUB DOMAINS, LLC
7253
7566
  club
7254
7567
 
7568
+ // clubmed : 2015-06-25 Club Méditerranée S.A.
7569
+ clubmed
7570
+
7255
7571
  // coach : 2014-10-09 Koko Island, LLC
7256
7572
  coach
7257
7573
 
@@ -7267,6 +7583,9 @@ college
7267
7583
  // cologne : 2014-02-05 NetCologne Gesellschaft für Telekommunikation mbH
7268
7584
  cologne
7269
7585
 
7586
+ // comcast : 2015-07-23 Comcast IP Holdings I, LLC
7587
+ comcast
7588
+
7270
7589
  // commbank : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
7271
7590
  commbank
7272
7591
 
@@ -7276,6 +7595,9 @@ community
7276
7595
  // company : 2013-11-07 Silver Avenue, LLC
7277
7596
  company
7278
7597
 
7598
+ // compare : 2015-10-08 iSelect Ltd
7599
+ compare
7600
+
7279
7601
  // computer : 2013-10-24 Pine Mill, LLC
7280
7602
  computer
7281
7603
 
@@ -7300,6 +7622,9 @@ contractors
7300
7622
  // cooking : 2013-11-21 Top Level Domain Holdings Limited
7301
7623
  cooking
7302
7624
 
7625
+ // cookingchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
7626
+ cookingchannel
7627
+
7303
7628
  // cool : 2013-11-14 Koko Lake, LLC
7304
7629
  cool
7305
7630
 
@@ -7375,6 +7700,12 @@ day
7375
7700
  // dclk : 2014-11-20 Charleston Road Registry Inc.
7376
7701
  dclk
7377
7702
 
7703
+ // dds : 2015-05-07 Top Level Domain Holdings Limited
7704
+ dds
7705
+
7706
+ // deal : 2015-06-25 Amazon EU S.à r.l.
7707
+ deal
7708
+
7378
7709
  // dealer : 2014-12-22 Dealer Dot Com, Inc.
7379
7710
  dealer
7380
7711
 
@@ -7390,6 +7721,9 @@ delivery
7390
7721
  // dell : 2014-10-24 Dell Inc.
7391
7722
  dell
7392
7723
 
7724
+ // deloitte : 2015-07-31 Deloitte Touche Tohmatsu
7725
+ deloitte
7726
+
7393
7727
  // delta : 2015-02-19 Delta Air Lines, Inc.
7394
7728
  delta
7395
7729
 
@@ -7411,6 +7745,9 @@ design
7411
7745
  // dev : 2014-10-16 Charleston Road Registry Inc.
7412
7746
  dev
7413
7747
 
7748
+ // dhl : 2015-07-23 Deutsche Post AG
7749
+ dhl
7750
+
7414
7751
  // diamonds : 2013-09-22 John Edge, LLC
7415
7752
  diamonds
7416
7753
 
@@ -7429,12 +7766,21 @@ directory
7429
7766
  // discount : 2014-03-06 Holly Hill, LLC
7430
7767
  discount
7431
7768
 
7769
+ // discover : 2015-07-23 Discover Financial Services
7770
+ discover
7771
+
7772
+ // dish : 2015-07-30 Dish DBS Corporation
7773
+ dish
7774
+
7432
7775
  // dnp : 2013-12-13 Dai Nippon Printing Co., Ltd.
7433
7776
  dnp
7434
7777
 
7435
7778
  // docs : 2014-10-16 Charleston Road Registry Inc.
7436
7779
  docs
7437
7780
 
7781
+ // dodge : 2015-07-30 FCA US LLC.
7782
+ dodge
7783
+
7438
7784
  // dog : 2014-12-04 Koko Mill, LLC
7439
7785
  dog
7440
7786
 
@@ -7447,6 +7793,9 @@ domains
7447
7793
  // doosan : 2014-04-03 Doosan Corporation
7448
7794
  doosan
7449
7795
 
7796
+ // dot : 2015-05-21 Dish DBS Corporation
7797
+ dot
7798
+
7450
7799
  // download : 2014-11-20 dot Support Limited
7451
7800
  download
7452
7801
 
@@ -7456,15 +7805,33 @@ drive
7456
7805
  // dstv : 2015-03-12 MultiChoice (Proprietary) Limited
7457
7806
  dstv
7458
7807
 
7808
+ // dtv : 2015-06-04 Dish DBS Corporation
7809
+ dtv
7810
+
7459
7811
  // dubai : 2015-01-01 Dubai Smart Government Department
7460
7812
  dubai
7461
7813
 
7814
+ // duck : 2015-07-23 Johnson Shareholdings, Inc.
7815
+ duck
7816
+
7817
+ // dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
7818
+ dunlop
7819
+
7820
+ // duns : 2015-08-06 The Dun & Bradstreet Corporation
7821
+ duns
7822
+
7823
+ // dupont : 2015-06-25 E.I. du Pont de Nemours and Company
7824
+ dupont
7825
+
7462
7826
  // durban : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
7463
7827
  durban
7464
7828
 
7465
7829
  // dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
7466
7830
  dvag
7467
7831
 
7832
+ // dwg : 2015-07-23 Autodesk, Inc.
7833
+ dwg
7834
+
7468
7835
  // earth : 2014-12-04 Interlink Co., Ltd.
7469
7836
  earth
7470
7837
 
@@ -7483,6 +7850,9 @@ email
7483
7850
  // emerck : 2014-04-03 Merck KGaA
7484
7851
  emerck
7485
7852
 
7853
+ // emerson : 2015-07-23 Emerson Electric Co.
7854
+ emerson
7855
+
7486
7856
  // energy : 2014-09-11 Binky Birch, LLC
7487
7857
  energy
7488
7858
 
@@ -7495,12 +7865,18 @@ engineering
7495
7865
  // enterprises : 2013-09-20 Snow Oaks, LLC
7496
7866
  enterprises
7497
7867
 
7868
+ // epost : 2015-07-23 Deutsche Post AG
7869
+ epost
7870
+
7498
7871
  // epson : 2014-12-04 Seiko Epson Corporation
7499
7872
  epson
7500
7873
 
7501
7874
  // equipment : 2013-08-27 Corn Station, LLC
7502
7875
  equipment
7503
7876
 
7877
+ // ericsson : 2015-07-09 Telefonaktiebolaget L M Ericsson
7878
+ ericsson
7879
+
7504
7880
  // erni : 2014-04-03 ERNI Group Holding AG
7505
7881
  erni
7506
7882
 
@@ -7510,6 +7886,12 @@ esq
7510
7886
  // estate : 2013-08-27 Trixy Park, LLC
7511
7887
  estate
7512
7888
 
7889
+ // esurance : 2015-07-23 Esurance Insurance Company
7890
+ esurance
7891
+
7892
+ // etisalat : 2015-09-03 Emirates Telecommunications Corporation (trading as Etisalat)
7893
+ etisalat
7894
+
7513
7895
  // eurovision : 2014-04-24 European Broadcasting Union (EBU)
7514
7896
  eurovision
7515
7897
 
@@ -7534,6 +7916,9 @@ exposed
7534
7916
  // express : 2015-02-11 Sea Sunset, LLC
7535
7917
  express
7536
7918
 
7919
+ // extraspace : 2015-05-14 Extra Space Storage LLC
7920
+ extraspace
7921
+
7537
7922
  // fage : 2014-12-18 Fage International S.A.
7538
7923
  fage
7539
7924
 
@@ -7546,7 +7931,7 @@ fairwinds
7546
7931
  // faith : 2014-11-20 dot Faith Limited
7547
7932
  faith
7548
7933
 
7549
- // family : 2015-04-02 Bitter Galley, LLC
7934
+ // family : 2015-04-02
7550
7935
  family
7551
7936
 
7552
7937
  // fan : 2014-03-06
@@ -7558,18 +7943,36 @@ fans
7558
7943
  // farm : 2013-11-07 Just Maple, LLC
7559
7944
  farm
7560
7945
 
7946
+ // farmers : 2015-07-09 Farmers Insurance Exchange
7947
+ farmers
7948
+
7561
7949
  // fashion : 2014-07-03 Top Level Domain Holdings Limited
7562
7950
  fashion
7563
7951
 
7564
7952
  // fast : 2014-12-18 Amazon EU S.à r.l.
7565
7953
  fast
7566
7954
 
7955
+ // fedex : 2015-08-06 Federal Express Corporation
7956
+ fedex
7957
+
7567
7958
  // feedback : 2013-12-19 Top Level Spectrum, Inc.
7568
7959
  feedback
7569
7960
 
7961
+ // ferrari : 2015-07-31 Fiat Chrysler Automobiles N.V.
7962
+ ferrari
7963
+
7570
7964
  // ferrero : 2014-12-18 Ferrero Trading Lux S.A.
7571
7965
  ferrero
7572
7966
 
7967
+ // fiat : 2015-07-31 Fiat Chrysler Automobiles N.V.
7968
+ fiat
7969
+
7970
+ // fidelity : 2015-07-30 Fidelity Brokerage Services LLC
7971
+ fidelity
7972
+
7973
+ // fido : 2015-08-06 Rogers Communications Partnership
7974
+ fido
7975
+
7573
7976
  // film : 2015-01-08 Motion Picture Domain Registry Pty Ltd
7574
7977
  film
7575
7978
 
@@ -7582,6 +7985,9 @@ finance
7582
7985
  // financial : 2014-03-06 Just Cover, LLC
7583
7986
  financial
7584
7987
 
7988
+ // fire : 2015-06-25 Amazon EU S.à r.l.
7989
+ fire
7990
+
7585
7991
  // firestone : 2014-12-18 Bridgestone Corporation
7586
7992
  firestone
7587
7993
 
@@ -7606,6 +8012,9 @@ flickr
7606
8012
  // flights : 2013-12-05 Fox Station, LLC
7607
8013
  flights
7608
8014
 
8015
+ // flir : 2015-07-23 FLIR Systems, Inc.
8016
+ flir
8017
+
7609
8018
  // florist : 2013-11-07 Half Cypress, LLC
7610
8019
  florist
7611
8020
 
@@ -7621,6 +8030,9 @@ fly
7621
8030
  // foo : 2014-01-23 Charleston Road Registry Inc.
7622
8031
  foo
7623
8032
 
8033
+ // foodnetwork : 2015-07-02 Lifestyle Domain Holdings, Inc.
8034
+ foodnetwork
8035
+
7624
8036
  // football : 2014-12-18 Foggy Farms, LLC
7625
8037
  football
7626
8038
 
@@ -7639,15 +8051,33 @@ forum
7639
8051
  // foundation : 2013-12-05 John Dale, LLC
7640
8052
  foundation
7641
8053
 
8054
+ // fox : 2015-09-11 FOX Registry, LLC
8055
+ fox
8056
+
8057
+ // fresenius : 2015-07-30 Fresenius Immobilien-Verwaltungs-GmbH
8058
+ fresenius
8059
+
7642
8060
  // frl : 2014-05-15 FRLregistry B.V.
7643
8061
  frl
7644
8062
 
7645
8063
  // frogans : 2013-12-19 OP3FT
7646
8064
  frogans
7647
8065
 
8066
+ // frontdoor : 2015-07-02 Lifestyle Domain Holdings, Inc.
8067
+ frontdoor
8068
+
7648
8069
  // frontier : 2015-02-05 Frontier Communications Corporation
7649
8070
  frontier
7650
8071
 
8072
+ // ftr : 2015-07-16 Frontier Communications Corporation
8073
+ ftr
8074
+
8075
+ // fujitsu : 2015-07-30 Fujitsu Limited
8076
+ fujitsu
8077
+
8078
+ // fujixerox : 2015-07-23 Xerox DNHC LLC
8079
+ fujixerox
8080
+
7651
8081
  // fund : 2014-03-20 John Castle, LLC
7652
8082
  fund
7653
8083
 
@@ -7666,16 +8096,28 @@ gal
7666
8096
  // gallery : 2013-09-13 Sugar House, LLC
7667
8097
  gallery
7668
8098
 
8099
+ // gallo : 2015-06-11 Gallo Vineyards, Inc.
8100
+ gallo
8101
+
7669
8102
  // gallup : 2015-02-19 Gallup, Inc.
7670
8103
  gallup
7671
8104
 
8105
+ // game : 2015-05-28 Uniregistry, Corp.
8106
+ game
8107
+
8108
+ // games : 2015-05-28 Foggy Beach, LLC
8109
+ games
8110
+
8111
+ // gap : 2015-07-31 The Gap, Inc.
8112
+ gap
8113
+
7672
8114
  // garden : 2014-06-26 Top Level Domain Holdings Limited
7673
8115
  garden
7674
8116
 
7675
8117
  // gbiz : 2014-07-17 Charleston Road Registry Inc.
7676
8118
  gbiz
7677
8119
 
7678
- // gdn : 2014-07-31 Joint Stock Company \
8120
+ // gdn : 2014-07-31 Joint Stock Company "Navigation-information systems"
7679
8121
  gdn
7680
8122
 
7681
8123
  // gea : 2014-12-04 GEA Group Aktiengesellschaft
@@ -7687,6 +8129,9 @@ gent
7687
8129
  // genting : 2015-03-12 Resorts World Inc Pte. Ltd.
7688
8130
  genting
7689
8131
 
8132
+ // george : 2015-07-31 Wal-Mart Stores, Inc.
8133
+ george
8134
+
7690
8135
  // ggee : 2014-01-09 GMO Internet, Inc.
7691
8136
  ggee
7692
8137
 
@@ -7702,6 +8147,9 @@ gives
7702
8147
  // giving : 2014-11-13 Giving Limited
7703
8148
  giving
7704
8149
 
8150
+ // glade : 2015-07-23 Johnson Shareholdings, Inc.
8151
+ glade
8152
+
7705
8153
  // glass : 2013-11-07 Black Cover, LLC
7706
8154
  glass
7707
8155
 
@@ -7723,6 +8171,9 @@ gmo
7723
8171
  // gmx : 2014-04-24 1&1 Mail & Media GmbH
7724
8172
  gmx
7725
8173
 
8174
+ // godaddy : 2015-07-23 Go Daddy East, LLC
8175
+ godaddy
8176
+
7726
8177
  // gold : 2015-01-22 June Edge, LLC
7727
8178
  gold
7728
8179
 
@@ -7735,6 +8186,12 @@ golf
7735
8186
  // goo : 2014-12-18 NTT Resonant Inc.
7736
8187
  goo
7737
8188
 
8189
+ // goodhands : 2015-07-31 Allstate Fire and Casualty Insurance Company
8190
+ goodhands
8191
+
8192
+ // goodyear : 2015-07-02 The Goodyear Tire & Rubber Company
8193
+ goodyear
8194
+
7738
8195
  // goog : 2014-11-20 Charleston Road Registry Inc.
7739
8196
  goog
7740
8197
 
@@ -7750,6 +8207,9 @@ got
7750
8207
  // gotv : 2015-03-12 MultiChoice (Proprietary) Limited
7751
8208
  gotv
7752
8209
 
8210
+ // grainger : 2015-05-07 Grainger Registry Services, LLC
8211
+ grainger
8212
+
7753
8213
  // graphics : 2013-09-13 Over Madison, LLC
7754
8214
  graphics
7755
8215
 
@@ -7765,6 +8225,9 @@ gripe
7765
8225
  // group : 2014-08-15 Romeo Town, LLC
7766
8226
  group
7767
8227
 
8228
+ // guardian : 2015-07-30 The Guardian Life Insurance Company of America
8229
+ guardian
8230
+
7768
8231
  // gucci : 2014-11-13 Guccio Gucci S.p.a.
7769
8232
  gucci
7770
8233
 
@@ -7789,6 +8252,12 @@ hangout
7789
8252
  // haus : 2013-12-05
7790
8253
  haus
7791
8254
 
8255
+ // hbo : 2015-07-30 HBO Registry Services, Inc.
8256
+ hbo
8257
+
8258
+ // hdfc : 2015-07-30 HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED
8259
+ hdfc
8260
+
7792
8261
  // hdfcbank : 2015-02-12 HDFC Bank Limited
7793
8262
  hdfcbank
7794
8263
 
@@ -7810,15 +8279,24 @@ here
7810
8279
  // hermes : 2014-07-10 HERMES INTERNATIONAL
7811
8280
  hermes
7812
8281
 
8282
+ // hgtv : 2015-07-02 Lifestyle Domain Holdings, Inc.
8283
+ hgtv
8284
+
7813
8285
  // hiphop : 2014-03-06 Uniregistry, Corp.
7814
8286
  hiphop
7815
8287
 
8288
+ // hisamitsu : 2015-07-16 Hisamitsu Pharmaceutical Co.,Inc.
8289
+ hisamitsu
8290
+
7816
8291
  // hitachi : 2014-10-31 Hitachi, Ltd.
7817
8292
  hitachi
7818
8293
 
7819
8294
  // hiv : 2014-03-13 dotHIV gemeinnuetziger e.V.
7820
8295
  hiv
7821
8296
 
8297
+ // hkt : 2015-05-14 PCCW-HKT DataCom Services Limited
8298
+ hkt
8299
+
7822
8300
  // hockey : 2015-03-19 Half Willow, LLC
7823
8301
  hockey
7824
8302
 
@@ -7831,12 +8309,21 @@ holiday
7831
8309
  // homedepot : 2015-04-02 Homer TLC, Inc.
7832
8310
  homedepot
7833
8311
 
8312
+ // homegoods : 2015-07-16 The TJX Companies, Inc.
8313
+ homegoods
8314
+
7834
8315
  // homes : 2014-01-09 DERHomes, LLC
7835
8316
  homes
7836
8317
 
8318
+ // homesense : 2015-07-16 The TJX Companies, Inc.
8319
+ homesense
8320
+
7837
8321
  // honda : 2014-12-18 Honda Motor Co., Ltd.
7838
8322
  honda
7839
8323
 
8324
+ // honeywell : 2015-07-23 Honeywell GTLD LLC
8325
+ honeywell
8326
+
7840
8327
  // horse : 2013-11-21 Top Level Domain Holdings Limited
7841
8328
  horse
7842
8329
 
@@ -7846,6 +8333,9 @@ host
7846
8333
  // hosting : 2014-05-29 Uniregistry, Corp.
7847
8334
  hosting
7848
8335
 
8336
+ // hot : 2015-08-27 Amazon EU S.à r.l.
8337
+ hot
8338
+
7849
8339
  // hoteles : 2015-03-05 Travel Reservations SRL
7850
8340
  hoteles
7851
8341
 
@@ -7864,6 +8354,15 @@ hsbc
7864
8354
  // htc : 2015-04-02 HTC corporation
7865
8355
  htc
7866
8356
 
8357
+ // hughes : 2015-07-30 Hughes Satellite Systems Corporation
8358
+ hughes
8359
+
8360
+ // hyatt : 2015-07-30 Hyatt GTLD, L.L.C.
8361
+ hyatt
8362
+
8363
+ // hyundai : 2015-07-09 Hyundai Motor Company
8364
+ hyundai
8365
+
7867
8366
  // ibm : 2014-07-31 International Business Machines Corporation
7868
8367
  ibm
7869
8368
 
@@ -7876,12 +8375,24 @@ ice
7876
8375
  // icu : 2015-01-08 One.com A/S
7877
8376
  icu
7878
8377
 
8378
+ // ieee : 2015-07-23 IEEE Global LLC
8379
+ ieee
8380
+
7879
8381
  // ifm : 2014-01-30 ifm electronic gmbh
7880
8382
  ifm
7881
8383
 
7882
8384
  // iinet : 2014-07-03 Connect West Pty. Ltd.
7883
8385
  iinet
7884
8386
 
8387
+ // ikano : 2015-07-09 Ikano S.A.
8388
+ ikano
8389
+
8390
+ // imamat : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
8391
+ imamat
8392
+
8393
+ // imdb : 2015-06-25 Amazon EU S.à r.l.
8394
+ imdb
8395
+
7885
8396
  // immo : 2014-07-10 Auburn Bloom, LLC
7886
8397
  immo
7887
8398
 
@@ -7909,9 +8420,15 @@ insurance
7909
8420
  // insure : 2014-03-20 Pioneer Willow, LLC
7910
8421
  insure
7911
8422
 
8423
+ // intel : 2015-08-06 Intel Corporation
8424
+ intel
8425
+
7912
8426
  // international : 2013-11-07 Wild Way, LLC
7913
8427
  international
7914
8428
 
8429
+ // intuit : 2015-07-30 Intuit Administrative Services, Inc.
8430
+ intuit
8431
+
7915
8432
  // investments : 2014-03-20 Holly Glen, LLC
7916
8433
  investments
7917
8434
 
@@ -7924,6 +8441,9 @@ irish
7924
8441
  // iselect : 2015-02-11 iSelect Ltd
7925
8442
  iselect
7926
8443
 
8444
+ // ismaili : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
8445
+ ismaili
8446
+
7927
8447
  // ist : 2014-08-28 Istanbul Metropolitan Municipality
7928
8448
  ist
7929
8449
 
@@ -7933,6 +8453,12 @@ istanbul
7933
8453
  // itau : 2014-10-02 Itau Unibanco Holding S.A.
7934
8454
  itau
7935
8455
 
8456
+ // itv : 2015-07-09 ITV Services Limited
8457
+ itv
8458
+
8459
+ // iveco : 2015-09-03 CNH Industrial N.V.
8460
+ iveco
8461
+
7936
8462
  // iwc : 2014-06-23 Richemont DNS Inc.
7937
8463
  iwc
7938
8464
 
@@ -7945,6 +8471,12 @@ java
7945
8471
  // jcb : 2014-11-20 JCB Co., Ltd.
7946
8472
  jcb
7947
8473
 
8474
+ // jcp : 2015-04-23 JCP Media, Inc.
8475
+ jcp
8476
+
8477
+ // jeep : 2015-07-30 FCA US LLC.
8478
+ jeep
8479
+
7948
8480
  // jetzt : 2014-01-09 New TLD Company AB
7949
8481
  jetzt
7950
8482
 
@@ -7963,6 +8495,9 @@ jll
7963
8495
  // jmp : 2015-03-26 Matrix IP LLC
7964
8496
  jmp
7965
8497
 
8498
+ // jnj : 2015-06-18 Johnson & Johnson Services, Inc.
8499
+ jnj
8500
+
7966
8501
  // joburg : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
7967
8502
  joburg
7968
8503
 
@@ -7972,27 +8507,48 @@ jot
7972
8507
  // joy : 2014-12-18 Amazon EU S.à r.l.
7973
8508
  joy
7974
8509
 
8510
+ // jpmorgan : 2015-04-30 JPMorgan Chase & Co.
8511
+ jpmorgan
8512
+
7975
8513
  // jprs : 2014-09-18 Japan Registry Services Co., Ltd.
7976
8514
  jprs
7977
8515
 
7978
8516
  // juegos : 2014-03-20 Uniregistry, Corp.
7979
8517
  juegos
7980
8518
 
8519
+ // juniper : 2015-07-30 JUNIPER NETWORKS, INC.
8520
+ juniper
8521
+
7981
8522
  // kaufen : 2013-11-07 United TLD Holdco Ltd.
7982
8523
  kaufen
7983
8524
 
7984
8525
  // kddi : 2014-09-12 KDDI CORPORATION
7985
8526
  kddi
7986
8527
 
8528
+ // kerryhotels : 2015-04-30 Kerry Trading Co. Limited
8529
+ kerryhotels
8530
+
8531
+ // kerrylogistics : 2015-04-09 Kerry Trading Co. Limited
8532
+ kerrylogistics
8533
+
8534
+ // kerryproperties : 2015-04-09 Kerry Trading Co. Limited
8535
+ kerryproperties
8536
+
7987
8537
  // kfh : 2014-12-04 Kuwait Finance House
7988
8538
  kfh
7989
8539
 
8540
+ // kia : 2015-07-09 KIA MOTORS CORPORATION
8541
+ kia
8542
+
7990
8543
  // kim : 2013-09-23 Afilias Limited
7991
8544
  kim
7992
8545
 
7993
8546
  // kinder : 2014-11-07 Ferrero Trading Lux S.A.
7994
8547
  kinder
7995
8548
 
8549
+ // kindle : 2015-06-25 Amazon EU S.à r.l.
8550
+ kindle
8551
+
7996
8552
  // kitchen : 2013-09-20 Just Goodbye, LLC
7997
8553
  kitchen
7998
8554
 
@@ -8005,6 +8561,12 @@ koeln
8005
8561
  // komatsu : 2015-01-08 Komatsu Ltd.
8006
8562
  komatsu
8007
8563
 
8564
+ // kosher : 2015-08-20 Kosher Marketing Assets LLC
8565
+ kosher
8566
+
8567
+ // kpmg : 2015-04-23 KPMG International Cooperative (KPMG International Genossenschaft)
8568
+ kpmg
8569
+
8008
8570
  // kpn : 2015-01-08 Koninklijke KPN N.V.
8009
8571
  kpn
8010
8572
 
@@ -8014,6 +8576,9 @@ krd
8014
8576
  // kred : 2013-12-19 KredTLD Pty Ltd
8015
8577
  kred
8016
8578
 
8579
+ // kuokgroup : 2015-04-09 Kerry Trading Co. Limited
8580
+ kuokgroup
8581
+
8017
8582
  // kyknet : 2015-03-05 Electronic Media Network (Pty) Ltd
8018
8583
  kyknet
8019
8584
 
@@ -8023,21 +8588,42 @@ kyoto
8023
8588
  // lacaixa : 2014-01-09 CAIXA D'ESTALVIS I PENSIONS DE BARCELONA
8024
8589
  lacaixa
8025
8590
 
8591
+ // ladbrokes : 2015-08-06 LADBROKES INTERNATIONAL PLC
8592
+ ladbrokes
8593
+
8594
+ // lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
8595
+ lamborghini
8596
+
8597
+ // lamer : 2015-10-01 The Estée Lauder Companies Inc.
8598
+ lamer
8599
+
8026
8600
  // lancaster : 2015-02-12 LANCASTER
8027
8601
  lancaster
8028
8602
 
8603
+ // lancia : 2015-07-31 Fiat Chrysler Automobiles N.V.
8604
+ lancia
8605
+
8606
+ // lancome : 2015-07-23 L'Oréal
8607
+ lancome
8608
+
8029
8609
  // land : 2013-09-10 Pine Moon, LLC
8030
8610
  land
8031
8611
 
8032
8612
  // landrover : 2014-11-13 Jaguar Land Rover Ltd
8033
8613
  landrover
8034
8614
 
8615
+ // lanxess : 2015-07-30 LANXESS Corporation
8616
+ lanxess
8617
+
8035
8618
  // lasalle : 2015-04-02 Jones Lang LaSalle Incorporated
8036
8619
  lasalle
8037
8620
 
8038
8621
  // lat : 2014-10-16 ECOM-LAC Federaciòn de Latinoamèrica y el Caribe para Internet y el Comercio Electrònico
8039
8622
  lat
8040
8623
 
8624
+ // latino : 2015-07-30 Dish DBS Corporation
8625
+ latino
8626
+
8041
8627
  // latrobe : 2014-06-16 La Trobe University
8042
8628
  latrobe
8043
8629
 
@@ -8047,7 +8633,7 @@ law
8047
8633
  // lawyer : 2014-03-20
8048
8634
  lawyer
8049
8635
 
8050
- // lds : 2014-03-20 IRI Domain Management, LLC (\
8636
+ // lds : 2014-03-20 IRI Domain Management, LLC ("Applicant")
8051
8637
  lds
8052
8638
 
8053
8639
  // lease : 2014-03-06 Victor Trail, LLC
@@ -8056,9 +8642,18 @@ lease
8056
8642
  // leclerc : 2014-08-07 A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc
8057
8643
  leclerc
8058
8644
 
8645
+ // lefrak : 2015-07-16 LeFrak Organization, Inc.
8646
+ lefrak
8647
+
8059
8648
  // legal : 2014-10-16 Blue Falls, LLC
8060
8649
  legal
8061
8650
 
8651
+ // lego : 2015-07-16 LEGO Juris A/S
8652
+ lego
8653
+
8654
+ // lexus : 2015-04-23 TOYOTA MOTOR CORPORATION
8655
+ lexus
8656
+
8062
8657
  // lgbt : 2014-05-08 Afilias Limited
8063
8658
  lgbt
8064
8659
 
@@ -8083,6 +8678,9 @@ lighting
8083
8678
  // like : 2014-12-18 Amazon EU S.à r.l.
8084
8679
  like
8085
8680
 
8681
+ // lilly : 2015-07-31 Eli Lilly and Company
8682
+ lilly
8683
+
8086
8684
  // limited : 2014-03-06 Big Fest, LLC
8087
8685
  limited
8088
8686
 
@@ -8098,9 +8696,15 @@ linde
8098
8696
  // link : 2013-11-14 Uniregistry, Corp.
8099
8697
  link
8100
8698
 
8101
- // live : 2014-12-04 Half Woods, LLC
8699
+ // lipsy : 2015-06-25 Lipsy Ltd
8700
+ lipsy
8701
+
8702
+ // live : 2014-12-04
8102
8703
  live
8103
8704
 
8705
+ // living : 2015-07-30 Lifestyle Domain Holdings, Inc.
8706
+ living
8707
+
8104
8708
  // lixil : 2015-03-19 LIXIL Group Corporation
8105
8709
  lixil
8106
8710
 
@@ -8110,6 +8714,15 @@ loan
8110
8714
  // loans : 2014-03-20 June Woods, LLC
8111
8715
  loans
8112
8716
 
8717
+ // locker : 2015-06-04 Dish DBS Corporation
8718
+ locker
8719
+
8720
+ // locus : 2015-06-25 Locus Analytics LLC
8721
+ locus
8722
+
8723
+ // loft : 2015-07-30 Annco, Inc.
8724
+ loft
8725
+
8113
8726
  // lol : 2015-01-30 Uniregistry, Corp.
8114
8727
  lol
8115
8728
 
@@ -8125,12 +8738,21 @@ lotto
8125
8738
  // love : 2014-12-22 Merchant Law Group LLP
8126
8739
  love
8127
8740
 
8741
+ // lpl : 2015-07-30 LPL Holdings, Inc.
8742
+ lpl
8743
+
8744
+ // lplfinancial : 2015-07-30 LPL Holdings, Inc.
8745
+ lplfinancial
8746
+
8128
8747
  // ltd : 2014-09-25 Over Corner, LLC
8129
8748
  ltd
8130
8749
 
8131
8750
  // ltda : 2014-04-17 DOMAIN ROBOT SERVICOS DE HOSPEDAGEM NA INTERNET LTDA
8132
8751
  ltda
8133
8752
 
8753
+ // lundbeck : 2015-08-06 H. Lundbeck A/S
8754
+ lundbeck
8755
+
8134
8756
  // lupin : 2014-11-07 LUPIN LIMITED
8135
8757
  lupin
8136
8758
 
@@ -8140,6 +8762,9 @@ luxe
8140
8762
  // luxury : 2013-10-17 Luxury Partners, LLC
8141
8763
  luxury
8142
8764
 
8765
+ // macys : 2015-07-31 Macys, Inc.
8766
+ macys
8767
+
8143
8768
  // madrid : 2014-05-01 Comunidad de Madrid
8144
8769
  madrid
8145
8770
 
@@ -8173,9 +8798,30 @@ markets
8173
8798
  // marriott : 2014-10-09 Marriott Worldwide Corporation
8174
8799
  marriott
8175
8800
 
8801
+ // marshalls : 2015-07-16 The TJX Companies, Inc.
8802
+ marshalls
8803
+
8804
+ // maserati : 2015-07-31 Fiat Chrysler Automobiles N.V.
8805
+ maserati
8806
+
8807
+ // mattel : 2015-08-06 Mattel Sites, Inc.
8808
+ mattel
8809
+
8176
8810
  // mba : 2015-04-02 Lone Hollow, LLC
8177
8811
  mba
8178
8812
 
8813
+ // mcd : 2015-07-30 McDonald’s Corporation
8814
+ mcd
8815
+
8816
+ // mcdonalds : 2015-07-30 McDonald’s Corporation
8817
+ mcdonalds
8818
+
8819
+ // mckinsey : 2015-07-31 McKinsey Holdings, Inc.
8820
+ mckinsey
8821
+
8822
+ // med : 2015-08-06 Medistry LLC
8823
+ med
8824
+
8179
8825
  // media : 2014-03-06 Grand Glen, LLC
8180
8826
  media
8181
8827
 
@@ -8200,6 +8846,9 @@ menu
8200
8846
  // meo : 2014-11-07 PT Comunicacoes S.A.
8201
8847
  meo
8202
8848
 
8849
+ // metlife : 2015-05-07 MetLife Services and Solutions, LLC
8850
+ metlife
8851
+
8203
8852
  // miami : 2013-12-19 Top Level Domain Holdings Limited
8204
8853
  miami
8205
8854
 
@@ -8209,6 +8858,21 @@ microsoft
8209
8858
  // mini : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
8210
8859
  mini
8211
8860
 
8861
+ // mint : 2015-07-30 Intuit Administrative Services, Inc.
8862
+ mint
8863
+
8864
+ // mit : 2015-07-02 Massachusetts Institute of Technology
8865
+ mit
8866
+
8867
+ // mitsubishi : 2015-07-23 Mitsubishi Corporation
8868
+ mitsubishi
8869
+
8870
+ // mlb : 2015-05-21 MLB Advanced Media DH, LLC
8871
+ mlb
8872
+
8873
+ // mls : 2015-04-23 The Canadian Real Estate Association
8874
+ mls
8875
+
8212
8876
  // mma : 2014-11-07 MMA IARD
8213
8877
  mma
8214
8878
 
@@ -8227,16 +8891,25 @@ moe
8227
8891
  // moi : 2014-12-18 Amazon EU S.à r.l.
8228
8892
  moi
8229
8893
 
8894
+ // mom : 2015-04-16 Uniregistry, Corp.
8895
+ mom
8896
+
8230
8897
  // monash : 2013-09-30 Monash University
8231
8898
  monash
8232
8899
 
8233
8900
  // money : 2014-10-16 Outer McCook, LLC
8234
8901
  money
8235
8902
 
8903
+ // monster : 2015-09-11 Monster Worldwide, Inc.
8904
+ monster
8905
+
8236
8906
  // montblanc : 2014-06-23 Richemont DNS Inc.
8237
8907
  montblanc
8238
8908
 
8239
- // mormon : 2013-12-05 IRI Domain Management, LLC (\
8909
+ // mopar : 2015-07-30 FCA US LLC.
8910
+ mopar
8911
+
8912
+ // mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
8240
8913
  mormon
8241
8914
 
8242
8915
  // mortgage : 2014-03-20
@@ -8245,6 +8918,9 @@ mortgage
8245
8918
  // moscow : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
8246
8919
  moscow
8247
8920
 
8921
+ // moto : 2015-06-04 Charleston Road Registry Inc.
8922
+ moto
8923
+
8248
8924
  // motorcycles : 2014-01-09 DERMotorcycles, LLC
8249
8925
  motorcycles
8250
8926
 
@@ -8257,6 +8933,9 @@ movie
8257
8933
  // movistar : 2014-10-16 Telefónica S.A.
8258
8934
  movistar
8259
8935
 
8936
+ // msd : 2015-07-23 MSD Registry Holdings, Inc.
8937
+ msd
8938
+
8260
8939
  // mtn : 2014-12-04 MTN Dubai Limited
8261
8940
  mtn
8262
8941
 
@@ -8272,9 +8951,15 @@ multichoice
8272
8951
  // mutual : 2015-04-02 Northwestern Mutual MU TLD Registry, LLC
8273
8952
  mutual
8274
8953
 
8954
+ // mutuelle : 2015-06-18 Fédération Nationale de la Mutualité Française
8955
+ mutuelle
8956
+
8275
8957
  // mzansimagic : 2015-03-05 Electronic Media Network (Pty) Ltd
8276
8958
  mzansimagic
8277
8959
 
8960
+ // nab : 2015-08-20 National Australia Bank Limited
8961
+ nab
8962
+
8278
8963
  // nadex : 2014-12-11 IG Group Holdings PLC
8279
8964
  nadex
8280
8965
 
@@ -8284,18 +8969,27 @@ nagoya
8284
8969
  // naspers : 2015-02-12 Intelprop (Proprietary) Limited
8285
8970
  naspers
8286
8971
 
8972
+ // nationwide : 2015-07-23 Nationwide Mutual Insurance Company
8973
+ nationwide
8974
+
8287
8975
  // natura : 2015-03-12 NATURA COSMÉTICOS S.A.
8288
8976
  natura
8289
8977
 
8290
8978
  // navy : 2014-03-06 United TLD Holdco Ltd.
8291
8979
  navy
8292
8980
 
8981
+ // nba : 2015-07-31 NBA REGISTRY, LLC
8982
+ nba
8983
+
8293
8984
  // nec : 2015-01-08 NEC Corporation
8294
8985
  nec
8295
8986
 
8296
8987
  // netbank : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
8297
8988
  netbank
8298
8989
 
8990
+ // netflix : 2015-06-18 Netflix, Inc.
8991
+ netflix
8992
+
8299
8993
  // network : 2013-11-14 Trixy Manor, LLC
8300
8994
  network
8301
8995
 
@@ -8305,12 +8999,24 @@ neustar
8305
8999
  // new : 2014-01-30 Charleston Road Registry Inc.
8306
9000
  new
8307
9001
 
9002
+ // newholland : 2015-09-03 CNH Industrial N.V.
9003
+ newholland
9004
+
8308
9005
  // news : 2014-12-18
8309
9006
  news
8310
9007
 
9008
+ // next : 2015-06-18 Next plc
9009
+ next
9010
+
9011
+ // nextdirect : 2015-06-18 Next plc
9012
+ nextdirect
9013
+
8311
9014
  // nexus : 2014-07-24 Charleston Road Registry Inc.
8312
9015
  nexus
8313
9016
 
9017
+ // nfl : 2015-07-23 NFL Reg Ops LLC
9018
+ nfl
9019
+
8314
9020
  // ngo : 2014-03-06 Public Interest Registry
8315
9021
  ngo
8316
9022
 
@@ -8320,6 +9026,12 @@ nhk
8320
9026
  // nico : 2014-12-04 DWANGO Co., Ltd.
8321
9027
  nico
8322
9028
 
9029
+ // nike : 2015-07-23 NIKE, Inc.
9030
+ nike
9031
+
9032
+ // nikon : 2015-05-21 NIKON CORPORATION
9033
+ nikon
9034
+
8323
9035
  // ninja : 2013-11-07 United TLD Holdco Ltd.
8324
9036
  ninja
8325
9037
 
@@ -8329,12 +9041,21 @@ nissan
8329
9041
  // nokia : 2015-01-08 Nokia Corporation
8330
9042
  nokia
8331
9043
 
9044
+ // northwesternmutual : 2015-06-18 Northwestern Mutual Registry, LLC
9045
+ northwesternmutual
9046
+
8332
9047
  // norton : 2014-12-04 Symantec Corporation
8333
9048
  norton
8334
9049
 
9050
+ // now : 2015-06-25 Amazon EU S.à r.l.
9051
+ now
9052
+
8335
9053
  // nowruz : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
8336
9054
  nowruz
8337
9055
 
9056
+ // nowtv : 2015-05-14 Starbucks (HK) Limited
9057
+ nowtv
9058
+
8338
9059
  // nra : 2014-05-22 NRA Holdings Company, INC.
8339
9060
  nra
8340
9061
 
@@ -8350,12 +9071,30 @@ nyc
8350
9071
  // obi : 2014-09-25 OBI Group Holding SE & Co. KGaA
8351
9072
  obi
8352
9073
 
9074
+ // observer : 2015-04-30 Guardian News and Media Limited
9075
+ observer
9076
+
9077
+ // off : 2015-07-23 Johnson Shareholdings, Inc.
9078
+ off
9079
+
8353
9080
  // office : 2015-03-12 Microsoft Corporation
8354
9081
  office
8355
9082
 
8356
9083
  // okinawa : 2013-12-05 BusinessRalliart Inc.
8357
9084
  okinawa
8358
9085
 
9086
+ // olayan : 2015-05-14 Crescent Holding GmbH
9087
+ olayan
9088
+
9089
+ // olayangroup : 2015-05-14 Crescent Holding GmbH
9090
+ olayangroup
9091
+
9092
+ // oldnavy : 2015-07-31 The Gap, Inc.
9093
+ oldnavy
9094
+
9095
+ // ollo : 2015-06-04 Dish DBS Corporation
9096
+ ollo
9097
+
8359
9098
  // omega : 2015-01-08 The Swatch Group Ltd
8360
9099
  omega
8361
9100
 
@@ -8371,9 +9110,15 @@ onl
8371
9110
  // online : 2015-01-15 DotOnline Inc.
8372
9111
  online
8373
9112
 
9113
+ // onyourside : 2015-07-23 Nationwide Mutual Insurance Company
9114
+ onyourside
9115
+
8374
9116
  // ooo : 2014-01-09 INFIBEAM INCORPORATION LIMITED
8375
9117
  ooo
8376
9118
 
9119
+ // open : 2015-07-31 American Express Travel Related Services Company, Inc.
9120
+ open
9121
+
8377
9122
  // oracle : 2014-06-19 Oracle Corporation
8378
9123
  oracle
8379
9124
 
@@ -8386,12 +9131,18 @@ organic
8386
9131
  // orientexpress : 2015-02-05 Belmond Ltd.
8387
9132
  orientexpress
8388
9133
 
9134
+ // origins : 2015-10-01 The Estée Lauder Companies Inc.
9135
+ origins
9136
+
8389
9137
  // osaka : 2014-09-04 Interlink Co., Ltd.
8390
9138
  osaka
8391
9139
 
8392
9140
  // otsuka : 2013-10-11 Otsuka Holdings Co., Ltd.
8393
9141
  otsuka
8394
9142
 
9143
+ // ott : 2015-06-04 Dish DBS Corporation
9144
+ ott
9145
+
8395
9146
  // ovh : 2014-01-16 OVH SAS
8396
9147
  ovh
8397
9148
 
@@ -8401,6 +9152,9 @@ page
8401
9152
  // pamperedchef : 2015-02-05 The Pampered Chef, Ltd.
8402
9153
  pamperedchef
8403
9154
 
9155
+ // panasonic : 2015-07-30 Panasonic Corporation
9156
+ panasonic
9157
+
8404
9158
  // panerai : 2014-11-07 Richemont DNS Inc.
8405
9159
  panerai
8406
9160
 
@@ -8422,9 +9176,21 @@ party
8422
9176
  // passagens : 2015-03-05 Travel Reservations SRL
8423
9177
  passagens
8424
9178
 
9179
+ // pay : 2015-08-27 Amazon EU S.à r.l.
9180
+ pay
9181
+
8425
9182
  // payu : 2015-02-12 MIH PayU B.V.
8426
9183
  payu
8427
9184
 
9185
+ // pccw : 2015-05-14 PCCW Enterprises Limited
9186
+ pccw
9187
+
9188
+ // pet : 2015-05-07 Afilias plc
9189
+ pet
9190
+
9191
+ // pfizer : 2015-09-11 Pfizer Inc.
9192
+ pfizer
9193
+
8428
9194
  // pharmacy : 2014-06-19 National Association of Boards of Pharmacy
8429
9195
  pharmacy
8430
9196
 
@@ -8461,9 +9227,15 @@ pid
8461
9227
  // pin : 2014-12-18 Amazon EU S.à r.l.
8462
9228
  pin
8463
9229
 
9230
+ // ping : 2015-06-11 Ping Registry Provider, Inc.
9231
+ ping
9232
+
8464
9233
  // pink : 2013-10-01 Afilias Limited
8465
9234
  pink
8466
9235
 
9236
+ // pioneer : 2015-07-16 Pioneer Corporation
9237
+ pioneer
9238
+
8467
9239
  // pizza : 2014-06-26 Foggy Moon, LLC
8468
9240
  pizza
8469
9241
 
@@ -8473,27 +9245,42 @@ place
8473
9245
  // play : 2015-03-05 Charleston Road Registry Inc.
8474
9246
  play
8475
9247
 
9248
+ // playstation : 2015-07-02 Sony Computer Entertainment Inc.
9249
+ playstation
9250
+
8476
9251
  // plumbing : 2013-09-10 Spring Tigers, LLC
8477
9252
  plumbing
8478
9253
 
8479
9254
  // plus : 2015-02-05 Sugar Mill, LLC
8480
9255
  plus
8481
9256
 
9257
+ // pnc : 2015-07-02 PNC Domain Co., LLC
9258
+ pnc
9259
+
8482
9260
  // pohl : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
8483
9261
  pohl
8484
9262
 
8485
9263
  // poker : 2014-07-03 Afilias Domains No. 5 Limited
8486
9264
  poker
8487
9265
 
9266
+ // politie : 2015-08-20 Politie Nederland
9267
+ politie
9268
+
8488
9269
  // porn : 2014-10-16 ICM Registry PN LLC
8489
9270
  porn
8490
9271
 
9272
+ // pramerica : 2015-07-30 Prudential Financial, Inc.
9273
+ pramerica
9274
+
8491
9275
  // praxi : 2013-12-05 Praxi S.p.A.
8492
9276
  praxi
8493
9277
 
8494
9278
  // press : 2014-04-03 DotPress Inc.
8495
9279
  press
8496
9280
 
9281
+ // prime : 2015-06-25 Amazon EU S.à r.l.
9282
+ prime
9283
+
8497
9284
  // prod : 2014-01-23 Charleston Road Registry Inc.
8498
9285
  prod
8499
9286
 
@@ -8503,6 +9290,9 @@ productions
8503
9290
  // prof : 2014-07-24 Charleston Road Registry Inc.
8504
9291
  prof
8505
9292
 
9293
+ // progressive : 2015-07-23 Progressive Casualty Insurance Company
9294
+ progressive
9295
+
8506
9296
  // promo : 2014-12-18 Play.PROMO Oy
8507
9297
  promo
8508
9298
 
@@ -8512,6 +9302,15 @@ properties
8512
9302
  // property : 2014-05-22 Uniregistry, Corp.
8513
9303
  property
8514
9304
 
9305
+ // protection : 2015-04-23
9306
+ protection
9307
+
9308
+ // pru : 2015-07-30 Prudential Financial, Inc.
9309
+ pru
9310
+
9311
+ // prudential : 2015-07-30 Prudential Financial, Inc.
9312
+ prudential
9313
+
8515
9314
  // pub : 2013-12-12 United TLD Holdco Ltd.
8516
9315
  pub
8517
9316
 
@@ -8524,12 +9323,21 @@ quebec
8524
9323
  // quest : 2015-03-26 Quest ION Limited
8525
9324
  quest
8526
9325
 
9326
+ // qvc : 2015-07-30 QVC, Inc.
9327
+ qvc
9328
+
8527
9329
  // racing : 2014-12-04 Premier Registry Limited
8528
9330
  racing
8529
9331
 
9332
+ // raid : 2015-07-23 Johnson Shareholdings, Inc.
9333
+ raid
9334
+
8530
9335
  // read : 2014-12-18 Amazon EU S.à r.l.
8531
9336
  read
8532
9337
 
9338
+ // realestate : 2015-09-11 dotRealEstate LLC
9339
+ realestate
9340
+
8533
9341
  // realtor : 2014-05-29 Real Estate Domains LLC
8534
9342
  realtor
8535
9343
 
@@ -8551,7 +9359,7 @@ redumbrella
8551
9359
  // rehab : 2014-03-06 United TLD Holdco Ltd.
8552
9360
  rehab
8553
9361
 
8554
- // reise : 2014-03-13 dotreise GmbH
9362
+ // reise : 2014-03-13
8555
9363
  reise
8556
9364
 
8557
9365
  // reisen : 2014-03-06 New Cypress, LLC
@@ -8593,12 +9401,21 @@ review
8593
9401
  // reviews : 2013-09-13
8594
9402
  reviews
8595
9403
 
9404
+ // rexroth : 2015-06-18 Robert Bosch GMBH
9405
+ rexroth
9406
+
8596
9407
  // rich : 2013-11-21 I-Registry Ltd.
8597
9408
  rich
8598
9409
 
9410
+ // richardli : 2015-05-14 Pacific Century Asset Management (HK) Limited
9411
+ richardli
9412
+
8599
9413
  // ricoh : 2014-11-20 Ricoh Company, Ltd.
8600
9414
  ricoh
8601
9415
 
9416
+ // rightathome : 2015-07-23 Johnson Shareholdings, Inc.
9417
+ rightathome
9418
+
8602
9419
  // ril : 2015-04-02 Reliance Industries Limited
8603
9420
  ril
8604
9421
 
@@ -8617,6 +9434,9 @@ rocks
8617
9434
  // rodeo : 2013-12-19 Top Level Domain Holdings Limited
8618
9435
  rodeo
8619
9436
 
9437
+ // rogers : 2015-08-06 Rogers Communications Partnership
9438
+ rogers
9439
+
8620
9440
  // room : 2014-12-18 Amazon EU S.à r.l.
8621
9441
  room
8622
9442
 
@@ -8653,6 +9473,9 @@ sale
8653
9473
  // salon : 2014-12-11 Outer Orchard, LLC
8654
9474
  salon
8655
9475
 
9476
+ // samsclub : 2015-07-31 Wal-Mart Stores, Inc.
9477
+ samsclub
9478
+
8656
9479
  // samsung : 2014-04-03 SAMSUNG SDS CO., LTD
8657
9480
  samsung
8658
9481
 
@@ -8677,6 +9500,9 @@ sarl
8677
9500
  // sas : 2015-04-02 Research IP LLC
8678
9501
  sas
8679
9502
 
9503
+ // save : 2015-06-25 Amazon EU S.à r.l.
9504
+ save
9505
+
8680
9506
  // saxo : 2014-10-31 Saxo Bank A/S
8681
9507
  saxo
8682
9508
 
@@ -8689,9 +9515,12 @@ sbs
8689
9515
  // sca : 2014-03-13 SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)
8690
9516
  sca
8691
9517
 
8692
- // scb : 2014-02-20 The Siam Commercial Bank Public Company Limited (\
9518
+ // scb : 2014-02-20 The Siam Commercial Bank Public Company Limited ("SCB")
8693
9519
  scb
8694
9520
 
9521
+ // schaeffler : 2015-08-06 Schaeffler Technologies AG & Co. KG
9522
+ schaeffler
9523
+
8695
9524
  // schmidt : 2014-04-03 SALM S.A.S.
8696
9525
  schmidt
8697
9526
 
@@ -8710,6 +9539,9 @@ schwarz
8710
9539
  // science : 2014-09-11 dot Science Limited
8711
9540
  science
8712
9541
 
9542
+ // scjohnson : 2015-07-23 Johnson Shareholdings, Inc.
9543
+ scjohnson
9544
+
8713
9545
  // scor : 2014-10-31 SCOR SE
8714
9546
  scor
8715
9547
 
@@ -8719,15 +9551,30 @@ scot
8719
9551
  // seat : 2014-05-22 SEAT, S.A. (Sociedad Unipersonal)
8720
9552
  seat
8721
9553
 
9554
+ // secure : 2015-08-27 Amazon EU S.à r.l.
9555
+ secure
9556
+
9557
+ // security : 2015-05-14
9558
+ security
9559
+
8722
9560
  // seek : 2014-12-04 Seek Limited
8723
9561
  seek
8724
9562
 
9563
+ // select : 2015-10-08 iSelect Ltd
9564
+ select
9565
+
8725
9566
  // sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
8726
9567
  sener
8727
9568
 
8728
9569
  // services : 2014-02-27 Fox Castle, LLC
8729
9570
  services
8730
9571
 
9572
+ // ses : 2015-07-23 SES
9573
+ ses
9574
+
9575
+ // seven : 2015-08-06 Seven West Media Ltd
9576
+ seven
9577
+
8731
9578
  // sew : 2014-07-17 SEW-EURODRIVE GmbH & Co KG
8732
9579
  sew
8733
9580
 
@@ -8737,9 +9584,21 @@ sex
8737
9584
  // sexy : 2013-09-11 Uniregistry, Corp.
8738
9585
  sexy
8739
9586
 
9587
+ // sfr : 2015-08-13 Societe Francaise du Radiotelephone - SFR
9588
+ sfr
9589
+
9590
+ // shangrila : 2015-09-03 Shangri‐La International Hotel Management Limited
9591
+ shangrila
9592
+
8740
9593
  // sharp : 2014-05-01 Sharp Corporation
8741
9594
  sharp
8742
9595
 
9596
+ // shaw : 2015-04-23 Shaw Cablesystems G.P.
9597
+ shaw
9598
+
9599
+ // shell : 2015-07-30 Shell Information Technology International Inc
9600
+ shell
9601
+
8743
9602
  // shia : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
8744
9603
  shia
8745
9604
 
@@ -8755,9 +9614,15 @@ shouji
8755
9614
  // show : 2015-03-05 Snow Beach, LLC
8756
9615
  show
8757
9616
 
9617
+ // showtime : 2015-08-06 CBS Domains Inc.
9618
+ showtime
9619
+
8758
9620
  // shriram : 2014-01-23 Shriram Capital Ltd.
8759
9621
  shriram
8760
9622
 
9623
+ // silk : 2015-06-25 Amazon EU S.à r.l.
9624
+ silk
9625
+
8761
9626
  // sina : 2015-03-12 Sina Corporation
8762
9627
  sina
8763
9628
 
@@ -8767,6 +9632,9 @@ singles
8767
9632
  // site : 2015-01-15 DotSite Inc.
8768
9633
  site
8769
9634
 
9635
+ // ski : 2015-04-09 STARTING DOT LIMITED
9636
+ ski
9637
+
8770
9638
  // skin : 2015-01-15 L'Oréal
8771
9639
  skin
8772
9640
 
@@ -8776,6 +9644,12 @@ sky
8776
9644
  // skype : 2014-12-18 Microsoft Corporation
8777
9645
  skype
8778
9646
 
9647
+ // sling : 2015-07-30 Hughes Satellite Systems Corporation
9648
+ sling
9649
+
9650
+ // smart : 2015-07-09 Smart Communications, Inc. (SMART)
9651
+ smart
9652
+
8779
9653
  // smile : 2014-12-18 Amazon EU S.à r.l.
8780
9654
  smile
8781
9655
 
@@ -8788,6 +9662,9 @@ soccer
8788
9662
  // social : 2013-11-07 United TLD Holdco Ltd.
8789
9663
  social
8790
9664
 
9665
+ // softbank : 2015-07-02 SoftBank Corp.
9666
+ softbank
9667
+
8791
9668
  // software : 2014-03-20
8792
9669
  software
8793
9670
 
@@ -8821,18 +9698,30 @@ spot
8821
9698
  // spreadbetting : 2014-12-11 IG Group Holdings PLC
8822
9699
  spreadbetting
8823
9700
 
9701
+ // srl : 2015-05-07 mySRL GmbH
9702
+ srl
9703
+
9704
+ // srt : 2015-07-30 FCA US LLC.
9705
+ srt
9706
+
8824
9707
  // stada : 2014-11-13 STADA Arzneimittel AG
8825
9708
  stada
8826
9709
 
9710
+ // staples : 2015-07-30 Staples, Inc.
9711
+ staples
9712
+
8827
9713
  // star : 2015-01-08 Star India Private Limited
8828
9714
  star
8829
9715
 
8830
- // starhub : 2015-02-05 StarHub Limited
9716
+ // starhub : 2015-02-05 StarHub Ltd
8831
9717
  starhub
8832
9718
 
8833
9719
  // statebank : 2015-03-12 STATE BANK OF INDIA
8834
9720
  statebank
8835
9721
 
9722
+ // statefarm : 2015-07-30 State Farm Mutual Automobile Insurance Company
9723
+ statefarm
9724
+
8836
9725
  // statoil : 2014-12-04 Statoil ASA
8837
9726
  statoil
8838
9727
 
@@ -8848,7 +9737,10 @@ stockholm
8848
9737
  // storage : 2014-12-22 Self Storage Company LLC
8849
9738
  storage
8850
9739
 
8851
- // studio : 2015-02-11 Spring Goodbye, LLC
9740
+ // store : 2015-04-09 DotStore Inc.
9741
+ store
9742
+
9743
+ // studio : 2015-02-11
8852
9744
  studio
8853
9745
 
8854
9746
  // study : 2014-12-11 OPEN UNIVERSITIES AUSTRALIA PTY LTD
@@ -8884,6 +9776,9 @@ suzuki
8884
9776
  // swatch : 2015-01-08 The Swatch Group Ltd
8885
9777
  swatch
8886
9778
 
9779
+ // swiftcover : 2015-07-23 Swiftcover Insurance Services Limited
9780
+ swiftcover
9781
+
8887
9782
  // swiss : 2014-10-16 Swiss Confederation
8888
9783
  swiss
8889
9784
 
@@ -8902,13 +9797,19 @@ tab
8902
9797
  // taipei : 2014-07-10 Taipei City Government
8903
9798
  taipei
8904
9799
 
9800
+ // talk : 2015-04-09 Amazon EU S.à r.l.
9801
+ talk
9802
+
8905
9803
  // taobao : 2015-01-15 Alibaba Group Holding Limited
8906
9804
  taobao
8907
9805
 
9806
+ // target : 2015-07-31 Target Domain Holdings, LLC
9807
+ target
9808
+
8908
9809
  // tatamotors : 2015-03-12 Tata Motors Ltd
8909
9810
  tatamotors
8910
9811
 
8911
- // tatar : 2014-04-24 Limited Liability Company \
9812
+ // tatar : 2014-04-24 Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"
8912
9813
  tatar
8913
9814
 
8914
9815
  // tattoo : 2013-08-30 Uniregistry, Corp.
@@ -8923,6 +9824,9 @@ taxi
8923
9824
  // tci : 2014-09-12 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
8924
9825
  tci
8925
9826
 
9827
+ // tdk : 2015-06-11 TDK Corporation
9828
+ tdk
9829
+
8926
9830
  // team : 2015-03-05 Atomic Lake, LLC
8927
9831
  team
8928
9832
 
@@ -8944,12 +9848,24 @@ temasek
8944
9848
  // tennis : 2014-12-04 Cotton Bloom, LLC
8945
9849
  tennis
8946
9850
 
9851
+ // teva : 2015-07-02 Teva Pharmaceutical Industries Limited
9852
+ teva
9853
+
8947
9854
  // thd : 2015-04-02 Homer TLC, Inc.
8948
9855
  thd
8949
9856
 
8950
9857
  // theater : 2015-03-19 Blue Tigers, LLC
8951
9858
  theater
8952
9859
 
9860
+ // theatre : 2015-05-07
9861
+ theatre
9862
+
9863
+ // theguardian : 2015-04-30 Guardian News and Media Limited
9864
+ theguardian
9865
+
9866
+ // tiaa : 2015-07-23 Teachers Insurance and Annuity Association of America
9867
+ tiaa
9868
+
8953
9869
  // tickets : 2015-02-05 Accent Media Limited
8954
9870
  tickets
8955
9871
 
@@ -8968,6 +9884,15 @@ tires
8968
9884
  // tirol : 2014-04-24 punkt Tirol GmbH
8969
9885
  tirol
8970
9886
 
9887
+ // tjmaxx : 2015-07-16 The TJX Companies, Inc.
9888
+ tjmaxx
9889
+
9890
+ // tjx : 2015-07-16 The TJX Companies, Inc.
9891
+ tjx
9892
+
9893
+ // tkmaxx : 2015-07-16 The TJX Companies, Inc.
9894
+ tkmaxx
9895
+
8971
9896
  // tmall : 2015-01-15 Alibaba Group Holding Limited
8972
9897
  tmall
8973
9898
 
@@ -8989,12 +9914,18 @@ toray
8989
9914
  // toshiba : 2014-04-10 TOSHIBA Corporation
8990
9915
  toshiba
8991
9916
 
9917
+ // total : 2015-08-06 Total SA
9918
+ total
9919
+
8992
9920
  // tours : 2015-01-22 Sugar Station, LLC
8993
9921
  tours
8994
9922
 
8995
9923
  // town : 2014-03-06 Koko Moon, LLC
8996
9924
  town
8997
9925
 
9926
+ // toyota : 2015-04-23 TOYOTA MOTOR CORPORATION
9927
+ toyota
9928
+
8998
9929
  // toys : 2014-03-06 Pioneer Orchard, LLC
8999
9930
  toys
9000
9931
 
@@ -9007,6 +9938,9 @@ trading
9007
9938
  // training : 2013-11-07 Wild Willow, LLC
9008
9939
  training
9009
9940
 
9941
+ // travelchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
9942
+ travelchannel
9943
+
9010
9944
  // travelers : 2015-03-26 Travelers TLD, LLC
9011
9945
  travelers
9012
9946
 
@@ -9019,6 +9953,9 @@ trust
9019
9953
  // trv : 2015-03-26 Travelers TLD, LLC
9020
9954
  trv
9021
9955
 
9956
+ // tube : 2015-06-11 Latin American Telecom LLC
9957
+ tube
9958
+
9022
9959
  // tui : 2014-07-03 TUI AG
9023
9960
  tui
9024
9961
 
@@ -9031,9 +9968,15 @@ tushu
9031
9968
  // tvs : 2015-02-19 T V SUNDRAM IYENGAR & SONS LIMITED
9032
9969
  tvs
9033
9970
 
9971
+ // ubank : 2015-08-20 National Australia Bank Limited
9972
+ ubank
9973
+
9034
9974
  // ubs : 2014-12-11 UBS AG
9035
9975
  ubs
9036
9976
 
9977
+ // uconnect : 2015-07-30 FCA US LLC.
9978
+ uconnect
9979
+
9037
9980
  // university : 2014-03-06 Little Station, LLC
9038
9981
  university
9039
9982
 
@@ -9043,18 +9986,27 @@ uno
9043
9986
  // uol : 2014-05-01 UBN INTERNET LTDA.
9044
9987
  uol
9045
9988
 
9989
+ // ups : 2015-06-25 UPS Market Driver, Inc.
9990
+ ups
9991
+
9046
9992
  // vacations : 2013-12-05 Atomic Tigers, LLC
9047
9993
  vacations
9048
9994
 
9049
9995
  // vana : 2014-12-11 Lifestyle Domain Holdings, Inc.
9050
9996
  vana
9051
9997
 
9998
+ // vanguard : 2015-09-03 The Vanguard Group, Inc.
9999
+ vanguard
10000
+
9052
10001
  // vegas : 2014-01-16 Dot Vegas, Inc.
9053
10002
  vegas
9054
10003
 
9055
10004
  // ventures : 2013-08-27 Binky Lake, LLC
9056
10005
  ventures
9057
10006
 
10007
+ // verisign : 2015-08-13 VeriSign, Inc.
10008
+ verisign
10009
+
9058
10010
  // versicherung : 2014-03-20 dotversicherung-registry GmbH
9059
10011
  versicherung
9060
10012
 
@@ -9067,18 +10019,27 @@ viajes
9067
10019
  // video : 2014-10-16
9068
10020
  video
9069
10021
 
10022
+ // vig : 2015-05-14 VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe
10023
+ vig
10024
+
9070
10025
  // viking : 2015-04-02 Viking River Cruises (Bermuda) Ltd.
9071
10026
  viking
9072
10027
 
9073
10028
  // villas : 2013-12-05 New Sky, LLC
9074
10029
  villas
9075
10030
 
10031
+ // vin : 2015-06-18 Holly Shadow, LLC
10032
+ vin
10033
+
9076
10034
  // vip : 2015-01-22 Minds + Machines Group Limited
9077
10035
  vip
9078
10036
 
9079
10037
  // virgin : 2014-09-25 Virgin Enterprises Limited
9080
10038
  virgin
9081
10039
 
10040
+ // visa : 2015-07-30 Visa Worldwide Pte. Limited
10041
+ visa
10042
+
9082
10043
  // vision : 2013-12-05 Koko Station, LLC
9083
10044
  vision
9084
10045
 
@@ -9091,12 +10052,18 @@ vistaprint
9091
10052
  // viva : 2014-11-07 Saudi Telecom Company
9092
10053
  viva
9093
10054
 
10055
+ // vivo : 2015-07-31 Telefonica Brasil S.A.
10056
+ vivo
10057
+
9094
10058
  // vlaanderen : 2014-02-06 DNS.be vzw
9095
10059
  vlaanderen
9096
10060
 
9097
10061
  // vodka : 2013-12-19 Top Level Domain Holdings Limited
9098
10062
  vodka
9099
10063
 
10064
+ // volkswagen : 2015-05-14 Volkswagen Group of America Inc.
10065
+ volkswagen
10066
+
9100
10067
  // vote : 2013-11-21 Monolith Registry LLC
9101
10068
  vote
9102
10069
 
@@ -9115,6 +10082,9 @@ vuelos
9115
10082
  // wales : 2014-05-08 Nominet UK
9116
10083
  wales
9117
10084
 
10085
+ // walmart : 2015-07-31 Wal-Mart Stores, Inc.
10086
+ walmart
10087
+
9118
10088
  // walter : 2014-11-13 Sandvik AB
9119
10089
  walter
9120
10090
 
@@ -9124,6 +10094,9 @@ wang
9124
10094
  // wanggou : 2014-12-18 Amazon EU S.à r.l.
9125
10095
  wanggou
9126
10096
 
10097
+ // warman : 2015-06-18 Weir Group IP Limited
10098
+ warman
10099
+
9127
10100
  // watch : 2013-11-14 Sand Shadow, LLC
9128
10101
  watch
9129
10102
 
@@ -9139,6 +10112,9 @@ weatherchannel
9139
10112
  // webcam : 2014-01-23 dot Webcam Limited
9140
10113
  webcam
9141
10114
 
10115
+ // weber : 2015-06-04 Saint-Gobain Weber SA
10116
+ weber
10117
+
9142
10118
  // website : 2014-04-03 DotWebsite Inc.
9143
10119
  website
9144
10120
 
@@ -9172,9 +10148,21 @@ win
9172
10148
  // windows : 2014-12-18 Microsoft Corporation
9173
10149
  windows
9174
10150
 
10151
+ // wine : 2015-06-18 June Station, LLC
10152
+ wine
10153
+
10154
+ // winners : 2015-07-16 The TJX Companies, Inc.
10155
+ winners
10156
+
9175
10157
  // wme : 2014-02-13 William Morris Endeavor Entertainment, LLC
9176
10158
  wme
9177
10159
 
10160
+ // wolterskluwer : 2015-08-06 Wolters Kluwer N.V.
10161
+ wolterskluwer
10162
+
10163
+ // woodside : 2015-07-09 Woodside Petroleum Limited
10164
+ woodside
10165
+
9178
10166
  // work : 2013-12-19 Top Level Domain Holdings Limited
9179
10167
  work
9180
10168
 
@@ -9184,6 +10172,9 @@ works
9184
10172
  // world : 2014-06-12 Bitter Fields, LLC
9185
10173
  world
9186
10174
 
10175
+ // wow : 2015-10-08 Amazon EU S.à r.l.
10176
+ wow
10177
+
9187
10178
  // wtc : 2013-12-19 World Trade Centers Association, Inc.
9188
10179
  wtc
9189
10180
 
@@ -9196,6 +10187,9 @@ xbox
9196
10187
  // xerox : 2014-10-24 Xerox DNHC LLC
9197
10188
  xerox
9198
10189
 
10190
+ // xfinity : 2015-07-09 Comcast IP Holdings I, LLC
10191
+ xfinity
10192
+
9199
10193
  // xihuan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
9200
10194
  xihuan
9201
10195
 
@@ -9220,6 +10214,9 @@ xin
9220
10214
  // xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED
9221
10215
  在线
9222
10216
 
10217
+ // xn--3oq18vl8pn36a : 2015-07-02 Volkswagen (China) Investment Co., Ltd.
10218
+ 大众汽车
10219
+
9223
10220
  // xn--3pxu8k : 2015-01-15 VeriSign Sarl
9224
10221
  点看
9225
10222
 
@@ -9232,12 +10229,18 @@ xin
9232
10229
  // xn--4gbrim : 2013-10-04 Suhub Electronic Establishment
9233
10230
  موقع
9234
10231
 
10232
+ // xn--4gq48lf9j : 2015-07-31 Wal-Mart Stores, Inc.
10233
+ 一号店
10234
+
9235
10235
  // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
9236
10236
  公益
9237
10237
 
9238
10238
  // xn--55qx5d : 2013-11-14 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)
9239
10239
  公司
9240
10240
 
10241
+ // xn--5su34j936bgsg : 2015-09-03 Shangri‐La International Hotel Management Limited
10242
+ 香格里拉
10243
+
9241
10244
  // xn--5tzm5g : 2014-12-22 Global Website TLD Asia Limited
9242
10245
  网站
9243
10246
 
@@ -9286,7 +10289,7 @@ xin
9286
10289
  // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
9287
10290
  삼성
9288
10291
 
9289
- // xn--czr694b : 2014-01-16 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY.HONGKONG LIMITED
10292
+ // xn--czr694b : 2014-01-16 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED
9290
10293
  商标
9291
10294
 
9292
10295
  // xn--czrs0t : 2013-12-19 Wild Island, LLC
@@ -9307,6 +10310,9 @@ xin
9307
10310
  // xn--estv75g : 2015-02-19 Industrial and Commercial Bank of China Limited
9308
10311
  工行
9309
10312
 
10313
+ // xn--fct429k : 2015-04-09 Amazon EU S.à r.l.
10314
+ 家電
10315
+
9310
10316
  // xn--fhbei : 2015-01-15 VeriSign Sarl
9311
10317
  كوم
9312
10318
 
@@ -9322,12 +10328,18 @@ xin
9322
10328
  // xn--flw351e : 2014-07-31 Charleston Road Registry Inc.
9323
10329
  谷歌
9324
10330
 
10331
+ // xn--fzys8d69uvgm : 2015-05-14 PCCW Enterprises Limited
10332
+ 電訊盈科
10333
+
9325
10334
  // xn--g2xx48c : 2015-01-30 Minds + Machines Group Limited
9326
10335
  购物
9327
10336
 
9328
10337
  // xn--gckr3f0f : 2015-02-26 Amazon EU S.à r.l.
9329
10338
  クラウド
9330
10339
 
10340
+ // xn--gk3at1e : 2015-10-08 Amazon EU S.à r.l.
10341
+ 通販
10342
+
9331
10343
  // xn--hxt814e : 2014-05-15 Zodiac Libra Limited
9332
10344
  网店
9333
10345
 
@@ -9361,12 +10373,21 @@ xin
9361
10373
  // xn--mgba3a3ejt : 2014-11-20 Aramco Services Company
9362
10374
  ارامكو
9363
10375
 
10376
+ // xn--mgba7c0bbn0a : 2015-05-14 Crescent Holding GmbH
10377
+ العليان
10378
+
10379
+ // xn--mgbaakc7dvf : 2015-09-03 Emirates Telecommunications Corporation (trading as Etisalat)
10380
+ اتصالات
10381
+
9364
10382
  // xn--mgbab2bd : 2013-10-31 CORE Association
9365
10383
  بازار
9366
10384
 
9367
10385
  // xn--mgbb9fbpob : 2014-12-18 GreenTech Consultancy Company W.L.L.
9368
10386
  موبايلي
9369
10387
 
10388
+ // xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
10389
+ ابوظبي
10390
+
9370
10391
  // xn--mgbt3dhd : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
9371
10392
  همراه
9372
10393
 
@@ -9436,12 +10457,21 @@ vermögensberatung
9436
10457
  // xn--vuq861b : 2014-10-16 Beijing Tele-info Network Technology Co., Ltd.
9437
10458
  信息
9438
10459
 
10460
+ // xn--w4r85el8fhu5dnra : 2015-04-30 Kerry Trading Co. Limited
10461
+ 嘉里大酒店
10462
+
10463
+ // xn--w4rs40l : 2015-07-30 Kerry Trading Co. Limited
10464
+ 嘉里
10465
+
9439
10466
  // xn--xhq521b : 2013-11-14 Guangzhou YU Wei Information Technology Co., Ltd.
9440
10467
  广东
9441
10468
 
9442
10469
  // xn--zfr164b : 2013-11-08 China Organizational Name Administration Center
9443
10470
  政务
9444
10471
 
10472
+ // xperia : 2015-05-14 Sony Mobile Communications AB
10473
+ xperia
10474
+
9445
10475
  // xyz : 2013-12-05 XYZ.COM LLC
9446
10476
  xyz
9447
10477
 
@@ -9466,12 +10496,18 @@ yoga
9466
10496
  // yokohama : 2013-12-12 GMO Registry, Inc.
9467
10497
  yokohama
9468
10498
 
10499
+ // you : 2015-04-09 Amazon EU S.à r.l.
10500
+ you
10501
+
9469
10502
  // youtube : 2014-05-01 Charleston Road Registry Inc.
9470
10503
  youtube
9471
10504
 
9472
10505
  // yun : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
9473
10506
  yun
9474
10507
 
10508
+ // zappos : 2015-06-25 Amazon EU S.à r.l.
10509
+ zappos
10510
+
9475
10511
  // zara : 2014-11-07 Industria de Diseño Textil, S.A. (INDITEX, S.A.)
9476
10512
  zara
9477
10513
 
@@ -9481,6 +10517,9 @@ zero
9481
10517
  // zip : 2014-05-08 Charleston Road Registry Inc.
9482
10518
  zip
9483
10519
 
10520
+ // zippo : 2015-07-02 Zadco Company
10521
+ zippo
10522
+
9484
10523
  // zone : 2013-11-14 Outer Falls, LLC
9485
10524
  zone
9486
10525
 
@@ -9524,26 +10563,22 @@ elasticbeanstalk.com
9524
10563
  elb.amazonaws.com
9525
10564
 
9526
10565
  // Amazon S3 : https://aws.amazon.com/s3/
9527
- // Submitted by Courtney Eckhardt <coec@amazon.com> 2013-03-22
10566
+ // Submitted by Eric Kinolik <kilo@amazon.com> 2015-04-08
9528
10567
  s3.amazonaws.com
9529
- s3-us-west-2.amazonaws.com
9530
- s3-us-west-1.amazonaws.com
9531
- s3-eu-west-1.amazonaws.com
10568
+ s3-ap-northeast-1.amazonaws.com
9532
10569
  s3-ap-southeast-1.amazonaws.com
9533
10570
  s3-ap-southeast-2.amazonaws.com
9534
- s3-ap-northeast-1.amazonaws.com
10571
+ s3-external-1.amazonaws.com
10572
+ s3-external-2.amazonaws.com
10573
+ s3-fips-us-gov-west-1.amazonaws.com
10574
+ s3-eu-central-1.amazonaws.com
10575
+ s3-eu-west-1.amazonaws.com
9535
10576
  s3-sa-east-1.amazonaws.com
9536
10577
  s3-us-gov-west-1.amazonaws.com
9537
- s3-fips-us-gov-west-1.amazonaws.com
9538
- s3-website-us-east-1.amazonaws.com
9539
- s3-website-us-west-2.amazonaws.com
9540
- s3-website-us-west-1.amazonaws.com
9541
- s3-website-eu-west-1.amazonaws.com
9542
- s3-website-ap-southeast-1.amazonaws.com
9543
- s3-website-ap-southeast-2.amazonaws.com
9544
- s3-website-ap-northeast-1.amazonaws.com
9545
- s3-website-sa-east-1.amazonaws.com
9546
- s3-website-us-gov-west-1.amazonaws.com
10578
+ s3-us-west-1.amazonaws.com
10579
+ s3-us-west-2.amazonaws.com
10580
+ s3.cn-north-1.amazonaws.com.cn
10581
+ s3.eu-central-1.amazonaws.com
9547
10582
 
9548
10583
  // BetaInABox
9549
10584
  // Submitted by adrian@betainabox.com 2012-09-13
@@ -9611,6 +10646,14 @@ cloudcontrolapp.com
9611
10646
  // co.ca : http://registry.co.ca/
9612
10647
  co.ca
9613
10648
 
10649
+ // CDN77.com : http://www.cdn77.com
10650
+ // Submitted by Jan Krpes <jan.krpes@cdn77.com> 2015-07-13
10651
+ c.cdn77.org
10652
+ cdn77-ssl.net
10653
+ r.cdn77.net
10654
+ rsc.cdn77.org
10655
+ ssl.origin.cdn77-secure.org
10656
+
9614
10657
  // CoDNS B.V.
9615
10658
  co.nl
9616
10659
  co.no
@@ -9627,6 +10670,10 @@ cupcake.is
9627
10670
  // Submitted by Andrew Farmer <andrew.farmer@dreamhost.com> 2012-10-02
9628
10671
  dreamhosters.com
9629
10672
 
10673
+ // DuckDNS : http://www.duckdns.org/
10674
+ // Submitted by Richard Harper <richard@duckdns.org> 2015-05-17
10675
+ duckdns.org
10676
+
9630
10677
  // DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
9631
10678
  dyndns-at-home.com
9632
10679
  dyndns-at-work.com
@@ -9908,6 +10955,66 @@ webhop.org
9908
10955
  worse-than.tv
9909
10956
  writesthisblog.com
9910
10957
 
10958
+ // EU.org https://eu.org/
10959
+ // Submitted by Pierre Beyssac <hostmaster@eu.org> 2015-04-17
10960
+
10961
+ eu.org
10962
+ al.eu.org
10963
+ asso.eu.org
10964
+ at.eu.org
10965
+ au.eu.org
10966
+ be.eu.org
10967
+ bg.eu.org
10968
+ ca.eu.org
10969
+ cd.eu.org
10970
+ ch.eu.org
10971
+ cn.eu.org
10972
+ cy.eu.org
10973
+ cz.eu.org
10974
+ de.eu.org
10975
+ dk.eu.org
10976
+ edu.eu.org
10977
+ ee.eu.org
10978
+ es.eu.org
10979
+ fi.eu.org
10980
+ fr.eu.org
10981
+ gr.eu.org
10982
+ hr.eu.org
10983
+ hu.eu.org
10984
+ ie.eu.org
10985
+ il.eu.org
10986
+ in.eu.org
10987
+ int.eu.org
10988
+ is.eu.org
10989
+ it.eu.org
10990
+ jp.eu.org
10991
+ kr.eu.org
10992
+ lt.eu.org
10993
+ lu.eu.org
10994
+ lv.eu.org
10995
+ mc.eu.org
10996
+ me.eu.org
10997
+ mk.eu.org
10998
+ mt.eu.org
10999
+ my.eu.org
11000
+ net.eu.org
11001
+ ng.eu.org
11002
+ nl.eu.org
11003
+ no.eu.org
11004
+ nz.eu.org
11005
+ paris.eu.org
11006
+ pl.eu.org
11007
+ pt.eu.org
11008
+ q-a.eu.org
11009
+ ro.eu.org
11010
+ ru.eu.org
11011
+ se.eu.org
11012
+ si.eu.org
11013
+ sk.eu.org
11014
+ tr.eu.org
11015
+ uk.eu.org
11016
+ us.eu.org
11017
+
9911
11018
  // Fastly Inc. http://www.fastly.com/
9912
11019
  // Submitted by Vladimir Vuksan <vladimir@fastly.com> 2013-05-31
9913
11020
  a.ssl.fastly.net
@@ -9941,21 +11048,37 @@ ro.com
9941
11048
  // Submitted by Eduardo Vela <evn@google.com> 2014-12-19
9942
11049
  appspot.com
9943
11050
  blogspot.ae
11051
+ blogspot.al
11052
+ blogspot.am
11053
+ blogspot.ba
9944
11054
  blogspot.be
11055
+ blogspot.bg
9945
11056
  blogspot.bj
9946
11057
  blogspot.ca
9947
11058
  blogspot.cf
9948
11059
  blogspot.ch
11060
+ blogspot.cl
9949
11061
  blogspot.co.at
11062
+ blogspot.co.id
9950
11063
  blogspot.co.il
11064
+ blogspot.co.ke
9951
11065
  blogspot.co.nz
9952
11066
  blogspot.co.uk
11067
+ blogspot.co.za
9953
11068
  blogspot.com
9954
11069
  blogspot.com.ar
9955
11070
  blogspot.com.au
9956
11071
  blogspot.com.br
11072
+ blogspot.com.by
11073
+ blogspot.com.co
11074
+ blogspot.com.cy
11075
+ blogspot.com.ee
11076
+ blogspot.com.eg
9957
11077
  blogspot.com.es
11078
+ blogspot.com.mt
11079
+ blogspot.com.ng
9958
11080
  blogspot.com.tr
11081
+ blogspot.com.uy
9959
11082
  blogspot.cv
9960
11083
  blogspot.cz
9961
11084
  blogspot.de
@@ -9964,30 +11087,46 @@ blogspot.fi
9964
11087
  blogspot.fr
9965
11088
  blogspot.gr
9966
11089
  blogspot.hk
11090
+ blogspot.hr
9967
11091
  blogspot.hu
9968
11092
  blogspot.ie
9969
11093
  blogspot.in
11094
+ blogspot.is
9970
11095
  blogspot.it
9971
11096
  blogspot.jp
9972
11097
  blogspot.kr
11098
+ blogspot.li
11099
+ blogspot.lt
11100
+ blogspot.lu
11101
+ blogspot.md
11102
+ blogspot.mk
9973
11103
  blogspot.mr
9974
11104
  blogspot.mx
11105
+ blogspot.my
9975
11106
  blogspot.nl
9976
11107
  blogspot.no
11108
+ blogspot.pe
9977
11109
  blogspot.pt
11110
+ blogspot.qa
9978
11111
  blogspot.re
9979
11112
  blogspot.ro
11113
+ blogspot.rs
9980
11114
  blogspot.ru
9981
11115
  blogspot.se
9982
11116
  blogspot.sg
11117
+ blogspot.si
9983
11118
  blogspot.sk
11119
+ blogspot.sn
9984
11120
  blogspot.td
9985
11121
  blogspot.tw
11122
+ blogspot.ug
11123
+ blogspot.vn
9986
11124
  codespot.com
9987
11125
  googleapis.com
9988
11126
  googlecode.com
9989
11127
  pagespeedmobilizer.com
9990
11128
  withgoogle.com
11129
+ withyoutube.com
9991
11130
 
9992
11131
  // Heroku : https://www.heroku.com/
9993
11132
  // Submitted by Tom Maher <tmaher@heroku.com> 2013-05-02
@@ -10011,6 +11150,14 @@ azurewebsites.net
10011
11150
  azure-mobile.net
10012
11151
  cloudapp.net
10013
11152
 
11153
+ // Mozilla Foundation : https://mozilla.org/
11154
+ // Submited by glob <glob@mozilla.com> 2015-07-06
11155
+ bmoattachments.org
11156
+
11157
+ // Neustar Inc.
11158
+ // Submitted by Trung Tran <Trung.Tran@neustar.biz> 2015-04-23
11159
+ 4u.com
11160
+
10014
11161
  // NFSN, Inc. : https://www.NearlyFreeSpeech.NET/
10015
11162
  // Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net> 2014-02-02
10016
11163
  nfshost.com
@@ -10039,14 +11186,33 @@ poznan.pl
10039
11186
  wroc.pl
10040
11187
  zakopane.pl
10041
11188
 
11189
+ // Pantheon Systems, Inc. : https://pantheon.io/
11190
+ // Submitted by Gary Dylina <gary@pantheon.io> 2015-09-14
11191
+ pantheon.io
11192
+ gotpantheon.com
11193
+
10042
11194
  // priv.at : http://www.nic.priv.at/
10043
11195
  // Submitted by registry <lendl@nic.at> 2008-06-09
10044
11196
  priv.at
10045
11197
 
11198
+ // QA2
11199
+ // Submitted by Daniel Dent (https://www.danieldent.com/) 2015-07-16
11200
+ qa2.com
11201
+
10046
11202
  // Red Hat, Inc. OpenShift : https://openshift.redhat.com/
10047
11203
  // Submitted by Tim Kramer <tkramer@rhcloud.com> 2012-10-24
10048
11204
  rhcloud.com
10049
11205
 
11206
+ // Sandstorm Development Group, Inc. : https://sandcats.io/
11207
+ // Submitted by Asheesh Laroia <asheesh@sandstorm.io> 2015-07-21
11208
+ sandcats.io
11209
+
11210
+ // Service Online LLC : http://drs.ua/
11211
+ // Submitted by Serhii Bulakh <support@drs.ua> 2015-07-30
11212
+ biz.ua
11213
+ co.ua
11214
+ pp.ua
11215
+
10050
11216
  // SinaAppEngine : http://sae.sina.com.cn/
10051
11217
  // Submitted by SinaAppEngine <saesupport@sinacloud.com> 2015-02-02
10052
11218
  sinaapp.com