domain_prefix 0.4.20190409 → 0.4.20191218
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +7 -5
- data/Gemfile +1 -1
- data/{LICENSE → LICENSE.txt} +1 -1
- data/README.md +14 -14
- data/Rakefile +6 -6
- data/VERSION +1 -1
- data/data/effective_tld_names.dat +496 -208
- data/domain_prefix.gemspec +13 -13
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b085b27e2ea669bece86f66a30fad7b6fadb5ea2f498b77ee9f02dae5fbae436
|
4
|
+
data.tar.gz: b0ba16990c5c8af26bf648d83165509a6d86b6409d47f5f1b15e3e1ede7e3c0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16744415a75f3d0fb1d8ccb1d125e481897b8e1bb60b7d57e10fde9bc8db2bdda3f0f5ea0b4eb6c12535c77bfb97e3b15d99dc774d67c1edbf9e37ed1bfbfe6b
|
7
|
+
data.tar.gz: b23a6391d83ba322f5ba9ca5acffff3a4b6117084f65bc20356d55900ecae46336399cc809163cda86f2b1f8be1ff2e1568b76488a1e3e996eb8e3939a4fff3a
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/{LICENSE → LICENSE.txt}
RENAMED
data/README.md
CHANGED
@@ -8,22 +8,22 @@ and can be used to assert if a given domain name is valid or not.
|
|
8
8
|
The `registered_domain` method returns the name of the registered domain
|
9
9
|
associated witha given hostname, or Fully Qualified Domain Name (FQDN):
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
11
|
+
DomainPrefix.registered_domain('test.example.com')
|
12
|
+
# => 'example.com'
|
13
|
+
DomainPrefix.registered_domain('test.example.ca')
|
14
|
+
# => 'example.ca'
|
15
|
+
DomainPrefix.registered_domain('test.example.co.uk')
|
16
|
+
# => 'example.co.uk'
|
17
17
|
|
18
18
|
The `public_suffix` method returns the suffix into which this domain is
|
19
19
|
registered:
|
20
20
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
21
|
+
DomainPrefix.public_suffix('test.example.com')
|
22
|
+
# => 'com'
|
23
|
+
DomainPrefix.public_suffix('test.example.ca')
|
24
|
+
# => 'ca'
|
25
|
+
DomainPrefix.public_suffix('test.example.co.uk')
|
26
|
+
# => 'co.uk'
|
27
27
|
|
28
28
|
Note that the "public suffix" component of a domain can be quite lengthy
|
29
29
|
depending on the context. Some countries have three or more levels of structure
|
@@ -54,5 +54,5 @@ project is included in this gem.
|
|
54
54
|
|
55
55
|
## Copyright
|
56
56
|
|
57
|
-
Copyright (c) 2009-
|
58
|
-
See LICENSE for details.
|
57
|
+
Copyright (c) 2009-2019 Scott Tadman, PostageApp Ltd.
|
58
|
+
See [LICENSE](LICENSE.txt) for details.
|
data/Rakefile
CHANGED
@@ -4,20 +4,20 @@ require 'rake'
|
|
4
4
|
require 'bundler/setup'
|
5
5
|
|
6
6
|
begin
|
7
|
-
require '
|
7
|
+
require 'juwelier'
|
8
8
|
|
9
|
-
|
9
|
+
Juwelier::Tasks.new do |gem|
|
10
10
|
gem.name = "domain_prefix"
|
11
11
|
gem.summary = "Domain Prefix Extraction Library"
|
12
12
|
gem.description = "A library to extract information about top-level domain and registered name from generic and international domain names"
|
13
|
-
gem.email = "
|
14
|
-
gem.homepage = "http://github.com/
|
13
|
+
gem.email = "tadman@postageapp.com"
|
14
|
+
gem.homepage = "http://github.com/postageapp/domain_prefix"
|
15
15
|
gem.authors = [ 'Scott Tadman' ]
|
16
16
|
end
|
17
17
|
|
18
|
-
|
18
|
+
Juwelier::GemcutterTasks.new
|
19
19
|
rescue LoadError
|
20
|
-
puts "
|
20
|
+
puts "Juwelier (or a dependency) not available. Install it with: gem install Juwelier"
|
21
21
|
end
|
22
22
|
|
23
23
|
require 'rake/testtask'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.20191218
|
@@ -240,6 +240,8 @@ vic.au
|
|
240
240
|
wa.au
|
241
241
|
// 3LDs
|
242
242
|
act.edu.au
|
243
|
+
catholic.edu.au
|
244
|
+
eq.edu.au
|
243
245
|
nsw.edu.au
|
244
246
|
nt.edu.au
|
245
247
|
qld.edu.au
|
@@ -255,6 +257,9 @@ sa.gov.au
|
|
255
257
|
tas.gov.au
|
256
258
|
vic.gov.au
|
257
259
|
wa.gov.au
|
260
|
+
// 4LDs
|
261
|
+
education.tas.edu.au
|
262
|
+
schools.nsw.edu.au
|
258
263
|
|
259
264
|
// aw : https://en.wikipedia.org/wiki/.aw
|
260
265
|
aw
|
@@ -586,6 +591,7 @@ slz.br
|
|
586
591
|
sorocaba.br
|
587
592
|
srv.br
|
588
593
|
taxi.br
|
594
|
+
tc.br
|
589
595
|
teo.br
|
590
596
|
the.br
|
591
597
|
tmp.br
|
@@ -1362,7 +1368,7 @@ it
|
|
1362
1368
|
gov.it
|
1363
1369
|
edu.it
|
1364
1370
|
// Reserved geo-names (regions and provinces):
|
1365
|
-
//
|
1371
|
+
// https://www.nic.it/sites/default/files/archivio/docs/Regulation_assignation_v7.1.pdf
|
1366
1372
|
// Regions
|
1367
1373
|
abr.it
|
1368
1374
|
abruzzo.it
|
@@ -4333,8 +4339,6 @@ niepce.museum
|
|
4333
4339
|
norfolk.museum
|
4334
4340
|
north.museum
|
4335
4341
|
nrw.museum
|
4336
|
-
nuernberg.museum
|
4337
|
-
nuremberg.museum
|
4338
4342
|
nyc.museum
|
4339
4343
|
nyny.museum
|
4340
4344
|
oceanographic.museum
|
@@ -5882,26 +5886,19 @@ gov.rs
|
|
5882
5886
|
in.rs
|
5883
5887
|
org.rs
|
5884
5888
|
|
5885
|
-
// ru : https://cctld.ru/
|
5889
|
+
// ru : https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
|
5890
|
+
// Submitted by George Georgievsky <gug@cctld.ru>
|
5886
5891
|
ru
|
5887
|
-
ac.ru
|
5888
|
-
edu.ru
|
5889
|
-
gov.ru
|
5890
|
-
int.ru
|
5891
|
-
mil.ru
|
5892
|
-
test.ru
|
5893
5892
|
|
5894
|
-
// rw :
|
5893
|
+
// rw : https://www.ricta.org.rw/sites/default/files/resources/registry_registrar_contract_0.pdf
|
5895
5894
|
rw
|
5896
|
-
gov.rw
|
5897
|
-
net.rw
|
5898
|
-
edu.rw
|
5899
5895
|
ac.rw
|
5900
|
-
com.rw
|
5901
5896
|
co.rw
|
5902
|
-
|
5897
|
+
coop.rw
|
5898
|
+
gov.rw
|
5903
5899
|
mil.rw
|
5904
|
-
|
5900
|
+
net.rw
|
5901
|
+
org.rw
|
5905
5902
|
|
5906
5903
|
// sa : http://www.nic.net.sa/
|
5907
5904
|
sa
|
@@ -6036,15 +6033,28 @@ org.sn
|
|
6036
6033
|
perso.sn
|
6037
6034
|
univ.sn
|
6038
6035
|
|
6039
|
-
// so : http://
|
6036
|
+
// so : http://sonic.so/policies/
|
6040
6037
|
so
|
6041
6038
|
com.so
|
6039
|
+
edu.so
|
6040
|
+
gov.so
|
6041
|
+
me.so
|
6042
6042
|
net.so
|
6043
6043
|
org.so
|
6044
6044
|
|
6045
6045
|
// sr : https://en.wikipedia.org/wiki/.sr
|
6046
6046
|
sr
|
6047
6047
|
|
6048
|
+
// ss : https://registry.nic.ss/
|
6049
|
+
// Submitted by registry <technical@nic.ss>
|
6050
|
+
ss
|
6051
|
+
biz.ss
|
6052
|
+
com.ss
|
6053
|
+
edu.ss
|
6054
|
+
gov.ss
|
6055
|
+
net.ss
|
6056
|
+
org.ss
|
6057
|
+
|
6048
6058
|
// st : http://www.nic.st/html/policyrules/
|
6049
6059
|
st
|
6050
6060
|
co.st
|
@@ -6191,34 +6201,33 @@ org.to
|
|
6191
6201
|
edu.to
|
6192
6202
|
mil.to
|
6193
6203
|
|
6194
|
-
//
|
6195
|
-
//
|
6196
|
-
//
|
6204
|
+
// tr : https://nic.tr/
|
6205
|
+
// https://nic.tr/forms/eng/policies.pdf
|
6206
|
+
// https://nic.tr/index.php?USRACTN=PRICELST
|
6197
6207
|
tr
|
6198
|
-
com.tr
|
6199
|
-
info.tr
|
6200
|
-
biz.tr
|
6201
|
-
net.tr
|
6202
|
-
org.tr
|
6203
|
-
web.tr
|
6204
|
-
gen.tr
|
6205
|
-
tv.tr
|
6206
6208
|
av.tr
|
6207
|
-
dr.tr
|
6208
6209
|
bbs.tr
|
6209
|
-
name.tr
|
6210
|
-
tel.tr
|
6211
|
-
gov.tr
|
6212
6210
|
bel.tr
|
6213
|
-
|
6211
|
+
biz.tr
|
6212
|
+
com.tr
|
6213
|
+
dr.tr
|
6214
|
+
edu.tr
|
6215
|
+
gen.tr
|
6216
|
+
gov.tr
|
6217
|
+
info.tr
|
6214
6218
|
mil.tr
|
6215
6219
|
k12.tr
|
6216
|
-
edu.tr
|
6217
6220
|
kep.tr
|
6218
|
-
|
6221
|
+
name.tr
|
6222
|
+
net.tr
|
6223
|
+
org.tr
|
6224
|
+
pol.tr
|
6225
|
+
tel.tr
|
6226
|
+
tsk.tr
|
6227
|
+
tv.tr
|
6228
|
+
web.tr
|
6219
6229
|
// Used by Northern Cyprus
|
6220
6230
|
nc.tr
|
6221
|
-
|
6222
6231
|
// Used by government agencies of Northern Cyprus
|
6223
6232
|
gov.nc.tr
|
6224
6233
|
|
@@ -6788,6 +6797,9 @@ yt
|
|
6788
6797
|
// xn--e1a4c ("eu", Cyrillic) : EU
|
6789
6798
|
ею
|
6790
6799
|
|
6800
|
+
// xn--mgbah1a3hjkrd ("Mauritania", Arabic) : MR
|
6801
|
+
موريتانيا
|
6802
|
+
|
6791
6803
|
// xn--node ("ge", Georgian Mkhedruli) : GE
|
6792
6804
|
გე
|
6793
6805
|
|
@@ -6941,7 +6953,8 @@ yt
|
|
6941
6953
|
ак.срб
|
6942
6954
|
|
6943
6955
|
// xn--p1ai ("rf", Russian-Cyrillic) : RU
|
6944
|
-
//
|
6956
|
+
// https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
|
6957
|
+
// Submitted by George Georgievsky <gug@cctld.ru>
|
6945
6958
|
рф
|
6946
6959
|
|
6947
6960
|
// xn--wgbl6a ("Qatar", Arabic) : QA
|
@@ -7014,7 +7027,7 @@ xxx
|
|
7014
7027
|
// ye : http://www.y.net.ye/services/domain_name.htm
|
7015
7028
|
*.ye
|
7016
7029
|
|
7017
|
-
// za :
|
7030
|
+
// za : https://www.zadna.org.za/content/page/domain-information/
|
7018
7031
|
ac.za
|
7019
7032
|
agric.za
|
7020
7033
|
alt.za
|
@@ -7026,6 +7039,7 @@ law.za
|
|
7026
7039
|
mil.za
|
7027
7040
|
net.za
|
7028
7041
|
ngo.za
|
7042
|
+
nic.za
|
7029
7043
|
nis.za
|
7030
7044
|
nom.za
|
7031
7045
|
org.za
|
@@ -7059,9 +7073,9 @@ org.zw
|
|
7059
7073
|
|
7060
7074
|
|
7061
7075
|
// newGTLDs
|
7062
|
-
// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2018-05-08T19:40:37Z
|
7063
|
-
// This list is auto-generated, don't edit it manually.
|
7064
7076
|
|
7077
|
+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2019-12-11T17:19:54Z
|
7078
|
+
// This list is auto-generated, don't edit it manually.
|
7065
7079
|
// aaa : 2015-02-26 American Automobile Association, Inc.
|
7066
7080
|
aaa
|
7067
7081
|
|
@@ -7107,7 +7121,7 @@ accountants
|
|
7107
7121
|
// aco : 2015-01-08 ACO Severin Ahlmann GmbH & Co. KG
|
7108
7122
|
aco
|
7109
7123
|
|
7110
|
-
// actor : 2013-12-12
|
7124
|
+
// actor : 2013-12-12 Dog Beach, LLC
|
7111
7125
|
actor
|
7112
7126
|
|
7113
7127
|
// adac : 2015-07-16 Allgemeiner Deutscher Automobil-Club e.V. (ADAC)
|
@@ -7149,7 +7163,7 @@ aigo
|
|
7149
7163
|
// airbus : 2015-07-30 Airbus S.A.S.
|
7150
7164
|
airbus
|
7151
7165
|
|
7152
|
-
// airforce : 2014-03-06
|
7166
|
+
// airforce : 2014-03-06 Dog Beach, LLC
|
7153
7167
|
airforce
|
7154
7168
|
|
7155
7169
|
// airtel : 2014-10-24 Bharti Airtel Limited
|
@@ -7233,10 +7247,10 @@ arab
|
|
7233
7247
|
// aramco : 2014-11-20 Aramco Services Company
|
7234
7248
|
aramco
|
7235
7249
|
|
7236
|
-
// archi : 2014-02-06 Afilias
|
7250
|
+
// archi : 2014-02-06 Afilias Limited
|
7237
7251
|
archi
|
7238
7252
|
|
7239
|
-
// army : 2014-03-06
|
7253
|
+
// army : 2014-03-06 Dog Beach, LLC
|
7240
7254
|
army
|
7241
7255
|
|
7242
7256
|
// art : 2016-03-24 UK Creative Ideas Limited
|
@@ -7254,10 +7268,10 @@ associates
|
|
7254
7268
|
// athleta : 2015-07-30 The Gap, Inc.
|
7255
7269
|
athleta
|
7256
7270
|
|
7257
|
-
// attorney : 2014-03-20
|
7271
|
+
// attorney : 2014-03-20 Dog Beach, LLC
|
7258
7272
|
attorney
|
7259
7273
|
|
7260
|
-
// auction : 2014-03-20
|
7274
|
+
// auction : 2014-03-20 Dog Beach, LLC
|
7261
7275
|
auction
|
7262
7276
|
|
7263
7277
|
// audi : 2015-05-21 AUDI Aktiengesellschaft
|
@@ -7281,7 +7295,7 @@ auto
|
|
7281
7295
|
// autos : 2014-01-09 DERAutos, LLC
|
7282
7296
|
autos
|
7283
7297
|
|
7284
|
-
// avianca : 2015-01-08
|
7298
|
+
// avianca : 2015-01-08 Avianca Holdings S.A.
|
7285
7299
|
avianca
|
7286
7300
|
|
7287
7301
|
// aws : 2015-06-25 Amazon Registry Services, Inc.
|
@@ -7293,7 +7307,7 @@ axa
|
|
7293
7307
|
// azure : 2014-12-18 Microsoft Corporation
|
7294
7308
|
azure
|
7295
7309
|
|
7296
|
-
// baby : 2015-04-09
|
7310
|
+
// baby : 2015-04-09 XYZ.COM LLC
|
7297
7311
|
baby
|
7298
7312
|
|
7299
7313
|
// baidu : 2015-01-08 Baidu, Inc.
|
@@ -7305,7 +7319,7 @@ banamex
|
|
7305
7319
|
// bananarepublic : 2015-07-31 The Gap, Inc.
|
7306
7320
|
bananarepublic
|
7307
7321
|
|
7308
|
-
// band : 2014-06-12
|
7322
|
+
// band : 2014-06-12 Dog Beach, LLC
|
7309
7323
|
band
|
7310
7324
|
|
7311
7325
|
// bank : 2014-09-25 fTLD Registry Services LLC
|
@@ -7377,7 +7391,7 @@ best
|
|
7377
7391
|
// bestbuy : 2015-07-31 BBY Solutions, Inc.
|
7378
7392
|
bestbuy
|
7379
7393
|
|
7380
|
-
// bet : 2015-05-07 Afilias
|
7394
|
+
// bet : 2015-05-07 Afilias Limited
|
7381
7395
|
bet
|
7382
7396
|
|
7383
7397
|
// bharti : 2014-01-09 Bharti Enterprises (Holding) Private Limited
|
@@ -7398,10 +7412,10 @@ bing
|
|
7398
7412
|
// bingo : 2014-12-04 Binky Moon, LLC
|
7399
7413
|
bingo
|
7400
7414
|
|
7401
|
-
// bio : 2014-03-06 Afilias
|
7415
|
+
// bio : 2014-03-06 Afilias Limited
|
7402
7416
|
bio
|
7403
7417
|
|
7404
|
-
// black : 2014-01-16 Afilias
|
7418
|
+
// black : 2014-01-16 Afilias Limited
|
7405
7419
|
black
|
7406
7420
|
|
7407
7421
|
// blackfriday : 2014-01-16 Uniregistry, Corp.
|
@@ -7416,7 +7430,7 @@ blog
|
|
7416
7430
|
// bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
|
7417
7431
|
bloomberg
|
7418
7432
|
|
7419
|
-
// blue : 2013-11-07 Afilias
|
7433
|
+
// blue : 2013-11-07 Afilias Limited
|
7420
7434
|
blue
|
7421
7435
|
|
7422
7436
|
// bms : 2014-10-30 Bristol-Myers Squibb Company
|
@@ -7425,9 +7439,6 @@ bms
|
|
7425
7439
|
// bmw : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
|
7426
7440
|
bmw
|
7427
7441
|
|
7428
|
-
// bnl : 2014-07-24 Banca Nazionale del Lavoro
|
7429
|
-
bnl
|
7430
|
-
|
7431
7442
|
// bnpparibas : 2014-05-29 BNP Paribas
|
7432
7443
|
bnpparibas
|
7433
7444
|
|
@@ -7443,7 +7454,7 @@ bofa
|
|
7443
7454
|
// bom : 2014-10-16 Núcleo de Informação e Coordenação do Ponto BR - NIC.br
|
7444
7455
|
bom
|
7445
7456
|
|
7446
|
-
// bond : 2014-06-05
|
7457
|
+
// bond : 2014-06-05 ShortDot SA
|
7447
7458
|
bond
|
7448
7459
|
|
7449
7460
|
// boo : 2014-01-30 Charleston Road Registry Inc.
|
@@ -7470,7 +7481,7 @@ bot
|
|
7470
7481
|
// boutique : 2013-11-14 Binky Moon, LLC
|
7471
7482
|
boutique
|
7472
7483
|
|
7473
|
-
// box : 2015-11-12
|
7484
|
+
// box : 2015-11-12 .BOX INC.
|
7474
7485
|
box
|
7475
7486
|
|
7476
7487
|
// bradesco : 2014-12-18 Banco Bradesco S.A.
|
@@ -7575,9 +7586,6 @@ careers
|
|
7575
7586
|
// cars : 2014-11-13 Cars Registry Limited
|
7576
7587
|
cars
|
7577
7588
|
|
7578
|
-
// cartier : 2014-06-23 Richemont DNS Inc.
|
7579
|
-
cartier
|
7580
|
-
|
7581
7589
|
// casa : 2013-11-21 Minds + Machines Group Limited
|
7582
7590
|
casa
|
7583
7591
|
|
@@ -7635,7 +7643,7 @@ chanel
|
|
7635
7643
|
// channel : 2014-05-08 Charleston Road Registry Inc.
|
7636
7644
|
channel
|
7637
7645
|
|
7638
|
-
// charity : 2018-04-11
|
7646
|
+
// charity : 2018-04-11 Binky Moon, LLC
|
7639
7647
|
charity
|
7640
7648
|
|
7641
7649
|
// chase : 2015-04-30 JPMorgan Chase Bank, National Association
|
@@ -7656,9 +7664,6 @@ christmas
|
|
7656
7664
|
// chrome : 2014-07-24 Charleston Road Registry Inc.
|
7657
7665
|
chrome
|
7658
7666
|
|
7659
|
-
// chrysler : 2015-07-30 FCA US LLC.
|
7660
|
-
chrysler
|
7661
|
-
|
7662
7667
|
// church : 2014-02-06 Binky Moon, LLC
|
7663
7668
|
church
|
7664
7669
|
|
@@ -7725,7 +7730,7 @@ coffee
|
|
7725
7730
|
// college : 2014-01-16 XYZ.COM LLC
|
7726
7731
|
college
|
7727
7732
|
|
7728
|
-
// cologne : 2014-02-05
|
7733
|
+
// cologne : 2014-02-05 dotKoeln GmbH
|
7729
7734
|
cologne
|
7730
7735
|
|
7731
7736
|
// comcast : 2015-07-23 Comcast IP Holdings I, LLC
|
@@ -7740,7 +7745,7 @@ community
|
|
7740
7745
|
// company : 2013-11-07 Binky Moon, LLC
|
7741
7746
|
company
|
7742
7747
|
|
7743
|
-
// compare : 2015-10-08
|
7748
|
+
// compare : 2015-10-08 Registry Services, LLC
|
7744
7749
|
compare
|
7745
7750
|
|
7746
7751
|
// computer : 2013-10-24 Binky Moon, LLC
|
@@ -7755,10 +7760,10 @@ condos
|
|
7755
7760
|
// construction : 2013-09-16 Binky Moon, LLC
|
7756
7761
|
construction
|
7757
7762
|
|
7758
|
-
// consulting : 2013-12-05
|
7763
|
+
// consulting : 2013-12-05 Dog Beach, LLC
|
7759
7764
|
consulting
|
7760
7765
|
|
7761
|
-
// contact : 2015-01-08
|
7766
|
+
// contact : 2015-01-08 Dog Beach, LLC
|
7762
7767
|
contact
|
7763
7768
|
|
7764
7769
|
// contractors : 2013-09-10 Binky Moon, LLC
|
@@ -7788,6 +7793,9 @@ coupons
|
|
7788
7793
|
// courses : 2014-12-04 OPEN UNIVERSITIES AUSTRALIA PTY LTD
|
7789
7794
|
courses
|
7790
7795
|
|
7796
|
+
// cpa : 2019-06-10 American Institute of Certified Public Accountants
|
7797
|
+
cpa
|
7798
|
+
|
7791
7799
|
// credit : 2014-03-20 Binky Moon, LLC
|
7792
7800
|
credit
|
7793
7801
|
|
@@ -7815,7 +7823,7 @@ cruises
|
|
7815
7823
|
// csc : 2014-09-25 Alliance-One Services, Inc.
|
7816
7824
|
csc
|
7817
7825
|
|
7818
|
-
// cuisinella : 2014-04-03
|
7826
|
+
// cuisinella : 2014-04-03 SCHMIDT GROUPE S.A.S.
|
7819
7827
|
cuisinella
|
7820
7828
|
|
7821
7829
|
// cymru : 2014-05-08 Nominet UK
|
@@ -7830,7 +7838,7 @@ dabur
|
|
7830
7838
|
// dad : 2014-01-23 Charleston Road Registry Inc.
|
7831
7839
|
dad
|
7832
7840
|
|
7833
|
-
// dance : 2013-10-24
|
7841
|
+
// dance : 2013-10-24 Dog Beach, LLC
|
7834
7842
|
dance
|
7835
7843
|
|
7836
7844
|
// data : 2016-06-02 Dish DBS Corporation
|
@@ -7857,13 +7865,13 @@ dds
|
|
7857
7865
|
// deal : 2015-06-25 Amazon Registry Services, Inc.
|
7858
7866
|
deal
|
7859
7867
|
|
7860
|
-
// dealer : 2014-12-22
|
7868
|
+
// dealer : 2014-12-22 Intercap Registry Inc.
|
7861
7869
|
dealer
|
7862
7870
|
|
7863
7871
|
// deals : 2014-05-22 Binky Moon, LLC
|
7864
7872
|
deals
|
7865
7873
|
|
7866
|
-
// degree : 2014-03-06
|
7874
|
+
// degree : 2014-03-06 Dog Beach, LLC
|
7867
7875
|
degree
|
7868
7876
|
|
7869
7877
|
// delivery : 2014-09-11 Binky Moon, LLC
|
@@ -7878,13 +7886,13 @@ deloitte
|
|
7878
7886
|
// delta : 2015-02-19 Delta Air Lines, Inc.
|
7879
7887
|
delta
|
7880
7888
|
|
7881
|
-
// democrat : 2013-10-24
|
7889
|
+
// democrat : 2013-10-24 Dog Beach, LLC
|
7882
7890
|
democrat
|
7883
7891
|
|
7884
7892
|
// dental : 2014-03-20 Binky Moon, LLC
|
7885
7893
|
dental
|
7886
7894
|
|
7887
|
-
// dentist : 2014-03-20
|
7895
|
+
// dentist : 2014-03-20 Dog Beach, LLC
|
7888
7896
|
dentist
|
7889
7897
|
|
7890
7898
|
// desi : 2013-11-14 Desi Networks LLC
|
@@ -7935,15 +7943,9 @@ docs
|
|
7935
7943
|
// doctor : 2016-06-02 Binky Moon, LLC
|
7936
7944
|
doctor
|
7937
7945
|
|
7938
|
-
// dodge : 2015-07-30 FCA US LLC.
|
7939
|
-
dodge
|
7940
|
-
|
7941
7946
|
// dog : 2014-12-04 Binky Moon, LLC
|
7942
7947
|
dog
|
7943
7948
|
|
7944
|
-
// doha : 2014-09-18 Communications Regulatory Authority (CRA)
|
7945
|
-
doha
|
7946
|
-
|
7947
7949
|
// domains : 2013-10-17 Binky Moon, LLC
|
7948
7950
|
domains
|
7949
7951
|
|
@@ -7968,9 +7970,6 @@ duck
|
|
7968
7970
|
// dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
|
7969
7971
|
dunlop
|
7970
7972
|
|
7971
|
-
// duns : 2015-08-06 The Dun & Bradstreet Corporation
|
7972
|
-
duns
|
7973
|
-
|
7974
7973
|
// dupont : 2015-06-25 E. I. du Pont de Nemours and Company
|
7975
7974
|
dupont
|
7976
7975
|
|
@@ -7980,7 +7979,7 @@ durban
|
|
7980
7979
|
// dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
|
7981
7980
|
dvag
|
7982
7981
|
|
7983
|
-
// dvr : 2016-05-26
|
7982
|
+
// dvr : 2016-05-26 DISH Technologies L.L.C.
|
7984
7983
|
dvr
|
7985
7984
|
|
7986
7985
|
// earth : 2014-12-04 Interlink Co., Ltd.
|
@@ -8007,7 +8006,7 @@ emerck
|
|
8007
8006
|
// energy : 2014-09-11 Binky Moon, LLC
|
8008
8007
|
energy
|
8009
8008
|
|
8010
|
-
// engineer : 2014-03-06
|
8009
|
+
// engineer : 2014-03-06 Dog Beach, LLC
|
8011
8010
|
engineer
|
8012
8011
|
|
8013
8012
|
// engineering : 2014-03-06 Binky Moon, LLC
|
@@ -8049,9 +8048,6 @@ eus
|
|
8049
8048
|
// events : 2013-12-05 Binky Moon, LLC
|
8050
8049
|
events
|
8051
8050
|
|
8052
|
-
// everbank : 2014-05-15 EverBank
|
8053
|
-
everbank
|
8054
|
-
|
8055
8051
|
// exchange : 2014-03-06 Binky Moon, LLC
|
8056
8052
|
exchange
|
8057
8053
|
|
@@ -8079,13 +8075,13 @@ fairwinds
|
|
8079
8075
|
// faith : 2014-11-20 dot Faith Limited
|
8080
8076
|
faith
|
8081
8077
|
|
8082
|
-
// family : 2015-04-02
|
8078
|
+
// family : 2015-04-02 Dog Beach, LLC
|
8083
8079
|
family
|
8084
8080
|
|
8085
|
-
// fan : 2014-03-06
|
8081
|
+
// fan : 2014-03-06 Dog Beach, LLC
|
8086
8082
|
fan
|
8087
8083
|
|
8088
|
-
// fans : 2014-11-07
|
8084
|
+
// fans : 2014-11-07 ZDNS International Limited
|
8089
8085
|
fans
|
8090
8086
|
|
8091
8087
|
// farm : 2013-11-07 Binky Moon, LLC
|
@@ -8190,7 +8186,7 @@ ford
|
|
8190
8186
|
// forex : 2014-12-11 Dotforex Registry Limited
|
8191
8187
|
forex
|
8192
8188
|
|
8193
|
-
// forsale : 2014-05-22
|
8189
|
+
// forsale : 2014-05-22 Dog Beach, LLC
|
8194
8190
|
forsale
|
8195
8191
|
|
8196
8192
|
// forum : 2015-04-02 Fegistry, LLC
|
@@ -8238,7 +8234,7 @@ fund
|
|
8238
8234
|
// furniture : 2014-03-20 Binky Moon, LLC
|
8239
8235
|
furniture
|
8240
8236
|
|
8241
|
-
// futbol : 2013-09-20
|
8237
|
+
// futbol : 2013-09-20 Dog Beach, LLC
|
8242
8238
|
futbol
|
8243
8239
|
|
8244
8240
|
// fyi : 2015-04-02 Binky Moon, LLC
|
@@ -8259,7 +8255,7 @@ gallup
|
|
8259
8255
|
// game : 2015-05-28 Uniregistry, Corp.
|
8260
8256
|
game
|
8261
8257
|
|
8262
|
-
// games : 2015-05-28
|
8258
|
+
// games : 2015-05-28 Dog Beach, LLC
|
8263
8259
|
games
|
8264
8260
|
|
8265
8261
|
// gap : 2015-07-31 The Gap, Inc.
|
@@ -8268,6 +8264,9 @@ gap
|
|
8268
8264
|
// garden : 2014-06-26 Minds + Machines Group Limited
|
8269
8265
|
garden
|
8270
8266
|
|
8267
|
+
// gay : 2019-05-23 Top Level Design, LLC
|
8268
|
+
gay
|
8269
|
+
|
8271
8270
|
// gbiz : 2014-07-17 Charleston Road Registry Inc.
|
8272
8271
|
gbiz
|
8273
8272
|
|
@@ -8295,7 +8294,7 @@ gift
|
|
8295
8294
|
// gifts : 2014-07-03 Binky Moon, LLC
|
8296
8295
|
gifts
|
8297
8296
|
|
8298
|
-
// gives : 2014-03-06
|
8297
|
+
// gives : 2014-03-06 Dog Beach, LLC
|
8299
8298
|
gives
|
8300
8299
|
|
8301
8300
|
// giving : 2014-11-13 Giving Limited
|
@@ -8322,7 +8321,7 @@ gmail
|
|
8322
8321
|
// gmbh : 2016-01-29 Binky Moon, LLC
|
8323
8322
|
gmbh
|
8324
8323
|
|
8325
|
-
// gmo : 2014-01-09 GMO Internet
|
8324
|
+
// gmo : 2014-01-09 GMO Internet, Inc.
|
8326
8325
|
gmo
|
8327
8326
|
|
8328
8327
|
// gmx : 2014-04-24 1&1 Mail & Media GmbH
|
@@ -8367,7 +8366,7 @@ graphics
|
|
8367
8366
|
// gratis : 2014-03-20 Binky Moon, LLC
|
8368
8367
|
gratis
|
8369
8368
|
|
8370
|
-
// green : 2014-05-08 Afilias
|
8369
|
+
// green : 2014-05-08 Afilias Limited
|
8371
8370
|
green
|
8372
8371
|
|
8373
8372
|
// gripe : 2014-03-06 Binky Moon, LLC
|
@@ -8406,7 +8405,7 @@ hamburg
|
|
8406
8405
|
// hangout : 2014-11-13 Charleston Road Registry Inc.
|
8407
8406
|
hangout
|
8408
8407
|
|
8409
|
-
// haus : 2013-12-05
|
8408
|
+
// haus : 2013-12-05 Dog Beach, LLC
|
8410
8409
|
haus
|
8411
8410
|
|
8412
8411
|
// hbo : 2015-07-30 HBO Registry Services, Inc.
|
@@ -8478,9 +8477,6 @@ homesense
|
|
8478
8477
|
// honda : 2014-12-18 Honda Motor Co., Ltd.
|
8479
8478
|
honda
|
8480
8479
|
|
8481
|
-
// honeywell : 2015-07-23 Honeywell GTLD LLC
|
8482
|
-
honeywell
|
8483
|
-
|
8484
8480
|
// horse : 2013-11-21 Minds + Machines Group Limited
|
8485
8481
|
horse
|
8486
8482
|
|
@@ -8553,10 +8549,10 @@ imdb
|
|
8553
8549
|
// immo : 2014-07-10 Binky Moon, LLC
|
8554
8550
|
immo
|
8555
8551
|
|
8556
|
-
// immobilien : 2013-11-07
|
8552
|
+
// immobilien : 2013-11-07 Dog Beach, LLC
|
8557
8553
|
immobilien
|
8558
8554
|
|
8559
|
-
// inc : 2018-03-10
|
8555
|
+
// inc : 2018-03-10 Intercap Registry Inc.
|
8560
8556
|
inc
|
8561
8557
|
|
8562
8558
|
// industries : 2013-12-05 Binky Moon, LLC
|
@@ -8598,9 +8594,6 @@ ipiranga
|
|
8598
8594
|
// irish : 2014-08-07 Binky Moon, LLC
|
8599
8595
|
irish
|
8600
8596
|
|
8601
|
-
// iselect : 2015-02-11 iSelect Ltd
|
8602
|
-
iselect
|
8603
|
-
|
8604
8597
|
// ismaili : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
|
8605
8598
|
ismaili
|
8606
8599
|
|
@@ -8673,7 +8666,7 @@ juegos
|
|
8673
8666
|
// juniper : 2015-07-30 JUNIPER NETWORKS, INC.
|
8674
8667
|
juniper
|
8675
8668
|
|
8676
|
-
// kaufen : 2013-11-07
|
8669
|
+
// kaufen : 2013-11-07 Dog Beach, LLC
|
8677
8670
|
kaufen
|
8678
8671
|
|
8679
8672
|
// kddi : 2014-09-12 KDDI CORPORATION
|
@@ -8694,7 +8687,7 @@ kfh
|
|
8694
8687
|
// kia : 2015-07-09 KIA MOTORS CORPORATION
|
8695
8688
|
kia
|
8696
8689
|
|
8697
|
-
// kim : 2013-09-23 Afilias
|
8690
|
+
// kim : 2013-09-23 Afilias Limited
|
8698
8691
|
kim
|
8699
8692
|
|
8700
8693
|
// kinder : 2014-11-07 Ferrero Trading Lux S.A.
|
@@ -8709,7 +8702,7 @@ kitchen
|
|
8709
8702
|
// kiwi : 2013-09-20 DOT KIWI LIMITED
|
8710
8703
|
kiwi
|
8711
8704
|
|
8712
|
-
// koeln : 2014-01-09
|
8705
|
+
// koeln : 2014-01-09 dotKoeln GmbH
|
8713
8706
|
koeln
|
8714
8707
|
|
8715
8708
|
// komatsu : 2015-01-08 Komatsu Ltd.
|
@@ -8739,9 +8732,6 @@ kyoto
|
|
8739
8732
|
// lacaixa : 2014-01-09 Fundación Bancaria Caixa d’Estalvis i Pensions de Barcelona, “la Caixa”
|
8740
8733
|
lacaixa
|
8741
8734
|
|
8742
|
-
// ladbrokes : 2015-08-06 LADBROKES INTERNATIONAL PLC
|
8743
|
-
ladbrokes
|
8744
|
-
|
8745
8735
|
// lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
|
8746
8736
|
lamborghini
|
8747
8737
|
|
@@ -8754,9 +8744,6 @@ lancaster
|
|
8754
8744
|
// lancia : 2015-07-31 Fiat Chrysler Automobiles N.V.
|
8755
8745
|
lancia
|
8756
8746
|
|
8757
|
-
// lancome : 2015-07-23 L'Oréal
|
8758
|
-
lancome
|
8759
|
-
|
8760
8747
|
// land : 2013-09-10 Binky Moon, LLC
|
8761
8748
|
land
|
8762
8749
|
|
@@ -8778,10 +8765,10 @@ latino
|
|
8778
8765
|
// latrobe : 2014-06-16 La Trobe University
|
8779
8766
|
latrobe
|
8780
8767
|
|
8781
|
-
// law : 2015-01-22
|
8768
|
+
// law : 2015-01-22 LW TLD Limited
|
8782
8769
|
law
|
8783
8770
|
|
8784
|
-
// lawyer : 2014-03-20
|
8771
|
+
// lawyer : 2014-03-20 Dog Beach, LLC
|
8785
8772
|
lawyer
|
8786
8773
|
|
8787
8774
|
// lds : 2014-03-20 IRI Domain Management, LLC ("Applicant")
|
@@ -8805,7 +8792,7 @@ lego
|
|
8805
8792
|
// lexus : 2015-04-23 TOYOTA MOTOR CORPORATION
|
8806
8793
|
lexus
|
8807
8794
|
|
8808
|
-
// lgbt : 2014-05-08 Afilias
|
8795
|
+
// lgbt : 2014-05-08 Afilias Limited
|
8809
8796
|
lgbt
|
8810
8797
|
|
8811
8798
|
// liaison : 2014-10-02 Liaison Technologies, Incorporated
|
@@ -8850,7 +8837,7 @@ link
|
|
8850
8837
|
// lipsy : 2015-06-25 Lipsy Ltd
|
8851
8838
|
lipsy
|
8852
8839
|
|
8853
|
-
// live : 2014-12-04
|
8840
|
+
// live : 2014-12-04 Dog Beach, LLC
|
8854
8841
|
live
|
8855
8842
|
|
8856
8843
|
// living : 2015-07-30 Lifestyle Domain Holdings, Inc.
|
@@ -8859,9 +8846,12 @@ living
|
|
8859
8846
|
// lixil : 2015-03-19 LIXIL Group Corporation
|
8860
8847
|
lixil
|
8861
8848
|
|
8862
|
-
// llc : 2017-12-14 Afilias
|
8849
|
+
// llc : 2017-12-14 Afilias Limited
|
8863
8850
|
llc
|
8864
8851
|
|
8852
|
+
// llp : 2019-08-26 Dot Registry LLC
|
8853
|
+
llp
|
8854
|
+
|
8865
8855
|
// loan : 2014-11-20 dot Loan Limited
|
8866
8856
|
loan
|
8867
8857
|
|
@@ -8886,7 +8876,7 @@ london
|
|
8886
8876
|
// lotte : 2014-11-07 Lotte Holdings Co., Ltd.
|
8887
8877
|
lotte
|
8888
8878
|
|
8889
|
-
// lotto : 2014-04-10 Afilias
|
8879
|
+
// lotto : 2014-04-10 Afilias Limited
|
8890
8880
|
lotto
|
8891
8881
|
|
8892
8882
|
// love : 2014-12-22 Merchant Law Group LLP
|
@@ -8943,7 +8933,7 @@ mango
|
|
8943
8933
|
// map : 2016-06-09 Charleston Road Registry Inc.
|
8944
8934
|
map
|
8945
8935
|
|
8946
|
-
// market : 2014-03-06
|
8936
|
+
// market : 2014-03-06 Dog Beach, LLC
|
8947
8937
|
market
|
8948
8938
|
|
8949
8939
|
// marketing : 2013-11-07 Binky Moon, LLC
|
@@ -8991,7 +8981,7 @@ memorial
|
|
8991
8981
|
// men : 2015-02-26 Exclusive Registry Limited
|
8992
8982
|
men
|
8993
8983
|
|
8994
|
-
// menu : 2013-09-11
|
8984
|
+
// menu : 2013-09-11 Dot Menu Registry, LLC
|
8995
8985
|
menu
|
8996
8986
|
|
8997
8987
|
// merckmsd : 2016-07-14 MSD Registry Holdings, Inc.
|
@@ -9030,10 +9020,7 @@ mma
|
|
9030
9020
|
// mobile : 2016-06-02 Dish DBS Corporation
|
9031
9021
|
mobile
|
9032
9022
|
|
9033
|
-
//
|
9034
|
-
mobily
|
9035
|
-
|
9036
|
-
// moda : 2013-11-07 United TLD Holdco Ltd.
|
9023
|
+
// moda : 2013-11-07 Dog Beach, LLC
|
9037
9024
|
moda
|
9038
9025
|
|
9039
9026
|
// moe : 2013-11-13 Interlink Co., Ltd.
|
@@ -9051,16 +9038,13 @@ monash
|
|
9051
9038
|
// money : 2014-10-16 Binky Moon, LLC
|
9052
9039
|
money
|
9053
9040
|
|
9054
|
-
// monster : 2015-09-11
|
9041
|
+
// monster : 2015-09-11 XYZ.COM LLC
|
9055
9042
|
monster
|
9056
9043
|
|
9057
|
-
// mopar : 2015-07-30 FCA US LLC.
|
9058
|
-
mopar
|
9059
|
-
|
9060
9044
|
// mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
|
9061
9045
|
mormon
|
9062
9046
|
|
9063
|
-
// mortgage : 2014-03-20
|
9047
|
+
// mortgage : 2014-03-20 Dog Beach, LLC
|
9064
9048
|
mortgage
|
9065
9049
|
|
9066
9050
|
// moscow : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
|
@@ -9108,7 +9092,7 @@ nationwide
|
|
9108
9092
|
// natura : 2015-03-12 NATURA COSMÉTICOS S.A.
|
9109
9093
|
natura
|
9110
9094
|
|
9111
|
-
// navy : 2014-03-06
|
9095
|
+
// navy : 2014-03-06 Dog Beach, LLC
|
9112
9096
|
navy
|
9113
9097
|
|
9114
9098
|
// nba : 2015-07-31 NBA REGISTRY, LLC
|
@@ -9135,7 +9119,7 @@ new
|
|
9135
9119
|
// newholland : 2015-09-03 CNH Industrial N.V.
|
9136
9120
|
newholland
|
9137
9121
|
|
9138
|
-
// news : 2014-12-18
|
9122
|
+
// news : 2014-12-18 Dog Beach, LLC
|
9139
9123
|
news
|
9140
9124
|
|
9141
9125
|
// next : 2015-06-18 Next plc
|
@@ -9165,7 +9149,7 @@ nike
|
|
9165
9149
|
// nikon : 2015-05-21 NIKON CORPORATION
|
9166
9150
|
nikon
|
9167
9151
|
|
9168
|
-
// ninja : 2013-11-07
|
9152
|
+
// ninja : 2013-11-07 Dog Beach, LLC
|
9169
9153
|
ninja
|
9170
9154
|
|
9171
9155
|
// nissan : 2014-03-27 NISSAN MOTOR CO., LTD.
|
@@ -9249,7 +9233,7 @@ online
|
|
9249
9233
|
// onyourside : 2015-07-23 Nationwide Mutual Insurance Company
|
9250
9234
|
onyourside
|
9251
9235
|
|
9252
|
-
// ooo : 2014-01-09 INFIBEAM
|
9236
|
+
// ooo : 2014-01-09 INFIBEAM AVENUES LIMITED
|
9253
9237
|
ooo
|
9254
9238
|
|
9255
9239
|
// open : 2015-07-31 American Express Travel Related Services Company, Inc.
|
@@ -9261,7 +9245,7 @@ oracle
|
|
9261
9245
|
// orange : 2015-03-12 Orange Brand Services Limited
|
9262
9246
|
orange
|
9263
9247
|
|
9264
|
-
// organic : 2014-03-27 Afilias
|
9248
|
+
// organic : 2014-03-27 Afilias Limited
|
9265
9249
|
organic
|
9266
9250
|
|
9267
9251
|
// origins : 2015-10-01 The Estée Lauder Companies Inc.
|
@@ -9276,7 +9260,7 @@ otsuka
|
|
9276
9260
|
// ott : 2015-06-04 Dish DBS Corporation
|
9277
9261
|
ott
|
9278
9262
|
|
9279
|
-
// ovh : 2014-01-16
|
9263
|
+
// ovh : 2014-01-16 MédiaBC
|
9280
9264
|
ovh
|
9281
9265
|
|
9282
9266
|
// page : 2014-12-04 Charleston Road Registry Inc.
|
@@ -9309,7 +9293,7 @@ pay
|
|
9309
9293
|
// pccw : 2015-05-14 PCCW Enterprises Limited
|
9310
9294
|
pccw
|
9311
9295
|
|
9312
|
-
// pet : 2015-05-07 Afilias
|
9296
|
+
// pet : 2015-05-07 Afilias Limited
|
9313
9297
|
pet
|
9314
9298
|
|
9315
9299
|
// pfizer : 2015-09-11 Pfizer Inc.
|
@@ -9339,9 +9323,6 @@ photos
|
|
9339
9323
|
// physio : 2014-05-01 PhysBiz Pty Ltd
|
9340
9324
|
physio
|
9341
9325
|
|
9342
|
-
// piaget : 2014-10-16 Richemont DNS Inc.
|
9343
|
-
piaget
|
9344
|
-
|
9345
9326
|
// pics : 2013-11-14 Uniregistry, Corp.
|
9346
9327
|
pics
|
9347
9328
|
|
@@ -9360,7 +9341,7 @@ pin
|
|
9360
9341
|
// ping : 2015-06-11 Ping Registry Provider, Inc.
|
9361
9342
|
ping
|
9362
9343
|
|
9363
|
-
// pink : 2013-10-01 Afilias
|
9344
|
+
// pink : 2013-10-01 Afilias Limited
|
9364
9345
|
pink
|
9365
9346
|
|
9366
9347
|
// pioneer : 2015-07-16 Pioneer Corporation
|
@@ -9375,7 +9356,7 @@ place
|
|
9375
9356
|
// play : 2015-03-05 Charleston Road Registry Inc.
|
9376
9357
|
play
|
9377
9358
|
|
9378
|
-
// playstation : 2015-07-02 Sony
|
9359
|
+
// playstation : 2015-07-02 Sony Interactive Entertainment Inc.
|
9379
9360
|
playstation
|
9380
9361
|
|
9381
9362
|
// plumbing : 2013-09-10 Binky Moon, LLC
|
@@ -9390,7 +9371,7 @@ pnc
|
|
9390
9371
|
// pohl : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
|
9391
9372
|
pohl
|
9392
9373
|
|
9393
|
-
// poker : 2014-07-03 Afilias
|
9374
|
+
// poker : 2014-07-03 Afilias Limited
|
9394
9375
|
poker
|
9395
9376
|
|
9396
9377
|
// politie : 2015-08-20 Politie Nederland
|
@@ -9423,7 +9404,7 @@ prof
|
|
9423
9404
|
// progressive : 2015-07-23 Progressive Casualty Insurance Company
|
9424
9405
|
progressive
|
9425
9406
|
|
9426
|
-
// promo : 2014-12-18 Afilias
|
9407
|
+
// promo : 2014-12-18 Afilias Limited
|
9427
9408
|
promo
|
9428
9409
|
|
9429
9410
|
// properties : 2013-12-05 Binky Moon, LLC
|
@@ -9441,7 +9422,7 @@ pru
|
|
9441
9422
|
// prudential : 2015-07-30 Prudential Financial, Inc.
|
9442
9423
|
prudential
|
9443
9424
|
|
9444
|
-
// pub : 2013-12-12
|
9425
|
+
// pub : 2013-12-12 Dog Beach, LLC
|
9445
9426
|
pub
|
9446
9427
|
|
9447
9428
|
// pwc : 2015-10-29 PricewaterhouseCoopers LLP
|
@@ -9453,7 +9434,7 @@ qpon
|
|
9453
9434
|
// quebec : 2013-12-19 PointQuébec Inc
|
9454
9435
|
quebec
|
9455
9436
|
|
9456
|
-
// quest : 2015-03-26
|
9437
|
+
// quest : 2015-03-26 XYZ.COM LLC
|
9457
9438
|
quest
|
9458
9439
|
|
9459
9440
|
// qvc : 2015-07-30 QVC, Inc.
|
@@ -9483,7 +9464,7 @@ realty
|
|
9483
9464
|
// recipes : 2013-10-17 Binky Moon, LLC
|
9484
9465
|
recipes
|
9485
9466
|
|
9486
|
-
// red : 2013-11-07 Afilias
|
9467
|
+
// red : 2013-11-07 Afilias Limited
|
9487
9468
|
red
|
9488
9469
|
|
9489
9470
|
// redstone : 2014-10-31 Redstone Haute Couture Co., Ltd.
|
@@ -9492,7 +9473,7 @@ redstone
|
|
9492
9473
|
// redumbrella : 2015-03-26 Travelers TLD, LLC
|
9493
9474
|
redumbrella
|
9494
9475
|
|
9495
|
-
// rehab : 2014-03-06
|
9476
|
+
// rehab : 2014-03-06 Dog Beach, LLC
|
9496
9477
|
rehab
|
9497
9478
|
|
9498
9479
|
// reise : 2014-03-13 Binky Moon, LLC
|
@@ -9507,7 +9488,7 @@ reit
|
|
9507
9488
|
// reliance : 2015-04-02 Reliance Industries Limited
|
9508
9489
|
reliance
|
9509
9490
|
|
9510
|
-
// ren : 2013-12-12
|
9491
|
+
// ren : 2013-12-12 ZDNS International Limited
|
9511
9492
|
ren
|
9512
9493
|
|
9513
9494
|
// rent : 2014-12-04 XYZ.COM LLC
|
@@ -9522,7 +9503,7 @@ repair
|
|
9522
9503
|
// report : 2013-12-05 Binky Moon, LLC
|
9523
9504
|
report
|
9524
9505
|
|
9525
|
-
// republican : 2014-03-20
|
9506
|
+
// republican : 2014-03-20 Dog Beach, LLC
|
9526
9507
|
republican
|
9527
9508
|
|
9528
9509
|
// rest : 2013-12-19 Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable
|
@@ -9534,7 +9515,7 @@ restaurant
|
|
9534
9515
|
// review : 2014-11-20 dot Review Limited
|
9535
9516
|
review
|
9536
9517
|
|
9537
|
-
// reviews : 2013-09-13
|
9518
|
+
// reviews : 2013-09-13 Dog Beach, LLC
|
9538
9519
|
reviews
|
9539
9520
|
|
9540
9521
|
// rexroth : 2015-06-18 Robert Bosch GMBH
|
@@ -9558,7 +9539,7 @@ ril
|
|
9558
9539
|
// rio : 2014-02-27 Empresa Municipal de Informática SA - IPLANRIO
|
9559
9540
|
rio
|
9560
9541
|
|
9561
|
-
// rip : 2014-07-10
|
9542
|
+
// rip : 2014-07-10 Dog Beach, LLC
|
9562
9543
|
rip
|
9563
9544
|
|
9564
9545
|
// rmit : 2015-11-19 Royal Melbourne Institute of Technology
|
@@ -9567,7 +9548,7 @@ rmit
|
|
9567
9548
|
// rocher : 2014-12-18 Ferrero Trading Lux S.A.
|
9568
9549
|
rocher
|
9569
9550
|
|
9570
|
-
// rocks : 2013-11-14
|
9551
|
+
// rocks : 2013-11-14 Dog Beach, LLC
|
9571
9552
|
rocks
|
9572
9553
|
|
9573
9554
|
// rodeo : 2013-12-19 Minds + Machines Group Limited
|
@@ -9609,7 +9590,7 @@ safety
|
|
9609
9590
|
// sakura : 2014-12-18 SAKURA Internet Inc.
|
9610
9591
|
sakura
|
9611
9592
|
|
9612
|
-
// sale : 2014-10-16
|
9593
|
+
// sale : 2014-10-16 Dog Beach, LLC
|
9613
9594
|
sale
|
9614
9595
|
|
9615
9596
|
// salon : 2014-12-11 Binky Moon, LLC
|
@@ -9660,7 +9641,7 @@ scb
|
|
9660
9641
|
// schaeffler : 2015-08-06 Schaeffler Technologies AG & Co. KG
|
9661
9642
|
schaeffler
|
9662
9643
|
|
9663
|
-
// schmidt : 2014-04-03
|
9644
|
+
// schmidt : 2014-04-03 SCHMIDT GROUPE S.A.S.
|
9664
9645
|
schmidt
|
9665
9646
|
|
9666
9647
|
// scholarships : 2014-04-24 Scholarships.com, LLC
|
@@ -9702,7 +9683,7 @@ security
|
|
9702
9683
|
// seek : 2014-12-04 Seek Limited
|
9703
9684
|
seek
|
9704
9685
|
|
9705
|
-
// select : 2015-10-08
|
9686
|
+
// select : 2015-10-08 Registry Services, LLC
|
9706
9687
|
select
|
9707
9688
|
|
9708
9689
|
// sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
|
@@ -9744,7 +9725,7 @@ shell
|
|
9744
9725
|
// shia : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
|
9745
9726
|
shia
|
9746
9727
|
|
9747
|
-
// shiksha : 2013-11-14 Afilias
|
9728
|
+
// shiksha : 2013-11-14 Afilias Limited
|
9748
9729
|
shiksha
|
9749
9730
|
|
9750
9731
|
// shoes : 2013-10-02 Binky Moon, LLC
|
@@ -9780,7 +9761,7 @@ singles
|
|
9780
9761
|
// site : 2015-01-15 DotSite Inc.
|
9781
9762
|
site
|
9782
9763
|
|
9783
|
-
// ski : 2015-04-09 Afilias
|
9764
|
+
// ski : 2015-04-09 Afilias Limited
|
9784
9765
|
ski
|
9785
9766
|
|
9786
9767
|
// skin : 2015-01-15 L'Oréal
|
@@ -9792,7 +9773,7 @@ sky
|
|
9792
9773
|
// skype : 2014-12-18 Microsoft Corporation
|
9793
9774
|
skype
|
9794
9775
|
|
9795
|
-
// sling : 2015-07-30
|
9776
|
+
// sling : 2015-07-30 DISH Technologies L.L.C.
|
9796
9777
|
sling
|
9797
9778
|
|
9798
9779
|
// smart : 2015-07-09 Smart Communications, Inc. (SMART)
|
@@ -9807,13 +9788,13 @@ sncf
|
|
9807
9788
|
// soccer : 2015-03-26 Binky Moon, LLC
|
9808
9789
|
soccer
|
9809
9790
|
|
9810
|
-
// social : 2013-11-07
|
9791
|
+
// social : 2013-11-07 Dog Beach, LLC
|
9811
9792
|
social
|
9812
9793
|
|
9813
|
-
// softbank : 2015-07-02 SoftBank Corp.
|
9794
|
+
// softbank : 2015-07-02 SoftBank Group Corp.
|
9814
9795
|
softbank
|
9815
9796
|
|
9816
|
-
// software : 2014-03-20
|
9797
|
+
// software : 2014-03-20 Dog Beach, LLC
|
9817
9798
|
software
|
9818
9799
|
|
9819
9800
|
// sohu : 2013-12-19 Sohu.com Limited
|
@@ -9834,6 +9815,9 @@ sony
|
|
9834
9815
|
// soy : 2014-01-23 Charleston Road Registry Inc.
|
9835
9816
|
soy
|
9836
9817
|
|
9818
|
+
// spa : 2019-09-19 Asia Spa and Wellness Promotion Council Limited
|
9819
|
+
spa
|
9820
|
+
|
9837
9821
|
// space : 2014-04-03 DotSpace Inc.
|
9838
9822
|
space
|
9839
9823
|
|
@@ -9849,9 +9833,6 @@ spreadbetting
|
|
9849
9833
|
// srl : 2015-05-07 InterNetX, Corp
|
9850
9834
|
srl
|
9851
9835
|
|
9852
|
-
// srt : 2015-07-30 FCA US LLC.
|
9853
|
-
srt
|
9854
|
-
|
9855
9836
|
// stada : 2014-11-13 STADA Arzneimittel AG
|
9856
9837
|
stada
|
9857
9838
|
|
@@ -9861,9 +9842,6 @@ staples
|
|
9861
9842
|
// star : 2015-01-08 Star India Private Limited
|
9862
9843
|
star
|
9863
9844
|
|
9864
|
-
// starhub : 2015-02-05 StarHub Ltd
|
9865
|
-
starhub
|
9866
|
-
|
9867
9845
|
// statebank : 2015-03-12 STATE BANK OF INDIA
|
9868
9846
|
statebank
|
9869
9847
|
|
@@ -9888,7 +9866,7 @@ store
|
|
9888
9866
|
// stream : 2016-01-08 dot Stream Limited
|
9889
9867
|
stream
|
9890
9868
|
|
9891
|
-
// studio : 2015-02-11
|
9869
|
+
// studio : 2015-02-11 Dog Beach, LLC
|
9892
9870
|
studio
|
9893
9871
|
|
9894
9872
|
// study : 2014-12-11 OPEN UNIVERSITIES AUSTRALIA PTY LTD
|
@@ -10116,16 +10094,13 @@ ubank
|
|
10116
10094
|
// ubs : 2014-12-11 UBS AG
|
10117
10095
|
ubs
|
10118
10096
|
|
10119
|
-
// uconnect : 2015-07-30 FCA US LLC.
|
10120
|
-
uconnect
|
10121
|
-
|
10122
10097
|
// unicom : 2015-10-15 China United Network Communications Corporation Limited
|
10123
10098
|
unicom
|
10124
10099
|
|
10125
10100
|
// university : 2014-03-06 Binky Moon, LLC
|
10126
10101
|
university
|
10127
10102
|
|
10128
|
-
// uno : 2013-09-11
|
10103
|
+
// uno : 2013-09-11 DotSite Inc.
|
10129
10104
|
uno
|
10130
10105
|
|
10131
10106
|
// uol : 2014-05-01 UBN INTERNET LTDA.
|
@@ -10152,16 +10127,16 @@ ventures
|
|
10152
10127
|
// verisign : 2015-08-13 VeriSign, Inc.
|
10153
10128
|
verisign
|
10154
10129
|
|
10155
|
-
// versicherung : 2014-03-20
|
10130
|
+
// versicherung : 2014-03-20 tldbox GmbH
|
10156
10131
|
versicherung
|
10157
10132
|
|
10158
|
-
// vet : 2014-03-06
|
10133
|
+
// vet : 2014-03-06 Dog Beach, LLC
|
10159
10134
|
vet
|
10160
10135
|
|
10161
10136
|
// viajes : 2013-10-17 Binky Moon, LLC
|
10162
10137
|
viajes
|
10163
10138
|
|
10164
|
-
// video : 2014-10-16
|
10139
|
+
// video : 2014-10-16 Dog Beach, LLC
|
10165
10140
|
video
|
10166
10141
|
|
10167
10142
|
// vig : 2015-05-14 VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe
|
@@ -10239,9 +10214,6 @@ wang
|
|
10239
10214
|
// wanggou : 2014-12-18 Amazon Registry Services, Inc.
|
10240
10215
|
wanggou
|
10241
10216
|
|
10242
|
-
// warman : 2015-06-18 Weir Group IP Limited
|
10243
|
-
warman
|
10244
|
-
|
10245
10217
|
// watch : 2013-11-14 Binky Moon, LLC
|
10246
10218
|
watch
|
10247
10219
|
|
@@ -10356,7 +10328,7 @@ xin
|
|
10356
10328
|
// xn--3bst00m : 2013-09-13 Eagle Horizon Limited
|
10357
10329
|
集团
|
10358
10330
|
|
10359
|
-
// xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED
|
10331
|
+
// xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED OY
|
10360
10332
|
在线
|
10361
10333
|
|
10362
10334
|
// xn--3oq18vl8pn36a : 2015-07-02 Volkswagen (China) Investment Co., Ltd.
|
@@ -10386,7 +10358,7 @@ xin
|
|
10386
10358
|
// xn--5tzm5g : 2014-12-22 Global Website TLD Asia Limited
|
10387
10359
|
网站
|
10388
10360
|
|
10389
|
-
// xn--6frz82g : 2013-09-23 Afilias
|
10361
|
+
// xn--6frz82g : 2013-09-23 Afilias Limited
|
10390
10362
|
移动
|
10391
10363
|
|
10392
10364
|
// xn--6qq986b3xl : 2013-09-13 Tycoon Treasure Limited
|
@@ -10434,7 +10406,7 @@ xin
|
|
10434
10406
|
// xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
|
10435
10407
|
삼성
|
10436
10408
|
|
10437
|
-
// xn--czr694b : 2014-01-16
|
10409
|
+
// xn--czr694b : 2014-01-16 Internet DotTrademark Organisation Limited
|
10438
10410
|
商标
|
10439
10411
|
|
10440
10412
|
// xn--czrs0t : 2013-12-19 Binky Moon, LLC
|
@@ -10461,7 +10433,7 @@ xin
|
|
10461
10433
|
// xn--fhbei : 2015-01-15 VeriSign Sarl
|
10462
10434
|
كوم
|
10463
10435
|
|
10464
|
-
// xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED
|
10436
|
+
// xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED OY
|
10465
10437
|
中文网
|
10466
10438
|
|
10467
10439
|
// xn--fiq64b : 2013-10-14 CITIC Group Corporation
|
@@ -10491,7 +10463,7 @@ xin
|
|
10491
10463
|
// xn--i1b6b1a6a2e : 2013-11-14 Public Interest Registry
|
10492
10464
|
संगठन
|
10493
10465
|
|
10494
|
-
// xn--imr513n : 2014-12-11
|
10466
|
+
// xn--imr513n : 2014-12-11 Internet DotTrademark Organisation Limited
|
10495
10467
|
餐厅
|
10496
10468
|
|
10497
10469
|
// xn--io0a7i : 2013-11-14 China Internet Network Information Center (CNNIC)
|
@@ -10527,9 +10499,6 @@ xin
|
|
10527
10499
|
// xn--mgbab2bd : 2013-10-31 CORE Association
|
10528
10500
|
بازار
|
10529
10501
|
|
10530
|
-
// xn--mgbb9fbpob : 2014-12-18 GreenTech Consultancy Company W.L.L.
|
10531
|
-
موبايلي
|
10532
|
-
|
10533
10502
|
// xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
|
10534
10503
|
ابوظبي
|
10535
10504
|
|
@@ -10563,7 +10532,7 @@ xin
|
|
10563
10532
|
// xn--nyqy26a : 2014-11-07 Stable Tone Limited
|
10564
10533
|
健康
|
10565
10534
|
|
10566
|
-
// xn--otu796d : 2017-08-06
|
10535
|
+
// xn--otu796d : 2017-08-06 Internet DotTrademark Organisation Limited
|
10567
10536
|
招聘
|
10568
10537
|
|
10569
10538
|
// xn--p1acf : 2013-12-12 Rusnames Limited
|
@@ -10638,7 +10607,7 @@ yahoo
|
|
10638
10607
|
// yamaxun : 2014-12-18 Amazon Registry Services, Inc.
|
10639
10608
|
yamaxun
|
10640
10609
|
|
10641
|
-
// yandex : 2014-04-10
|
10610
|
+
// yandex : 2014-04-10 Yandex Europe B.V.
|
10642
10611
|
yandex
|
10643
10612
|
|
10644
10613
|
// yodobashi : 2014-11-20 YODOBASHI CAMERA CO.,LTD.
|
@@ -10688,15 +10657,29 @@ cc.ua
|
|
10688
10657
|
inf.ua
|
10689
10658
|
ltd.ua
|
10690
10659
|
|
10660
|
+
// Adobe : https://www.adobe.com/
|
10661
|
+
// Submitted by Ian Boston <boston@adobe.com>
|
10662
|
+
adobeaemcloud.com
|
10663
|
+
adobeaemcloud.net
|
10664
|
+
*.dev.adobeaemcloud.com
|
10665
|
+
|
10691
10666
|
// Agnat sp. z o.o. : https://domena.pl
|
10692
10667
|
// Submitted by Przemyslaw Plewa <it-admin@domena.pl>
|
10693
10668
|
beep.pl
|
10694
10669
|
|
10670
|
+
// alboto.ca : http://alboto.ca
|
10671
|
+
// Submitted by Anton Avramov <avramov@alboto.ca>
|
10672
|
+
barsy.ca
|
10673
|
+
|
10695
10674
|
// Alces Software Ltd : http://alces-software.com
|
10696
10675
|
// Submitted by Mark J. Titorenko <mark.titorenko@alces-software.com>
|
10697
10676
|
*.compute.estate
|
10698
10677
|
*.alces.network
|
10699
10678
|
|
10679
|
+
// Altervista: https://www.altervista.org
|
10680
|
+
// Submitted by Carlo Cannas <tech_staff@altervista.it>
|
10681
|
+
altervista.org
|
10682
|
+
|
10700
10683
|
// alwaysdata : https://www.alwaysdata.com
|
10701
10684
|
// Submitted by Cyril <admin@alwaysdata.com>
|
10702
10685
|
alwaysdata.net
|
@@ -10797,6 +10780,10 @@ s3-website.eu-west-2.amazonaws.com
|
|
10797
10780
|
s3-website.eu-west-3.amazonaws.com
|
10798
10781
|
s3-website.us-east-2.amazonaws.com
|
10799
10782
|
|
10783
|
+
// Amsterdam Wireless: https://www.amsterdamwireless.nl/
|
10784
|
+
// Submitted by Imre Jonk <hostmaster@amsterdamwireless.nl>
|
10785
|
+
amsw.nl
|
10786
|
+
|
10800
10787
|
// Amune : https://amune.org/
|
10801
10788
|
// Submitted by Team Amune <cert@amune.org>
|
10802
10789
|
t3l3p0rt.net
|
@@ -10810,6 +10797,12 @@ apigee.io
|
|
10810
10797
|
// Submitted by Thomas Orozco <thomas@aptible.com>
|
10811
10798
|
on-aptible.com
|
10812
10799
|
|
10800
|
+
// ASEINet : https://www.aseinet.com/
|
10801
|
+
// Submitted by Asei SEKIGUCHI <mail@aseinet.com>
|
10802
|
+
user.aseinet.ne.jp
|
10803
|
+
gv.vc
|
10804
|
+
d.gv.vc
|
10805
|
+
|
10813
10806
|
// Asociación Amigos de la Informática "Euskalamiga" : http://encounter.eus/
|
10814
10807
|
// Submitted by Hector Martin <marcan@euskalencounter.org>
|
10815
10808
|
user.party.eus
|
@@ -10825,12 +10818,6 @@ sweetpepper.org
|
|
10825
10818
|
// Submitted by Vincent Tseng <vincenttseng@asustor.com>
|
10826
10819
|
myasustor.com
|
10827
10820
|
|
10828
|
-
// Automattic Inc. : https://automattic.com/
|
10829
|
-
// Submitted by Alex Concha <alex.concha@automattic.com>
|
10830
|
-
go-vip.co
|
10831
|
-
go-vip.net
|
10832
|
-
wpcomstaging.com
|
10833
|
-
|
10834
10821
|
// AVM : https://avm.de
|
10835
10822
|
// Submitted by Andreas Weise <a.weise@avm.de>
|
10836
10823
|
myfritz.net
|
@@ -10840,10 +10827,22 @@ myfritz.net
|
|
10840
10827
|
*.awdev.ca
|
10841
10828
|
*.advisor.ws
|
10842
10829
|
|
10830
|
+
// b-data GmbH : https://www.b-data.io
|
10831
|
+
// Submitted by Olivier Benz <olivier.benz@b-data.ch>
|
10832
|
+
b-data.io
|
10833
|
+
|
10843
10834
|
// backplane : https://www.backplane.io
|
10844
10835
|
// Submitted by Anthony Voutas <anthony@backplane.io>
|
10845
10836
|
backplaneapp.io
|
10846
10837
|
|
10838
|
+
// Balena : https://www.balena.io
|
10839
|
+
// Submitted by Petros Angelatos <petrosagg@balena.io>
|
10840
|
+
balena-devices.com
|
10841
|
+
|
10842
|
+
// Banzai Cloud
|
10843
|
+
// Submitted by Gabor Kozma <info@banzaicloud.com>
|
10844
|
+
app.banzaicloud.io
|
10845
|
+
|
10847
10846
|
// BetaInABox
|
10848
10847
|
// Submitted by Adrian <adrian@betainabox.com>
|
10849
10848
|
betainabox.com
|
@@ -10879,6 +10878,7 @@ browsersafetymark.io
|
|
10879
10878
|
|
10880
10879
|
// Bytemark Hosting : https://www.bytemark.co.uk
|
10881
10880
|
// Submitted by Paul Cammish <paul.cammish@bytemark.co.uk>
|
10881
|
+
uk0.bigv.io
|
10882
10882
|
dh.bytemark.co.uk
|
10883
10883
|
vm.bytemark.co.uk
|
10884
10884
|
|
@@ -10886,6 +10886,12 @@ vm.bytemark.co.uk
|
|
10886
10886
|
// Submitted by Marcus Popp <admin@callidomus.com>
|
10887
10887
|
mycd.eu
|
10888
10888
|
|
10889
|
+
// Carrd : https://carrd.co
|
10890
|
+
// Submitted by AJ <aj@carrd.co>
|
10891
|
+
carrd.co
|
10892
|
+
crd.co
|
10893
|
+
uwu.ai
|
10894
|
+
|
10889
10895
|
// CentralNic : http://www.centralnic.com/names/domains
|
10890
10896
|
// Submitted by registry <gavin.brown@centralnic.com>
|
10891
10897
|
ae.org
|
@@ -10959,10 +10965,16 @@ virtueeldomein.nl
|
|
10959
10965
|
// Submitted by Quentin Adam <noc@clever-cloud.com>
|
10960
10966
|
cleverapps.io
|
10961
10967
|
|
10968
|
+
// Clerk : https://www.clerk.dev
|
10969
|
+
// Submitted by Colin Sidoti <colin@clerk.dev>
|
10970
|
+
*.lcl.dev
|
10971
|
+
*.stg.dev
|
10972
|
+
|
10962
10973
|
// Cloud66 : https://www.cloud66.com/
|
10963
10974
|
// Submitted by Khash Sajadi <khash@cloud66.com>
|
10964
10975
|
c66.me
|
10965
10976
|
cloud66.ws
|
10977
|
+
cloud66.zone
|
10966
10978
|
|
10967
10979
|
// CloudAccess.net : https://www.cloudaccess.net/
|
10968
10980
|
// Submitted by Pawel Panek <noc@cloudaccess.net>
|
@@ -10977,10 +10989,19 @@ cloudaccess.net
|
|
10977
10989
|
cloudcontrolled.com
|
10978
10990
|
cloudcontrolapp.com
|
10979
10991
|
|
10992
|
+
// Cloudera, Inc. : https://www.cloudera.com/
|
10993
|
+
// Submitted by Philip Langdale <security@cloudera.com>
|
10994
|
+
cloudera.site
|
10995
|
+
|
10980
10996
|
// Cloudflare, Inc. : https://www.cloudflare.com/
|
10981
10997
|
// Submitted by Jake Riesterer <publicsuffixlist@cloudflare.com>
|
10998
|
+
trycloudflare.com
|
10982
10999
|
workers.dev
|
10983
11000
|
|
11001
|
+
// Clovyr : https://clovyr.io
|
11002
|
+
// Submitted by Patrick Nielsen <patrick@clovyr.io>
|
11003
|
+
wnext.app
|
11004
|
+
|
10984
11005
|
// co.ca : http://registry.co.ca/
|
10985
11006
|
co.ca
|
10986
11007
|
|
@@ -11031,6 +11052,15 @@ co.no
|
|
11031
11052
|
webhosting.be
|
11032
11053
|
hosting-cluster.nl
|
11033
11054
|
|
11055
|
+
// Coordination Center for TLD RU and XN--P1AI : https://cctld.ru/en/domains/domens_ru/reserved/
|
11056
|
+
// Submitted by George Georgievsky <gug@cctld.ru>
|
11057
|
+
ac.ru
|
11058
|
+
edu.ru
|
11059
|
+
gov.ru
|
11060
|
+
int.ru
|
11061
|
+
mil.ru
|
11062
|
+
test.ru
|
11063
|
+
|
11034
11064
|
// COSIMO GmbH : http://www.cosimo.de
|
11035
11065
|
// Submitted by Rene Marticke <rmarticke@cosimo.de>
|
11036
11066
|
dyn.cosidns.de
|
@@ -11055,6 +11085,14 @@ realm.cz
|
|
11055
11085
|
// Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
|
11056
11086
|
cupcake.is
|
11057
11087
|
|
11088
|
+
// Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
|
11089
|
+
// Submitted by Gregory Drake <support@dyn.com>
|
11090
|
+
// Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
|
11091
|
+
*.customer-oci.com
|
11092
|
+
*.oci.customer-oci.com
|
11093
|
+
*.ocp.customer-oci.com
|
11094
|
+
*.ocs.customer-oci.com
|
11095
|
+
|
11058
11096
|
// cyon GmbH : https://www.cyon.ch/
|
11059
11097
|
// Submitted by Dominic Luechinger <dol@cyon.ch>
|
11060
11098
|
cyon.link
|
@@ -11087,6 +11125,14 @@ store.dk
|
|
11087
11125
|
*.dapps.earth
|
11088
11126
|
*.bzz.dapps.earth
|
11089
11127
|
|
11128
|
+
// Dark, Inc. : https://darklang.com
|
11129
|
+
// Submitted by Paul Biggar <ops@darklang.com>
|
11130
|
+
builtwithdark.com
|
11131
|
+
|
11132
|
+
// Datawire, Inc : https://www.datawire.io
|
11133
|
+
// Submitted by Richard Li <secalert@datawire.io>
|
11134
|
+
edgestack.me
|
11135
|
+
|
11090
11136
|
// Debian : https://www.debian.org/
|
11091
11137
|
// Submitted by Peter Palfrader / Debian Sysadmin Team <dsa-publicsuffixlist@debian.org>
|
11092
11138
|
debian.net
|
@@ -11460,10 +11506,19 @@ dynv6.net
|
|
11460
11506
|
// Submitted by Vladimir Dudr <info@e4you.cz>
|
11461
11507
|
e4.cz
|
11462
11508
|
|
11509
|
+
// En root‽ : https://en-root.org
|
11510
|
+
// Submitted by Emmanuel Raviart <emmanuel@raviart.com>
|
11511
|
+
en-root.fr
|
11512
|
+
|
11463
11513
|
// Enalean SAS: https://www.enalean.com
|
11464
11514
|
// Submitted by Thomas Cottier <thomas.cottier@enalean.com>
|
11465
11515
|
mytuleap.com
|
11466
11516
|
|
11517
|
+
// ECG Robotics, Inc: https://ecgrobotics.org
|
11518
|
+
// Submitted by <frc1533@ecgrobotics.org>
|
11519
|
+
onred.one
|
11520
|
+
staging.onred.one
|
11521
|
+
|
11467
11522
|
// Enonic : http://enonic.com/
|
11468
11523
|
// Submitted by Erik Kaareng-Sunde <esu@enonic.com>
|
11469
11524
|
enonic.io
|
@@ -11684,6 +11739,10 @@ firebaseapp.com
|
|
11684
11739
|
flynnhub.com
|
11685
11740
|
flynnhosting.net
|
11686
11741
|
|
11742
|
+
// Frederik Braun https://frederik-braun.com
|
11743
|
+
// Submitted by Frederik Braun <fb@frederik-braun.com>
|
11744
|
+
0e.vc
|
11745
|
+
|
11687
11746
|
// Freebox : http://www.freebox.fr
|
11688
11747
|
// Submitted by Romain Fliedel <rfliedel@freebox.fr>
|
11689
11748
|
freebox-os.com
|
@@ -11712,6 +11771,16 @@ futuremailing.at
|
|
11712
11771
|
// Submitted by David Illsley <david.illsley@digital.cabinet-office.gov.uk>
|
11713
11772
|
service.gov.uk
|
11714
11773
|
|
11774
|
+
// Gehirn Inc. : https://www.gehirn.co.jp/
|
11775
|
+
// Submitted by Kohei YOSHIDA <tech@gehirn.co.jp>
|
11776
|
+
gehirn.ne.jp
|
11777
|
+
usercontent.jp
|
11778
|
+
|
11779
|
+
// Gentlent, Inc. : https://www.gentlent.com
|
11780
|
+
// Submitted by Tom Klein <tom@gentlent.com>
|
11781
|
+
gentapps.com
|
11782
|
+
lab.ms
|
11783
|
+
|
11715
11784
|
// GitHub, Inc.
|
11716
11785
|
// Submitted by Patrick Toomey <security@github.com>
|
11717
11786
|
github.io
|
@@ -11721,6 +11790,19 @@ githubusercontent.com
|
|
11721
11790
|
// Submitted by Alex Hanselka <alex@gitlab.com>
|
11722
11791
|
gitlab.io
|
11723
11792
|
|
11793
|
+
// Glitch, Inc : https://glitch.com
|
11794
|
+
// Submitted by Mads Hartmann <mads@glitch.com>
|
11795
|
+
glitch.me
|
11796
|
+
|
11797
|
+
// GMO Pepabo, Inc. : https://pepabo.com/
|
11798
|
+
// Submitted by dojineko <admin@pepabo.com>
|
11799
|
+
lolipop.io
|
11800
|
+
|
11801
|
+
// GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
|
11802
|
+
// Submitted by Tom Whitwell <tom.whitwell@digital.cabinet-office.gov.uk>
|
11803
|
+
cloudapps.digital
|
11804
|
+
london.cloudapps.digital
|
11805
|
+
|
11724
11806
|
// UKHomeOffice : https://www.gov.uk/government/organisations/home-office
|
11725
11807
|
// Submitted by Jon Shanks <jon.shanks@digital.homeoffice.gov.uk>
|
11726
11808
|
homeoffice.gov.uk
|
@@ -11738,8 +11820,10 @@ goip.de
|
|
11738
11820
|
// Submitted by Eduardo Vela <evn@google.com>
|
11739
11821
|
run.app
|
11740
11822
|
a.run.app
|
11823
|
+
web.app
|
11741
11824
|
*.0emm.com
|
11742
11825
|
appspot.com
|
11826
|
+
*.r.appspot.com
|
11743
11827
|
blogspot.ae
|
11744
11828
|
blogspot.al
|
11745
11829
|
blogspot.am
|
@@ -11824,6 +11908,23 @@ publishproxy.com
|
|
11824
11908
|
withgoogle.com
|
11825
11909
|
withyoutube.com
|
11826
11910
|
|
11911
|
+
// Group 53, LLC : https://www.group53.com
|
11912
|
+
// Submitted by Tyler Todd <noc@nova53.net>
|
11913
|
+
awsmppl.com
|
11914
|
+
|
11915
|
+
// Hakaran group: http://hakaran.cz
|
11916
|
+
// Submited by Arseniy Sokolov <security@hakaran.cz>
|
11917
|
+
fin.ci
|
11918
|
+
free.hr
|
11919
|
+
caa.li
|
11920
|
+
ua.rs
|
11921
|
+
conf.se
|
11922
|
+
|
11923
|
+
// Handshake : https://handshake.org
|
11924
|
+
// Submitted by Mike Damm <md@md.vc>
|
11925
|
+
hs.zone
|
11926
|
+
hs.run
|
11927
|
+
|
11827
11928
|
// Hashbang : https://hashbang.sh
|
11828
11929
|
hashbang.sh
|
11829
11930
|
|
@@ -11849,8 +11950,28 @@ ravendb.me
|
|
11849
11950
|
development.run
|
11850
11951
|
ravendb.run
|
11851
11952
|
|
11953
|
+
// HOSTBIP REGISTRY : https://www.hostbip.com/
|
11954
|
+
// Submitted by Atanunu Igbunuroghene <publicsuffixlist@hostbip.com>
|
11955
|
+
bpl.biz
|
11956
|
+
orx.biz
|
11957
|
+
ng.city
|
11958
|
+
biz.gl
|
11959
|
+
ng.ink
|
11960
|
+
col.ng
|
11961
|
+
firm.ng
|
11962
|
+
gen.ng
|
11963
|
+
ltd.ng
|
11964
|
+
ngo.ng
|
11965
|
+
ng.school
|
11966
|
+
sch.so
|
11967
|
+
|
11968
|
+
// Häkkinen.fi
|
11969
|
+
// Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
|
11970
|
+
häkkinen.fi
|
11971
|
+
|
11852
11972
|
// Ici la Lune : http://www.icilalune.com/
|
11853
11973
|
// Submitted by Simon Morvan <simon@icilalune.com>
|
11974
|
+
*.moonscale.io
|
11854
11975
|
moonscale.net
|
11855
11976
|
|
11856
11977
|
// iki.fi
|
@@ -11920,6 +12041,11 @@ ipifony.net
|
|
11920
12041
|
// Submitted by Kim-Alexander Brodowski <kim.brodowski@iserv.eu>
|
11921
12042
|
mein-iserv.de
|
11922
12043
|
test-iserv.de
|
12044
|
+
iserv.dev
|
12045
|
+
|
12046
|
+
// I-O DATA DEVICE, INC. : http://www.iodata.com/
|
12047
|
+
// Submitted by Yuji Minagawa <domains-admin@iodata.jp>
|
12048
|
+
iobb.net
|
11923
12049
|
|
11924
12050
|
// Jino : https://www.jino.ru
|
11925
12051
|
// Submitted by Sergey Ulyashin <ulyashin@jino.ru>
|
@@ -11938,14 +12064,28 @@ myjino.ru
|
|
11938
12064
|
// Submitted by Stefan Keim <admin@js.org>
|
11939
12065
|
js.org
|
11940
12066
|
|
12067
|
+
// KaasHosting : http://www.kaashosting.nl/
|
12068
|
+
// Submitted by Wouter Bakker <hostmaster@kaashosting.nl>
|
12069
|
+
kaas.gg
|
12070
|
+
khplay.nl
|
12071
|
+
|
11941
12072
|
// Keyweb AG : https://www.keyweb.de
|
11942
12073
|
// Submitted by Martin Dannehl <postmaster@keymachine.de>
|
11943
12074
|
keymachine.de
|
11944
12075
|
|
12076
|
+
// KingHost : https://king.host
|
12077
|
+
// Submitted by Felipe Keller Braz <felipebraz@kinghost.com.br>
|
12078
|
+
kinghost.net
|
12079
|
+
uni5.net
|
12080
|
+
|
11945
12081
|
// KnightPoint Systems, LLC : http://www.knightpoint.com/
|
11946
12082
|
// Submitted by Roy Keene <rkeene@knightpoint.com>
|
11947
12083
|
knightpoint.systems
|
11948
12084
|
|
12085
|
+
// KUROKU LTD : https://kuroku.ltd/
|
12086
|
+
// Submitted by DisposaBoy <security@oya.to>
|
12087
|
+
oya.to
|
12088
|
+
|
11949
12089
|
// .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
|
11950
12090
|
co.krd
|
11951
12091
|
edu.krd
|
@@ -11962,6 +12102,10 @@ leadpages.co
|
|
11962
12102
|
lpages.co
|
11963
12103
|
lpusercontent.com
|
11964
12104
|
|
12105
|
+
// Lelux.fi : https://lelux.fi/
|
12106
|
+
// Submitted by Lelux Admin <publisuffix@lelux.site>
|
12107
|
+
lelux.site
|
12108
|
+
|
11965
12109
|
// Lifetime Hosting : https://Lifetime.Hosting/
|
11966
12110
|
// Submitted by Mike Fillator <support@lifetime.hosting>
|
11967
12111
|
co.business
|
@@ -11985,10 +12129,23 @@ linkitools.space
|
|
11985
12129
|
linkyard.cloud
|
11986
12130
|
linkyard-cloud.ch
|
11987
12131
|
|
12132
|
+
// Linode : https://linode.com
|
12133
|
+
// Submitted by <security@linode.com>
|
12134
|
+
members.linode.com
|
12135
|
+
nodebalancer.linode.com
|
12136
|
+
|
11988
12137
|
// LiquidNet Ltd : http://www.liquidnetlimited.com/
|
11989
12138
|
// Submitted by Victor Velchev <admin@liquidnetlimited.com>
|
11990
12139
|
we.bs
|
11991
12140
|
|
12141
|
+
// Log'in Line : https://www.loginline.com/
|
12142
|
+
// Submitted by Rémi Mach <remi.mach@loginline.com>
|
12143
|
+
loginline.app
|
12144
|
+
loginline.dev
|
12145
|
+
loginline.io
|
12146
|
+
loginline.services
|
12147
|
+
loginline.site
|
12148
|
+
|
11992
12149
|
// LubMAN UMCS Sp. z o.o : https://lubman.pl/
|
11993
12150
|
// Submitted by Ireneusz Maliszewski <ireneusz.maliszewski@lubman.pl>
|
11994
12151
|
krasnik.pl
|
@@ -12088,6 +12245,30 @@ net.ru
|
|
12088
12245
|
org.ru
|
12089
12246
|
pp.ru
|
12090
12247
|
|
12248
|
+
// Nabu Casa : https://www.nabucasa.com
|
12249
|
+
// Submitted by Paulus Schoutsen <infra@nabucasa.com>
|
12250
|
+
ui.nabu.casa
|
12251
|
+
|
12252
|
+
// Names.of.London : https://names.of.london/
|
12253
|
+
// Submitted by James Stevens <registry@names.of.london> or <james@jrcs.net>
|
12254
|
+
pony.club
|
12255
|
+
of.fashion
|
12256
|
+
on.fashion
|
12257
|
+
of.football
|
12258
|
+
in.london
|
12259
|
+
of.london
|
12260
|
+
for.men
|
12261
|
+
and.mom
|
12262
|
+
for.mom
|
12263
|
+
for.one
|
12264
|
+
for.sale
|
12265
|
+
of.work
|
12266
|
+
to.work
|
12267
|
+
|
12268
|
+
// NCTU.ME : https://nctu.me/
|
12269
|
+
// Submitted by Tocknicsu <admin@nctu.me>
|
12270
|
+
nctu.me
|
12271
|
+
|
12091
12272
|
// Netlify : https://www.netlify.com
|
12092
12273
|
// Submitted by Jessica Parsons <jessica@netlify.com>
|
12093
12274
|
bitballoon.com
|
@@ -12256,12 +12437,14 @@ nom.al
|
|
12256
12437
|
nym.by
|
12257
12438
|
nym.bz
|
12258
12439
|
nom.cl
|
12440
|
+
nym.ec
|
12259
12441
|
nom.gd
|
12260
12442
|
nom.ge
|
12261
12443
|
nom.gl
|
12262
12444
|
nym.gr
|
12263
12445
|
nom.gt
|
12264
12446
|
nym.gy
|
12447
|
+
nym.hk
|
12265
12448
|
nom.hn
|
12266
12449
|
nym.ie
|
12267
12450
|
nom.im
|
@@ -12297,6 +12480,10 @@ nom.uy
|
|
12297
12480
|
nom.vc
|
12298
12481
|
nom.vg
|
12299
12482
|
|
12483
|
+
// Observable, Inc. : https://observablehq.com
|
12484
|
+
// Submitted by Mike Bostock <dns@observablehq.com>
|
12485
|
+
static.observableusercontent.com
|
12486
|
+
|
12300
12487
|
// Octopodal Solutions, LLC. : https://ulterius.io/
|
12301
12488
|
// Submitted by Andrew Sampson <andrew@ulterius.io>
|
12302
12489
|
cya.gg
|
@@ -12317,6 +12504,10 @@ opencraft.hosting
|
|
12317
12504
|
// Submitted by Yngve Pettersen <yngve@opera.com>
|
12318
12505
|
operaunite.com
|
12319
12506
|
|
12507
|
+
// Oursky Limited : https://skygear.io/
|
12508
|
+
// Submited by Skygear Developer <hello@skygear.io>
|
12509
|
+
skygearapp.com
|
12510
|
+
|
12320
12511
|
// OutSystems
|
12321
12512
|
// Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
|
12322
12513
|
outsystemscloud.com
|
@@ -12359,6 +12550,10 @@ gotpantheon.com
|
|
12359
12550
|
// Submitted by Steve Leung <steveleung@peplink.com>
|
12360
12551
|
mypep.link
|
12361
12552
|
|
12553
|
+
// Perspecta : https://perspecta.com/
|
12554
|
+
// Submitted by Kenneth Van Alstyne <kvanalstyne@perspecta.com>
|
12555
|
+
perspecta.cloud
|
12556
|
+
|
12362
12557
|
// Planet-Work : https://www.planet-work.com/
|
12363
12558
|
// Submitted by Frédéric VANNIÈRE <f.vanniere@planet-work.com>
|
12364
12559
|
on-web.fr
|
@@ -12368,6 +12563,14 @@ on-web.fr
|
|
12368
12563
|
*.platform.sh
|
12369
12564
|
*.platformsh.site
|
12370
12565
|
|
12566
|
+
// Port53 : https://port53.io/
|
12567
|
+
// Submitted by Maximilian Schieder <maxi@zeug.co>
|
12568
|
+
dyn53.io
|
12569
|
+
|
12570
|
+
// Positive Codes Technology Company : http://co.bn/faq.html
|
12571
|
+
// Submitted by Zulfais <pc@co.bn>
|
12572
|
+
co.bn
|
12573
|
+
|
12371
12574
|
// prgmr.com : https://prgmr.com/
|
12372
12575
|
// Submitted by Sarah Newman <owner@prgmr.com>
|
12373
12576
|
xen.prgmr.com
|
@@ -12376,6 +12579,14 @@ xen.prgmr.com
|
|
12376
12579
|
// Submitted by registry <lendl@nic.at>
|
12377
12580
|
priv.at
|
12378
12581
|
|
12582
|
+
// privacytools.io : https://www.privacytools.io/
|
12583
|
+
// Submitted by Jonah Aragon <jonah@privacytools.io>
|
12584
|
+
prvcy.page
|
12585
|
+
|
12586
|
+
// Protocol Labs : https://protocol.ai/
|
12587
|
+
// Submitted by Michael Burns <noc@protocol.ai>
|
12588
|
+
*.dweb.link
|
12589
|
+
|
12379
12590
|
// Protonet GmbH : http://protonet.io
|
12380
12591
|
// Submitted by Martin Meier <admin@protonet.io>
|
12381
12592
|
protonet.io
|
@@ -12385,6 +12596,14 @@ protonet.io
|
|
12385
12596
|
chirurgiens-dentistes-en-france.fr
|
12386
12597
|
byen.site
|
12387
12598
|
|
12599
|
+
// pubtls.org: https://www.pubtls.org
|
12600
|
+
// Submitted by Kor Nielsen <kor@pubtls.org>
|
12601
|
+
pubtls.org
|
12602
|
+
|
12603
|
+
// Qualifio : https://qualifio.com/
|
12604
|
+
// Submitted by Xavier De Cock <xdecock@gmail.com>
|
12605
|
+
qualifioapp.com
|
12606
|
+
|
12388
12607
|
// Redstar Consultants : https://www.redstarconsultants.com/
|
12389
12608
|
// Submitted by Jons Slemmer <jons@redstarconsultants.com>
|
12390
12609
|
instantcloud.cn
|
@@ -12397,6 +12616,11 @@ ras.ru
|
|
12397
12616
|
// Submitted by Daniel Dent (https://www.danieldent.com/)
|
12398
12617
|
qa2.com
|
12399
12618
|
|
12619
|
+
// QCX
|
12620
|
+
// Submitted by Cassandra Beelen <cassandra@beelen.one>
|
12621
|
+
qcx.io
|
12622
|
+
*.sys.qcx.io
|
12623
|
+
|
12400
12624
|
// QNAP System Inc : https://www.qnap.com
|
12401
12625
|
// Submitted by Nick Chang <nickchang@qnap.com>
|
12402
12626
|
dev-myqnapcloud.com
|
@@ -12419,6 +12643,7 @@ rackmaze.net
|
|
12419
12643
|
|
12420
12644
|
// Rancher Labs, Inc : https://rancher.com
|
12421
12645
|
// Submitted by Vincent Fiduccia <domains@rancher.com>
|
12646
|
+
*.on-k3s.io
|
12422
12647
|
*.on-rancher.cloud
|
12423
12648
|
*.on-rio.io
|
12424
12649
|
|
@@ -12430,6 +12655,16 @@ readthedocs.io
|
|
12430
12655
|
// Submitted by Tim Kramer <tkramer@rhcloud.com>
|
12431
12656
|
rhcloud.com
|
12432
12657
|
|
12658
|
+
// Render : https://render.com
|
12659
|
+
// Submitted by Anurag Goel <dev@render.com>
|
12660
|
+
app.render.com
|
12661
|
+
onrender.com
|
12662
|
+
|
12663
|
+
// Repl.it : https://repl.it
|
12664
|
+
// Submitted by Mason Clayton <mason@repl.it>
|
12665
|
+
repl.co
|
12666
|
+
repl.run
|
12667
|
+
|
12433
12668
|
// Resin.io : https://resin.io
|
12434
12669
|
// Submitted by Tim Perry <tim@resin.io>
|
12435
12670
|
resindevice.io
|
@@ -12462,6 +12697,10 @@ logoip.com
|
|
12462
12697
|
// Submitted by Hanno Böck <hanno@schokokeks.org>
|
12463
12698
|
schokokeks.net
|
12464
12699
|
|
12700
|
+
// Scottish Government: https://www.gov.scot
|
12701
|
+
// Submitted by Martin Ellis <martin.ellis@gov.scot>
|
12702
|
+
gov.scot
|
12703
|
+
|
12465
12704
|
// Scry Security : http://www.scrysec.com
|
12466
12705
|
// Submitted by Shante Adam <shante@skyhat.io>
|
12467
12706
|
scrysec.com
|
@@ -12479,11 +12718,6 @@ my-firewall.org
|
|
12479
12718
|
myfirewall.org
|
12480
12719
|
spdns.org
|
12481
12720
|
|
12482
|
-
// SensioLabs, SAS : https://sensiolabs.com/
|
12483
|
-
// Submitted by Fabien Potencier <fabien.potencier@sensiolabs.com>
|
12484
|
-
*.s5y.io
|
12485
|
-
*.sensiosite.cloud
|
12486
|
-
|
12487
12721
|
// Service Online LLC : http://drs.ua/
|
12488
12722
|
// Submitted by Serhii Bulakh <support@drs.ua>
|
12489
12723
|
biz.ua
|
@@ -12498,6 +12732,14 @@ shiftedit.io
|
|
12498
12732
|
// Submitted by Alex Bowers <alex@shopblocks.com>
|
12499
12733
|
myshopblocks.com
|
12500
12734
|
|
12735
|
+
// Shopit : https://www.shopitcommerce.com/
|
12736
|
+
// Submitted by Craig McMahon <craig@shopitcommerce.com>
|
12737
|
+
shopitsite.com
|
12738
|
+
|
12739
|
+
// Siemens Mobility GmbH
|
12740
|
+
// Submitted by Oliver Graebner <security@mo-siemens.io>
|
12741
|
+
mo-siemens.io
|
12742
|
+
|
12501
12743
|
// SinaAppEngine : http://sae.sina.com.cn/
|
12502
12744
|
// Submitted by SinaAppEngine <saesupport@sinacloud.com>
|
12503
12745
|
1kapp.com
|
@@ -12516,6 +12758,10 @@ bounty-full.com
|
|
12516
12758
|
alpha.bounty-full.com
|
12517
12759
|
beta.bounty-full.com
|
12518
12760
|
|
12761
|
+
// Stackhero : https://www.stackhero.io
|
12762
|
+
// Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
|
12763
|
+
stackhero-network.com
|
12764
|
+
|
12519
12765
|
// staticland : https://static.land
|
12520
12766
|
// Submitted by Seth Vincent <sethvincent@gmail.com>
|
12521
12767
|
static.land
|
@@ -12547,6 +12793,11 @@ storj.farm
|
|
12547
12793
|
// Submitted by Silke Hofstra <syscom@snt.utwente.nl>
|
12548
12794
|
utwente.io
|
12549
12795
|
|
12796
|
+
// Student-Run Computing Facility : https://www.srcf.net/
|
12797
|
+
// Submitted by Edwin Balani <sysadmins@srcf.net>
|
12798
|
+
soc.srcf.net
|
12799
|
+
user.srcf.net
|
12800
|
+
|
12550
12801
|
// Sub 6 Limited: http://www.sub6.com
|
12551
12802
|
// Submitted by Dan Miller <dm@sub6.com>
|
12552
12803
|
temp-dns.com
|
@@ -12556,6 +12807,11 @@ temp-dns.com
|
|
12556
12807
|
applicationcloud.io
|
12557
12808
|
scapp.io
|
12558
12809
|
|
12810
|
+
// Symfony, SAS : https://symfony.com/
|
12811
|
+
// Submitted by Fabien Potencier <fabien@symfony.com>
|
12812
|
+
*.s5y.io
|
12813
|
+
*.sensiosite.cloud
|
12814
|
+
|
12559
12815
|
// Syncloud : https://syncloud.org
|
12560
12816
|
// Submitted by Boris Rybalkin <syncloud@syncloud.it>
|
12561
12817
|
syncloud.it
|
@@ -12576,6 +12832,7 @@ i234.me
|
|
12576
12832
|
myds.me
|
12577
12833
|
synology.me
|
12578
12834
|
vpnplus.to
|
12835
|
+
direct.quickconnect.to
|
12579
12836
|
|
12580
12837
|
// TAIFUN Software AG : http://taifun-software.de
|
12581
12838
|
// Submitted by Bjoern Henke <dev-server@taifun-software.de>
|
@@ -12588,6 +12845,10 @@ gdynia.pl
|
|
12588
12845
|
med.pl
|
12589
12846
|
sopot.pl
|
12590
12847
|
|
12848
|
+
// Teckids e.V. : https://www.teckids.org
|
12849
|
+
// Submitted by Dominik George <dominik.george@teckids.org>
|
12850
|
+
edugit.org
|
12851
|
+
|
12591
12852
|
// Telebit : https://telebit.cloud
|
12592
12853
|
// Submitted by AJ ONeal <aj@telebit.cloud>
|
12593
12854
|
telebit.app
|
@@ -12600,11 +12861,17 @@ gwiddle.co.uk
|
|
12600
12861
|
|
12601
12862
|
// Thingdust AG : https://thingdust.com/
|
12602
12863
|
// Submitted by Adrian Imboden <adi@thingdust.com>
|
12864
|
+
thingdustdata.com
|
12603
12865
|
cust.dev.thingdust.io
|
12604
12866
|
cust.disrec.thingdust.io
|
12605
12867
|
cust.prod.thingdust.io
|
12606
12868
|
cust.testing.thingdust.io
|
12607
12869
|
|
12870
|
+
// Tlon.io : https://tlon.io
|
12871
|
+
// Submitted by Mark Staarink <mark@tlon.io>
|
12872
|
+
arvo.network
|
12873
|
+
azimuth.network
|
12874
|
+
|
12608
12875
|
// TownNews.com : http://www.townnews.com
|
12609
12876
|
// Submitted by Dustin Ward <dward@townnews.com>
|
12610
12877
|
bloxcms.com
|
@@ -12691,6 +12958,22 @@ router.management
|
|
12691
12958
|
// Submitted by Adnan RIHAN <hostmaster@v-info.info>
|
12692
12959
|
v-info.info
|
12693
12960
|
|
12961
|
+
// Voorloper.com: https://voorloper.com
|
12962
|
+
// Submitted by Nathan van Bakel <info@voorloper.com>
|
12963
|
+
voorloper.cloud
|
12964
|
+
|
12965
|
+
// V.UA Domain Administrator : https://domain.v.ua/
|
12966
|
+
// Submitted by Serhii Rostilo <sergey@rostilo.kiev.ua>
|
12967
|
+
v.ua
|
12968
|
+
|
12969
|
+
// Waffle Computer Inc., Ltd. : https://docs.waffleinfo.com
|
12970
|
+
// Submitted by Masayuki Note <masa@blade.wafflecell.com>
|
12971
|
+
wafflecell.com
|
12972
|
+
|
12973
|
+
// WebHare bv: https://www.webhare.com/
|
12974
|
+
// Submitted by Arnold Hendriks <info@webhare.com>
|
12975
|
+
*.webhare.dev
|
12976
|
+
|
12694
12977
|
// WeDeploy by Liferay, Inc. : https://www.wedeploy.com
|
12695
12978
|
// Submitted by Henrique Vicente <security@wedeploy.com>
|
12696
12979
|
wedeploy.io
|
@@ -12721,6 +13004,12 @@ cistron.nl
|
|
12721
13004
|
demon.nl
|
12722
13005
|
xs4all.space
|
12723
13006
|
|
13007
|
+
// Yandex.Cloud LLC: https://cloud.yandex.com
|
13008
|
+
// Submitted by Alexander Lodin <security+psl@yandex-team.ru>
|
13009
|
+
yandexcloud.net
|
13010
|
+
storage.yandexcloud.net
|
13011
|
+
website.yandexcloud.net
|
13012
|
+
|
12724
13013
|
// YesCourse Pty Ltd : https://yescourse.com
|
12725
13014
|
// Submitted by Atul Bhouraskar <atul@yescourse.com>
|
12726
13015
|
official.academy
|
@@ -12759,10 +13048,9 @@ bss.design
|
|
12759
13048
|
|
12760
13049
|
// Zitcom A/S : https://www.zitcom.dk
|
12761
13050
|
// Submitted by Emil Stahl <esp@zitcom.dk>
|
13051
|
+
basicserver.io
|
13052
|
+
virtualserver.io
|
12762
13053
|
site.builder.nu
|
12763
|
-
|
12764
|
-
// Zone.id : https://zone.id/
|
12765
|
-
// Submitted by Su Hendro <admin@zone.id>
|
12766
|
-
zone.id
|
13054
|
+
enterprisecloud.nu
|
12767
13055
|
|
12768
13056
|
// ===END PRIVATE DOMAINS===
|