public_suffix 3.0.3 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db25a54fc0b67b7906c186324185f71d08f848e0f520b6e7b591429505eaf7bc
4
- data.tar.gz: ae070e1611d89bfa664188ccca18606c0a482cd0e09a2ccf7d73343575ee5f9d
3
+ metadata.gz: 297fa0b963e7c140e424ddb7190e37b51fc84dea372a9f43e4b4d00de8ca5ada
4
+ data.tar.gz: 1d241887f239b9428305d1ce6662df90e25f6354a3eed98b9ddbc7a2c044d609
5
5
  SHA512:
6
- metadata.gz: ddf6ed9d0fb235f8747d16a8861fb0427ce57f1ccf33e607bab3406fabbfea44b6ef670fd0bb49f3d1f12a8e1fdae2c68285d4e4ce09dd6d4bd7508f0e94ec41
7
- data.tar.gz: ed737ad2c839c513389ea2cdb304eb318420dc7fd383713d156d0dd8684db12700a45e5dba1f5616b7dec38deec5526477f4c3502447cef87c3bcc49958eb1ba
6
+ metadata.gz: 5fb346139bb5c7a7f42723e5dcceb7b89b0b73bf920dfea75aca9027b13c9489baeea8558c4e8497fa5bae08638125a3d39d84622d52cb6dd8c036e642113009
7
+ data.tar.gz: 98f788985e633293a253af2234e8b8b2dc1706ed4942a0733b96dc503b92db8d17af487a5852e1c47390d15fb1126e767d9ea8f16c439d7bcfdb36c8df8cf92d
@@ -0,0 +1,12 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: "rubygems/public_suffix"
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ custom: # Replace with a single custom sponsorship URL
@@ -63,11 +63,6 @@ Metrics/ParameterLists:
63
63
  Metrics/PerceivedComplexity:
64
64
  Enabled: false
65
65
 
66
- # [codesmell]
67
- # I don't really get the point of this cop.
68
- Performance/RedundantMerge:
69
- Enabled: false
70
-
71
66
  # Do not use "and" or "or" in conditionals, but for readability we can use it
72
67
  # to chain executions. Just beware of operator order.
73
68
  Style/AndOr:
@@ -123,12 +118,12 @@ Style/RescueStandardError:
123
118
 
124
119
  # Array indentation should be considered like MultilineMethodCallIndentation indentation
125
120
  # and use 4 spaces instead of 2.
126
- Layout/IndentArray:
121
+ Layout/IndentFirstArrayElement:
127
122
  IndentationWidth: 4
128
123
 
129
124
  # Hash indentation should be considered like MultilineMethodCallIndentation indentation
130
125
  # and use 4 spaces instead of 2.
131
- Layout/IndentHash:
126
+ Layout/IndentFirstHashElement:
132
127
  IndentationWidth: 4
133
128
 
134
129
  # Multi-line differs from standard indentation, they are indented twice.
@@ -1,16 +1,16 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
- - 2.1
5
- - 2.2
6
4
  - 2.3
7
5
  - 2.4
8
6
  - 2.5
7
+ - 2.6
8
+ - 2.7
9
9
  - jruby-9.1.5.0
10
10
  - ruby-head
11
11
 
12
12
  env:
13
- - COVERALL=1
13
+ - COVERAGE=1
14
14
 
15
15
  cache:
16
16
  - bundler
@@ -18,8 +18,8 @@ cache:
18
18
  matrix:
19
19
  allow_failures:
20
20
  - rvm: ruby-head
21
- - rvm: jruby-9.1.0.0
21
+ - rvm: jruby-9.1.5.0
22
22
 
23
23
  before_install:
24
- - rvm get latest
24
+ - gem update --system
25
25
  - gem install bundler
@@ -1,6 +1,36 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ #### Release 4.0.2
5
+
6
+ - CHANGED: Updated definitions.
7
+
8
+
9
+ #### Release 4.0.1
10
+
11
+ - CHANGED: Updated definitions.
12
+
13
+
14
+ #### Release 4.0.0
15
+
16
+ - CHANGED: Minimum Ruby version is 2.3
17
+
18
+
19
+ #### Release 3.1.1
20
+
21
+ - CHANGED: Updated definitions.
22
+ - CHANGED: Rolled back support for Ruby 2.3 (GH-161, GH-162)
23
+
24
+ IMPORTANT: 3.x is the latest version compatible with Ruby 2.1 and Ruby 2.2.
25
+
26
+
27
+ #### Release 3.1.0
28
+
29
+ - CHANGED: Updated definitions.
30
+ - CHANGED: Minimum Ruby version is 2.3
31
+ - CHANGED: Upgraded to Bundler 2.x
32
+
33
+
4
34
  #### Release 3.0.3
5
35
 
6
36
  - CHANGED: Updated definitions.
data/Gemfile CHANGED
@@ -1,8 +1,10 @@
1
+ # frozen_string_literal: true
2
+
1
3
  source "https://rubygems.org"
2
4
 
3
5
  gemspec
4
6
 
5
- gem "coveralls", require: false
7
+ gem "codecov", require: false
6
8
  gem "minitest"
7
9
  gem "minitest-reporters"
8
10
  gem "rubocop", require: false
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
1
+ Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -3,13 +3,20 @@
3
3
  <tt>PublicSuffix</tt> is a Ruby domain name parser based on the [Public Suffix List](https://publicsuffix.org/).
4
4
 
5
5
  [![Build Status](https://travis-ci.org/weppos/publicsuffix-ruby.svg?branch=master)](https://travis-ci.org/weppos/publicsuffix-ruby)
6
+ [![Tidelift dependencies](https://tidelift.com/badges/github/weppos/publicsuffix-ruby)](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme)
6
7
 
7
8
 
8
- ## Requirements
9
+ ## Links
9
10
 
10
- - Ruby >= 2.1
11
+ - [Homepage](https://simonecarletti.com/code/publicsuffix-ruby)
12
+ - [Repository](https://github.com/weppos/publicsuffix-ruby)
13
+ - [API Documentation](https://rubydoc.info/gems/public_suffix)
14
+ - [Introducing the Public Suffix List library for Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/)
15
+
16
+
17
+ ## Requirements
11
18
 
12
- For an older versions of Ruby use a previous release.
19
+ <tt>PublicSuffix</tt> requires **Ruby >= 2.3**. For an older versions of Ruby use a previous release.
13
20
 
14
21
 
15
22
  ## Installation
@@ -17,7 +24,7 @@ For an older versions of Ruby use a previous release.
17
24
  You can install the gem manually:
18
25
 
19
26
  ```shell
20
- $ gem install public_suffix
27
+ gem install public_suffix
21
28
  ```
22
29
 
23
30
  Or use Bundler and define it as a dependency in your `Gemfile`:
@@ -173,21 +180,14 @@ Not convinced yet? Check out [this real world example](https://stackoverflow.com
173
180
  No. <tt>PublicSuffix</tt> comes with a bundled list. It does not make any HTTP requests to parse or validate a domain.
174
181
 
175
182
 
176
- ## Feedback and bug reports
183
+ ## Support
177
184
 
178
- If you use this library and find yourself missing any functionality, please [let me know](mailto:weppos@weppos.net).
185
+ Library documentation is auto-generated from the [README](https://github.com/weppos/publicsuffix-ruby/blob/master/README.md) and the source code, and it's available at https://rubydoc.info/gems/public_suffix.
179
186
 
180
- Pull requests are very welcome! Please include tests and/or feature coverage for every patch, and create a topic branch for every separate change you make.
187
+ - The PublicSuffix bug tracker is here: https://github.com/weppos/publicsuffix-ruby/issues
188
+ - The PublicSuffix code repository is here: https://github.com/weppos/publicsuffix-ruby. Contributions are welcome! Please include tests and/or feature coverage for every patch, and create a topic branch for every separate change you make.
181
189
 
182
- Report issues or feature requests to [GitHub Issues](https://github.com/weppos/publicsuffix-ruby/issues).
183
-
184
-
185
- ## More
186
-
187
- - [Homepage](https://simonecarletti.com/code/publicsuffix-ruby)
188
- - [Repository](https://github.com/weppos/publicsuffix-ruby)
189
- - [API Documentation](http://rubydoc.info/gems/public_suffix)
190
- - [Introducing the Public Suffix List library for Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/)
190
+ [Consider subscribing to Tidelift which provides Enterprise support for this project](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme) as part of the Tidelift Subscription. Tidelift subscriptions also help the maintainers by funding the project, which in turn allows us to ship releases, bugfixes, and security updates more often.
191
191
 
192
192
 
193
193
  ## Changelog
@@ -197,6 +197,6 @@ See the [CHANGELOG.md](CHANGELOG.md) file for details.
197
197
 
198
198
  ## License
199
199
 
200
- Copyright (c) 2009-2018 Simone Carletti. This is Free Software distributed under the MIT license.
200
+ Copyright (c) 2009-2019 Simone Carletti. This is Free Software distributed under the MIT license.
201
201
 
202
202
  The [Public Suffix List source](https://publicsuffix.org/list/) is subject to the terms of the Mozilla Public License, v. 2.0.
data/Rakefile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require "bundler/gem_tasks"
2
4
 
3
5
  # By default, run tests and linter.
@@ -39,7 +41,7 @@ desc "Downloads the Public Suffix List file from the repository and stores it lo
39
41
  task :"update-list" do
40
42
  require "net/http"
41
43
 
42
- DEFINITION_URL = "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat".freeze
44
+ DEFINITION_URL = "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"
43
45
 
44
46
  File.open("data/list.txt", "w+") do |f|
45
47
  response = Net::HTTP.get_response(URI.parse(DEFINITION_URL))
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
4
  require "bundler/setup"
4
5
  require "public_suffix"
@@ -155,8 +155,13 @@ mil.al
155
155
  net.al
156
156
  org.al
157
157
 
158
- // am : https://en.wikipedia.org/wiki/.am
158
+ // am : https://www.amnic.net/policy/en/Policy_EN.pdf
159
159
  am
160
+ co.am
161
+ com.am
162
+ commune.am
163
+ net.am
164
+ org.am
160
165
 
161
166
  // ao : https://en.wikipedia.org/wiki/.ao
162
167
  // http://www.dns.ao/REGISTR.DOC
@@ -235,6 +240,8 @@ vic.au
235
240
  wa.au
236
241
  // 3LDs
237
242
  act.edu.au
243
+ catholic.edu.au
244
+ // eq.edu.au - Removed at the request of the Queensland Department of Education
238
245
  nsw.edu.au
239
246
  nt.edu.au
240
247
  qld.edu.au
@@ -250,6 +257,9 @@ sa.gov.au
250
257
  tas.gov.au
251
258
  vic.gov.au
252
259
  wa.gov.au
260
+ // 4LDs
261
+ education.tas.edu.au
262
+ schools.nsw.edu.au
253
263
 
254
264
  // aw : https://en.wikipedia.org/wiki/.aw
255
265
  aw
@@ -551,6 +561,7 @@ niteroi.br
551
561
  not.br
552
562
  ntr.br
553
563
  odo.br
564
+ ong.br
554
565
  org.br
555
566
  osasco.br
556
567
  palmas.br
@@ -580,6 +591,7 @@ slz.br
580
591
  sorocaba.br
581
592
  srv.br
582
593
  taxi.br
594
+ tc.br
583
595
  teo.br
584
596
  the.br
585
597
  tmp.br
@@ -983,17 +995,16 @@ fm
983
995
  fo
984
996
 
985
997
  // fr : http://www.afnic.fr/
986
- // domaines descriptifs : http://www.afnic.fr/obtenir/chartes/nommage-fr/annexe-descriptifs
998
+ // domaines descriptifs : https://www.afnic.fr/medias/documents/Cadre_legal/Afnic_Naming_Policy_12122016_VEN.pdf
987
999
  fr
988
- com.fr
989
1000
  asso.fr
1001
+ com.fr
1002
+ gouv.fr
990
1003
  nom.fr
991
1004
  prd.fr
992
- presse.fr
993
1005
  tm.fr
994
- // domaines sectoriels : http://www.afnic.fr/obtenir/chartes/nommage-fr/annexe-sectoriels
1006
+ // domaines sectoriels : https://www.afnic.fr/en/products-and-services/the-fr-tld/sector-based-fr-domains-4.html
995
1007
  aeroport.fr
996
- assedic.fr
997
1008
  avocat.fr
998
1009
  avoues.fr
999
1010
  cci.fr
@@ -1001,7 +1012,6 @@ chambagri.fr
1001
1012
  chirurgiens-dentistes.fr
1002
1013
  experts-comptables.fr
1003
1014
  geometre-expert.fr
1004
- gouv.fr
1005
1015
  greta.fr
1006
1016
  huissier-justice.fr
1007
1017
  medecin.fr
@@ -1358,7 +1368,7 @@ it
1358
1368
  gov.it
1359
1369
  edu.it
1360
1370
  // Reserved geo-names (regions and provinces):
1361
- // http://www.nic.it/sites/default/files/docs/Regulation_assignation_v7.1.pdf
1371
+ // https://www.nic.it/sites/default/files/archivio/docs/Regulation_assignation_v7.1.pdf
1362
1372
  // Regions
1363
1373
  abr.it
1364
1374
  abruzzo.it
@@ -1413,9 +1423,9 @@ taa.it
1413
1423
  tos.it
1414
1424
  toscana.it
1415
1425
  trentin-sud-tirol.it
1416
- trentin-süd-tirol.it
1426
+ trentin-süd-tirol.it
1417
1427
  trentin-sudtirol.it
1418
- trentin-südtirol.it
1428
+ trentin-südtirol.it
1419
1429
  trentin-sued-tirol.it
1420
1430
  trentin-suedtirol.it
1421
1431
  trentino-a-adige.it
@@ -1425,9 +1435,9 @@ trentino-altoadige.it
1425
1435
  trentino-s-tirol.it
1426
1436
  trentino-stirol.it
1427
1437
  trentino-sud-tirol.it
1428
- trentino-süd-tirol.it
1438
+ trentino-süd-tirol.it
1429
1439
  trentino-sudtirol.it
1430
- trentino-südtirol.it
1440
+ trentino-südtirol.it
1431
1441
  trentino-sued-tirol.it
1432
1442
  trentino-suedtirol.it
1433
1443
  trentino.it
@@ -1438,15 +1448,15 @@ trentinoaltoadige.it
1438
1448
  trentinos-tirol.it
1439
1449
  trentinostirol.it
1440
1450
  trentinosud-tirol.it
1441
- trentinosüd-tirol.it
1451
+ trentinosüd-tirol.it
1442
1452
  trentinosudtirol.it
1443
- trentinosüdtirol.it
1453
+ trentinosüdtirol.it
1444
1454
  trentinosued-tirol.it
1445
1455
  trentinosuedtirol.it
1446
1456
  trentinsud-tirol.it
1447
- trentinsüd-tirol.it
1457
+ trentinsüd-tirol.it
1448
1458
  trentinsudtirol.it
1449
- trentinsüdtirol.it
1459
+ trentinsüdtirol.it
1450
1460
  trentinsued-tirol.it
1451
1461
  trentinsuedtirol.it
1452
1462
  tuscany.it
@@ -1463,13 +1473,13 @@ valleaosta.it
1463
1473
  valled-aosta.it
1464
1474
  valledaosta.it
1465
1475
  vallee-aoste.it
1466
- vallée-aoste.it
1476
+ vallée-aoste.it
1467
1477
  vallee-d-aoste.it
1468
- vallée-d-aoste.it
1478
+ vallée-d-aoste.it
1469
1479
  valleeaoste.it
1470
- valléeaoste.it
1480
+ valléeaoste.it
1471
1481
  valleedaoste.it
1472
- valléedaoste.it
1482
+ valléedaoste.it
1473
1483
  vao.it
1474
1484
  vda.it
1475
1485
  ven.it
@@ -1503,7 +1513,7 @@ av.it
1503
1513
  avellino.it
1504
1514
  ba.it
1505
1515
  balsan-sudtirol.it
1506
- balsan-südtirol.it
1516
+ balsan-südtirol.it
1507
1517
  balsan-suedtirol.it
1508
1518
  balsan.it
1509
1519
  bari.it
@@ -1522,7 +1532,7 @@ bologna.it
1522
1532
  bolzano-altoadige.it
1523
1533
  bolzano.it
1524
1534
  bozen-sudtirol.it
1525
- bozen-südtirol.it
1535
+ bozen-südtirol.it
1526
1536
  bozen-suedtirol.it
1527
1537
  bozen.it
1528
1538
  br.it
@@ -1531,7 +1541,7 @@ brindisi.it
1531
1541
  bs.it
1532
1542
  bt.it
1533
1543
  bulsan-sudtirol.it
1534
- bulsan-südtirol.it
1544
+ bulsan-südtirol.it
1535
1545
  bulsan-suedtirol.it
1536
1546
  bulsan.it
1537
1547
  bz.it
@@ -1551,9 +1561,9 @@ catanzaro.it
1551
1561
  cb.it
1552
1562
  ce.it
1553
1563
  cesena-forli.it
1554
- cesena-forlì.it
1564
+ cesena-forlì.it
1555
1565
  cesenaforli.it
1556
- cesenaforlì.it
1566
+ cesenaforlì.it
1557
1567
  ch.it
1558
1568
  chieti.it
1559
1569
  ci.it
@@ -1584,9 +1594,9 @@ florence.it
1584
1594
  fm.it
1585
1595
  foggia.it
1586
1596
  forli-cesena.it
1587
- forlì-cesena.it
1597
+ forlì-cesena.it
1588
1598
  forlicesena.it
1589
- forlìcesena.it
1599
+ forlìcesena.it
1590
1600
  fr.it
1591
1601
  frosinone.it
1592
1602
  ge.it
@@ -1717,7 +1727,7 @@ sp.it
1717
1727
  sr.it
1718
1728
  ss.it
1719
1729
  suedtirol.it
1720
- südtirol.it
1730
+ südtirol.it
1721
1731
  sv.it
1722
1732
  ta.it
1723
1733
  taranto.it
@@ -3789,10 +3799,18 @@ gov.lr
3789
3799
  org.lr
3790
3800
  net.lr
3791
3801
 
3792
- // ls : https://en.wikipedia.org/wiki/.ls
3802
+ // ls : http://www.nic.ls/
3803
+ // Confirmed by registry <lsadmin@nic.ls>
3793
3804
  ls
3805
+ ac.ls
3806
+ biz.ls
3794
3807
  co.ls
3808
+ edu.ls
3809
+ gov.ls
3810
+ info.ls
3811
+ net.ls
3795
3812
  org.ls
3813
+ sc.ls
3796
3814
 
3797
3815
  // lt : https://en.wikipedia.org/wiki/.lt
3798
3816
  lt
@@ -4321,8 +4339,6 @@ niepce.museum
4321
4339
  norfolk.museum
4322
4340
  north.museum
4323
4341
  nrw.museum
4324
- nuernberg.museum
4325
- nuremberg.museum
4326
4342
  nyc.museum
4327
4343
  nyny.museum
4328
4344
  oceanographic.museum
@@ -4650,9 +4666,6 @@ web.ni
4650
4666
  // ccTLD for the Netherlands
4651
4667
  nl
4652
4668
 
4653
- // BV.nl will be a registry for dutch BV's (besloten vennootschap)
4654
- bv.nl
4655
-
4656
4669
  // no : http://www.norid.no/regelverk/index.en.html
4657
4670
  // The Norwegian registry has declined to notify us of updates. The web pages
4658
4671
  // referenced below are the official source of the data. There is also an
@@ -5873,26 +5886,19 @@ gov.rs
5873
5886
  in.rs
5874
5887
  org.rs
5875
5888
 
5876
- // ru : https://cctld.ru/en/domains/domens_ru/reserved/
5889
+ // ru : https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
5890
+ // Submitted by George Georgievsky <gug@cctld.ru>
5877
5891
  ru
5878
- ac.ru
5879
- edu.ru
5880
- gov.ru
5881
- int.ru
5882
- mil.ru
5883
- test.ru
5884
5892
 
5885
- // rw : http://www.nic.rw/cgi-bin/policy.pl
5893
+ // rw : https://www.ricta.org.rw/sites/default/files/resources/registry_registrar_contract_0.pdf
5886
5894
  rw
5887
- gov.rw
5888
- net.rw
5889
- edu.rw
5890
5895
  ac.rw
5891
- com.rw
5892
5896
  co.rw
5893
- int.rw
5897
+ coop.rw
5898
+ gov.rw
5894
5899
  mil.rw
5895
- gouv.rw
5900
+ net.rw
5901
+ org.rw
5896
5902
 
5897
5903
  // sa : http://www.nic.net.sa/
5898
5904
  sa
@@ -6027,15 +6033,28 @@ org.sn
6027
6033
  perso.sn
6028
6034
  univ.sn
6029
6035
 
6030
- // so : http://www.soregistry.com/
6036
+ // so : http://sonic.so/policies/
6031
6037
  so
6032
6038
  com.so
6039
+ edu.so
6040
+ gov.so
6041
+ me.so
6033
6042
  net.so
6034
6043
  org.so
6035
6044
 
6036
6045
  // sr : https://en.wikipedia.org/wiki/.sr
6037
6046
  sr
6038
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
+
6039
6058
  // st : http://www.nic.st/html/policyrules/
6040
6059
  st
6041
6060
  co.st
@@ -6182,34 +6201,33 @@ org.to
6182
6201
  edu.to
6183
6202
  mil.to
6184
6203
 
6185
- // subTLDs: https://www.nic.tr/forms/eng/policies.pdf
6186
- // and: https://www.nic.tr/forms/politikalar.pdf
6187
- // Submitted by <mehmetgurevin@gmail.com>
6204
+ // tr : https://nic.tr/
6205
+ // https://nic.tr/forms/eng/policies.pdf
6206
+ // https://nic.tr/index.php?USRACTN=PRICELST
6188
6207
  tr
6189
- com.tr
6190
- info.tr
6191
- biz.tr
6192
- net.tr
6193
- org.tr
6194
- web.tr
6195
- gen.tr
6196
- tv.tr
6197
6208
  av.tr
6198
- dr.tr
6199
6209
  bbs.tr
6200
- name.tr
6201
- tel.tr
6202
- gov.tr
6203
6210
  bel.tr
6204
- pol.tr
6211
+ biz.tr
6212
+ com.tr
6213
+ dr.tr
6214
+ edu.tr
6215
+ gen.tr
6216
+ gov.tr
6217
+ info.tr
6205
6218
  mil.tr
6206
6219
  k12.tr
6207
- edu.tr
6208
6220
  kep.tr
6209
-
6221
+ name.tr
6222
+ net.tr
6223
+ org.tr
6224
+ pol.tr
6225
+ tel.tr
6226
+ tsk.tr
6227
+ tv.tr
6228
+ web.tr
6210
6229
  // Used by Northern Cyprus
6211
6230
  nc.tr
6212
-
6213
6231
  // Used by government agencies of Northern Cyprus
6214
6232
  gov.nc.tr
6215
6233
 
@@ -6779,6 +6797,9 @@ yt
6779
6797
  // xn--e1a4c ("eu", Cyrillic) : EU
6780
6798
  ею
6781
6799
 
6800
+ // xn--mgbah1a3hjkrd ("Mauritania", Arabic) : MR
6801
+ موريتانيا
6802
+
6782
6803
  // xn--node ("ge", Georgian Mkhedruli) : GE
6783
6804
  გე
6784
6805
 
@@ -6932,7 +6953,8 @@ yt
6932
6953
  ак.срб
6933
6954
 
6934
6955
  // xn--p1ai ("rf", Russian-Cyrillic) : RU
6935
- // http://www.cctld.ru/en/docs/rulesrf.php
6956
+ // https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
6957
+ // Submitted by George Georgievsky <gug@cctld.ru>
6936
6958
  рф
6937
6959
 
6938
6960
  // xn--wgbl6a ("Qatar", Arabic) : QA
@@ -7005,7 +7027,7 @@ xxx
7005
7027
  // ye : http://www.y.net.ye/services/domain_name.htm
7006
7028
  *.ye
7007
7029
 
7008
- // za : http://www.zadna.org.za/content/page/domain-information
7030
+ // za : https://www.zadna.org.za/content/page/domain-information/
7009
7031
  ac.za
7010
7032
  agric.za
7011
7033
  alt.za
@@ -7017,6 +7039,7 @@ law.za
7017
7039
  mil.za
7018
7040
  net.za
7019
7041
  ngo.za
7042
+ nic.za
7020
7043
  nis.za
7021
7044
  nom.za
7022
7045
  org.za
@@ -7050,9 +7073,9 @@ org.zw
7050
7073
 
7051
7074
 
7052
7075
  // newGTLDs
7053
- // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2018-05-08T19:40:37Z
7054
- // This list is auto-generated, don't edit it manually.
7055
7076
 
7077
+ // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2019-12-25T17:26:24Z
7078
+ // This list is auto-generated, don't edit it manually.
7056
7079
  // aaa : 2015-02-26 American Automobile Association, Inc.
7057
7080
  aaa
7058
7081
 
@@ -7098,10 +7121,7 @@ accountants
7098
7121
  // aco : 2015-01-08 ACO Severin Ahlmann GmbH & Co. KG
7099
7122
  aco
7100
7123
 
7101
- // active : 2014-05-01 Active Network, LLC
7102
- active
7103
-
7104
- // actor : 2013-12-12 United TLD Holdco Ltd.
7124
+ // actor : 2013-12-12 Dog Beach, LLC
7105
7125
  actor
7106
7126
 
7107
7127
  // adac : 2015-07-16 Allgemeiner Deutscher Automobil-Club e.V. (ADAC)
@@ -7143,7 +7163,7 @@ aigo
7143
7163
  // airbus : 2015-07-30 Airbus S.A.S.
7144
7164
  airbus
7145
7165
 
7146
- // airforce : 2014-03-06 United TLD Holdco Ltd.
7166
+ // airforce : 2014-03-06 Dog Beach, LLC
7147
7167
  airforce
7148
7168
 
7149
7169
  // airtel : 2014-10-24 Bharti Airtel Limited
@@ -7176,6 +7196,9 @@ alsace
7176
7196
  // alstom : 2015-07-30 ALSTOM
7177
7197
  alstom
7178
7198
 
7199
+ // amazon : 2019-12-19 Amazon EU S.à r.l.
7200
+ amazon
7201
+
7179
7202
  // americanexpress : 2015-07-31 American Express Travel Related Services Company, Inc.
7180
7203
  americanexpress
7181
7204
 
@@ -7227,10 +7250,10 @@ arab
7227
7250
  // aramco : 2014-11-20 Aramco Services Company
7228
7251
  aramco
7229
7252
 
7230
- // archi : 2014-02-06 Afilias plc
7253
+ // archi : 2014-02-06 Afilias Limited
7231
7254
  archi
7232
7255
 
7233
- // army : 2014-03-06 United TLD Holdco Ltd.
7256
+ // army : 2014-03-06 Dog Beach, LLC
7234
7257
  army
7235
7258
 
7236
7259
  // art : 2016-03-24 UK Creative Ideas Limited
@@ -7248,10 +7271,10 @@ associates
7248
7271
  // athleta : 2015-07-30 The Gap, Inc.
7249
7272
  athleta
7250
7273
 
7251
- // attorney : 2014-03-20 United TLD Holdco Ltd.
7274
+ // attorney : 2014-03-20 Dog Beach, LLC
7252
7275
  attorney
7253
7276
 
7254
- // auction : 2014-03-20 United TLD Holdco Ltd.
7277
+ // auction : 2014-03-20 Dog Beach, LLC
7255
7278
  auction
7256
7279
 
7257
7280
  // audi : 2015-05-21 AUDI Aktiengesellschaft
@@ -7275,7 +7298,7 @@ auto
7275
7298
  // autos : 2014-01-09 DERAutos, LLC
7276
7299
  autos
7277
7300
 
7278
- // avianca : 2015-01-08 Aerovias del Continente Americano S.A. Avianca
7301
+ // avianca : 2015-01-08 Avianca Holdings S.A.
7279
7302
  avianca
7280
7303
 
7281
7304
  // aws : 2015-06-25 Amazon Registry Services, Inc.
@@ -7287,7 +7310,7 @@ axa
7287
7310
  // azure : 2014-12-18 Microsoft Corporation
7288
7311
  azure
7289
7312
 
7290
- // baby : 2015-04-09 Johnson & Johnson Services, Inc.
7313
+ // baby : 2015-04-09 XYZ.COM LLC
7291
7314
  baby
7292
7315
 
7293
7316
  // baidu : 2015-01-08 Baidu, Inc.
@@ -7299,7 +7322,7 @@ banamex
7299
7322
  // bananarepublic : 2015-07-31 The Gap, Inc.
7300
7323
  bananarepublic
7301
7324
 
7302
- // band : 2014-06-12 United TLD Holdco Ltd.
7325
+ // band : 2014-06-12 Dog Beach, LLC
7303
7326
  band
7304
7327
 
7305
7328
  // bank : 2014-09-25 fTLD Registry Services LLC
@@ -7371,7 +7394,7 @@ best
7371
7394
  // bestbuy : 2015-07-31 BBY Solutions, Inc.
7372
7395
  bestbuy
7373
7396
 
7374
- // bet : 2015-05-07 Afilias plc
7397
+ // bet : 2015-05-07 Afilias Limited
7375
7398
  bet
7376
7399
 
7377
7400
  // bharti : 2014-01-09 Bharti Enterprises (Holding) Private Limited
@@ -7392,18 +7415,15 @@ bing
7392
7415
  // bingo : 2014-12-04 Binky Moon, LLC
7393
7416
  bingo
7394
7417
 
7395
- // bio : 2014-03-06 Afilias plc
7418
+ // bio : 2014-03-06 Afilias Limited
7396
7419
  bio
7397
7420
 
7398
- // black : 2014-01-16 Afilias plc
7421
+ // black : 2014-01-16 Afilias Limited
7399
7422
  black
7400
7423
 
7401
7424
  // blackfriday : 2014-01-16 Uniregistry, Corp.
7402
7425
  blackfriday
7403
7426
 
7404
- // blanco : 2015-07-16 BLANCO GmbH + Co KG
7405
- blanco
7406
-
7407
7427
  // blockbuster : 2015-07-30 Dish DBS Corporation
7408
7428
  blockbuster
7409
7429
 
@@ -7413,7 +7433,7 @@ blog
7413
7433
  // bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
7414
7434
  bloomberg
7415
7435
 
7416
- // blue : 2013-11-07 Afilias plc
7436
+ // blue : 2013-11-07 Afilias Limited
7417
7437
  blue
7418
7438
 
7419
7439
  // bms : 2014-10-30 Bristol-Myers Squibb Company
@@ -7422,9 +7442,6 @@ bms
7422
7442
  // bmw : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
7423
7443
  bmw
7424
7444
 
7425
- // bnl : 2014-07-24 Banca Nazionale del Lavoro
7426
- bnl
7427
-
7428
7445
  // bnpparibas : 2014-05-29 BNP Paribas
7429
7446
  bnpparibas
7430
7447
 
@@ -7440,7 +7457,7 @@ bofa
7440
7457
  // bom : 2014-10-16 Núcleo de Informação e Coordenação do Ponto BR - NIC.br
7441
7458
  bom
7442
7459
 
7443
- // bond : 2014-06-05 Bond University Limited
7460
+ // bond : 2014-06-05 ShortDot SA
7444
7461
  bond
7445
7462
 
7446
7463
  // boo : 2014-01-30 Charleston Road Registry Inc.
@@ -7467,7 +7484,7 @@ bot
7467
7484
  // boutique : 2013-11-14 Binky Moon, LLC
7468
7485
  boutique
7469
7486
 
7470
- // box : 2015-11-12 NS1 Limited
7487
+ // box : 2015-11-12 .BOX INC.
7471
7488
  box
7472
7489
 
7473
7490
  // bradesco : 2014-12-18 Banco Bradesco S.A.
@@ -7572,9 +7589,6 @@ careers
7572
7589
  // cars : 2014-11-13 Cars Registry Limited
7573
7590
  cars
7574
7591
 
7575
- // cartier : 2014-06-23 Richemont DNS Inc.
7576
- cartier
7577
-
7578
7592
  // casa : 2013-11-21 Minds + Machines Group Limited
7579
7593
  casa
7580
7594
 
@@ -7632,7 +7646,7 @@ chanel
7632
7646
  // channel : 2014-05-08 Charleston Road Registry Inc.
7633
7647
  channel
7634
7648
 
7635
- // charity : 2018-04-11 Corn Lake, LLC
7649
+ // charity : 2018-04-11 Binky Moon, LLC
7636
7650
  charity
7637
7651
 
7638
7652
  // chase : 2015-04-30 JPMorgan Chase Bank, National Association
@@ -7653,9 +7667,6 @@ christmas
7653
7667
  // chrome : 2014-07-24 Charleston Road Registry Inc.
7654
7668
  chrome
7655
7669
 
7656
- // chrysler : 2015-07-30 FCA US LLC.
7657
- chrysler
7658
-
7659
7670
  // church : 2014-02-06 Binky Moon, LLC
7660
7671
  church
7661
7672
 
@@ -7722,7 +7733,7 @@ coffee
7722
7733
  // college : 2014-01-16 XYZ.COM LLC
7723
7734
  college
7724
7735
 
7725
- // cologne : 2014-02-05 punkt.wien GmbH
7736
+ // cologne : 2014-02-05 dotKoeln GmbH
7726
7737
  cologne
7727
7738
 
7728
7739
  // comcast : 2015-07-23 Comcast IP Holdings I, LLC
@@ -7737,7 +7748,7 @@ community
7737
7748
  // company : 2013-11-07 Binky Moon, LLC
7738
7749
  company
7739
7750
 
7740
- // compare : 2015-10-08 iSelect Ltd
7751
+ // compare : 2015-10-08 Registry Services, LLC
7741
7752
  compare
7742
7753
 
7743
7754
  // computer : 2013-10-24 Binky Moon, LLC
@@ -7752,10 +7763,10 @@ condos
7752
7763
  // construction : 2013-09-16 Binky Moon, LLC
7753
7764
  construction
7754
7765
 
7755
- // consulting : 2013-12-05 United TLD Holdco Ltd.
7766
+ // consulting : 2013-12-05 Dog Beach, LLC
7756
7767
  consulting
7757
7768
 
7758
- // contact : 2015-01-08 Top Level Spectrum, Inc.
7769
+ // contact : 2015-01-08 Dog Beach, LLC
7759
7770
  contact
7760
7771
 
7761
7772
  // contractors : 2013-09-10 Binky Moon, LLC
@@ -7785,6 +7796,9 @@ coupons
7785
7796
  // courses : 2014-12-04 OPEN UNIVERSITIES AUSTRALIA PTY LTD
7786
7797
  courses
7787
7798
 
7799
+ // cpa : 2019-06-10 American Institute of Certified Public Accountants
7800
+ cpa
7801
+
7788
7802
  // credit : 2014-03-20 Binky Moon, LLC
7789
7803
  credit
7790
7804
 
@@ -7812,7 +7826,7 @@ cruises
7812
7826
  // csc : 2014-09-25 Alliance-One Services, Inc.
7813
7827
  csc
7814
7828
 
7815
- // cuisinella : 2014-04-03 SALM S.A.S.
7829
+ // cuisinella : 2014-04-03 SCHMIDT GROUPE S.A.S.
7816
7830
  cuisinella
7817
7831
 
7818
7832
  // cymru : 2014-05-08 Nominet UK
@@ -7827,7 +7841,7 @@ dabur
7827
7841
  // dad : 2014-01-23 Charleston Road Registry Inc.
7828
7842
  dad
7829
7843
 
7830
- // dance : 2013-10-24 United TLD Holdco Ltd.
7844
+ // dance : 2013-10-24 Dog Beach, LLC
7831
7845
  dance
7832
7846
 
7833
7847
  // data : 2016-06-02 Dish DBS Corporation
@@ -7854,13 +7868,13 @@ dds
7854
7868
  // deal : 2015-06-25 Amazon Registry Services, Inc.
7855
7869
  deal
7856
7870
 
7857
- // dealer : 2014-12-22 Dealer Dot Com, Inc.
7871
+ // dealer : 2014-12-22 Intercap Registry Inc.
7858
7872
  dealer
7859
7873
 
7860
7874
  // deals : 2014-05-22 Binky Moon, LLC
7861
7875
  deals
7862
7876
 
7863
- // degree : 2014-03-06 United TLD Holdco Ltd.
7877
+ // degree : 2014-03-06 Dog Beach, LLC
7864
7878
  degree
7865
7879
 
7866
7880
  // delivery : 2014-09-11 Binky Moon, LLC
@@ -7875,13 +7889,13 @@ deloitte
7875
7889
  // delta : 2015-02-19 Delta Air Lines, Inc.
7876
7890
  delta
7877
7891
 
7878
- // democrat : 2013-10-24 United TLD Holdco Ltd.
7892
+ // democrat : 2013-10-24 Dog Beach, LLC
7879
7893
  democrat
7880
7894
 
7881
7895
  // dental : 2014-03-20 Binky Moon, LLC
7882
7896
  dental
7883
7897
 
7884
- // dentist : 2014-03-20 United TLD Holdco Ltd.
7898
+ // dentist : 2014-03-20 Dog Beach, LLC
7885
7899
  dentist
7886
7900
 
7887
7901
  // desi : 2013-11-14 Desi Networks LLC
@@ -7932,15 +7946,9 @@ docs
7932
7946
  // doctor : 2016-06-02 Binky Moon, LLC
7933
7947
  doctor
7934
7948
 
7935
- // dodge : 2015-07-30 FCA US LLC.
7936
- dodge
7937
-
7938
7949
  // dog : 2014-12-04 Binky Moon, LLC
7939
7950
  dog
7940
7951
 
7941
- // doha : 2014-09-18 Communications Regulatory Authority (CRA)
7942
- doha
7943
-
7944
7952
  // domains : 2013-10-17 Binky Moon, LLC
7945
7953
  domains
7946
7954
 
@@ -7965,9 +7973,6 @@ duck
7965
7973
  // dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
7966
7974
  dunlop
7967
7975
 
7968
- // duns : 2015-08-06 The Dun & Bradstreet Corporation
7969
- duns
7970
-
7971
7976
  // dupont : 2015-06-25 E. I. du Pont de Nemours and Company
7972
7977
  dupont
7973
7978
 
@@ -7977,7 +7982,7 @@ durban
7977
7982
  // dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
7978
7983
  dvag
7979
7984
 
7980
- // dvr : 2016-05-26 Hughes Satellite Systems Corporation
7985
+ // dvr : 2016-05-26 DISH Technologies L.L.C.
7981
7986
  dvr
7982
7987
 
7983
7988
  // earth : 2014-12-04 Interlink Co., Ltd.
@@ -8004,7 +8009,7 @@ emerck
8004
8009
  // energy : 2014-09-11 Binky Moon, LLC
8005
8010
  energy
8006
8011
 
8007
- // engineer : 2014-03-06 United TLD Holdco Ltd.
8012
+ // engineer : 2014-03-06 Dog Beach, LLC
8008
8013
  engineer
8009
8014
 
8010
8015
  // engineering : 2014-03-06 Binky Moon, LLC
@@ -8013,9 +8018,6 @@ engineering
8013
8018
  // enterprises : 2013-09-20 Binky Moon, LLC
8014
8019
  enterprises
8015
8020
 
8016
- // epost : 2015-07-23 Deutsche Post AG
8017
- epost
8018
-
8019
8021
  // epson : 2014-12-04 Seiko Epson Corporation
8020
8022
  epson
8021
8023
 
@@ -8049,9 +8051,6 @@ eus
8049
8051
  // events : 2013-12-05 Binky Moon, LLC
8050
8052
  events
8051
8053
 
8052
- // everbank : 2014-05-15 EverBank
8053
- everbank
8054
-
8055
8054
  // exchange : 2014-03-06 Binky Moon, LLC
8056
8055
  exchange
8057
8056
 
@@ -8079,13 +8078,13 @@ fairwinds
8079
8078
  // faith : 2014-11-20 dot Faith Limited
8080
8079
  faith
8081
8080
 
8082
- // family : 2015-04-02 United TLD Holdco Ltd.
8081
+ // family : 2015-04-02 Dog Beach, LLC
8083
8082
  family
8084
8083
 
8085
- // fan : 2014-03-06 Asiamix Digital Limited
8084
+ // fan : 2014-03-06 Dog Beach, LLC
8086
8085
  fan
8087
8086
 
8088
- // fans : 2014-11-07 Asiamix Digital Limited
8087
+ // fans : 2014-11-07 ZDNS International Limited
8089
8088
  fans
8090
8089
 
8091
8090
  // farm : 2013-11-07 Binky Moon, LLC
@@ -8190,7 +8189,7 @@ ford
8190
8189
  // forex : 2014-12-11 Dotforex Registry Limited
8191
8190
  forex
8192
8191
 
8193
- // forsale : 2014-05-22 United TLD Holdco Ltd.
8192
+ // forsale : 2014-05-22 Dog Beach, LLC
8194
8193
  forsale
8195
8194
 
8196
8195
  // forum : 2015-04-02 Fegistry, LLC
@@ -8238,7 +8237,7 @@ fund
8238
8237
  // furniture : 2014-03-20 Binky Moon, LLC
8239
8238
  furniture
8240
8239
 
8241
- // futbol : 2013-09-20 United TLD Holdco Ltd.
8240
+ // futbol : 2013-09-20 Dog Beach, LLC
8242
8241
  futbol
8243
8242
 
8244
8243
  // fyi : 2015-04-02 Binky Moon, LLC
@@ -8259,7 +8258,7 @@ gallup
8259
8258
  // game : 2015-05-28 Uniregistry, Corp.
8260
8259
  game
8261
8260
 
8262
- // games : 2015-05-28 United TLD Holdco Ltd.
8261
+ // games : 2015-05-28 Dog Beach, LLC
8263
8262
  games
8264
8263
 
8265
8264
  // gap : 2015-07-31 The Gap, Inc.
@@ -8268,6 +8267,9 @@ gap
8268
8267
  // garden : 2014-06-26 Minds + Machines Group Limited
8269
8268
  garden
8270
8269
 
8270
+ // gay : 2019-05-23 Top Level Design, LLC
8271
+ gay
8272
+
8271
8273
  // gbiz : 2014-07-17 Charleston Road Registry Inc.
8272
8274
  gbiz
8273
8275
 
@@ -8295,7 +8297,7 @@ gift
8295
8297
  // gifts : 2014-07-03 Binky Moon, LLC
8296
8298
  gifts
8297
8299
 
8298
- // gives : 2014-03-06 United TLD Holdco Ltd.
8300
+ // gives : 2014-03-06 Dog Beach, LLC
8299
8301
  gives
8300
8302
 
8301
8303
  // giving : 2014-11-13 Giving Limited
@@ -8322,7 +8324,7 @@ gmail
8322
8324
  // gmbh : 2016-01-29 Binky Moon, LLC
8323
8325
  gmbh
8324
8326
 
8325
- // gmo : 2014-01-09 GMO Internet Pte. Ltd.
8327
+ // gmo : 2014-01-09 GMO Internet, Inc.
8326
8328
  gmo
8327
8329
 
8328
8330
  // gmx : 2014-04-24 1&1 Mail & Media GmbH
@@ -8343,9 +8345,6 @@ golf
8343
8345
  // goo : 2014-12-18 NTT Resonant Inc.
8344
8346
  goo
8345
8347
 
8346
- // goodhands : 2015-07-31 Allstate Fire and Casualty Insurance Company
8347
- goodhands
8348
-
8349
8348
  // goodyear : 2015-07-02 The Goodyear Tire & Rubber Company
8350
8349
  goodyear
8351
8350
 
@@ -8370,7 +8369,7 @@ graphics
8370
8369
  // gratis : 2014-03-20 Binky Moon, LLC
8371
8370
  gratis
8372
8371
 
8373
- // green : 2014-05-08 Afilias plc
8372
+ // green : 2014-05-08 Afilias Limited
8374
8373
  green
8375
8374
 
8376
8375
  // gripe : 2014-03-06 Binky Moon, LLC
@@ -8409,7 +8408,7 @@ hamburg
8409
8408
  // hangout : 2014-11-13 Charleston Road Registry Inc.
8410
8409
  hangout
8411
8410
 
8412
- // haus : 2013-12-05 United TLD Holdco Ltd.
8411
+ // haus : 2013-12-05 Dog Beach, LLC
8413
8412
  haus
8414
8413
 
8415
8414
  // hbo : 2015-07-30 HBO Registry Services, Inc.
@@ -8481,9 +8480,6 @@ homesense
8481
8480
  // honda : 2014-12-18 Honda Motor Co., Ltd.
8482
8481
  honda
8483
8482
 
8484
- // honeywell : 2015-07-23 Honeywell GTLD LLC
8485
- honeywell
8486
-
8487
8483
  // horse : 2013-11-21 Minds + Machines Group Limited
8488
8484
  horse
8489
8485
 
@@ -8556,10 +8552,10 @@ imdb
8556
8552
  // immo : 2014-07-10 Binky Moon, LLC
8557
8553
  immo
8558
8554
 
8559
- // immobilien : 2013-11-07 United TLD Holdco Ltd.
8555
+ // immobilien : 2013-11-07 Dog Beach, LLC
8560
8556
  immobilien
8561
8557
 
8562
- // inc : 2018-03-10 GTLD Limited
8558
+ // inc : 2018-03-10 Intercap Registry Inc.
8563
8559
  inc
8564
8560
 
8565
8561
  // industries : 2013-12-05 Binky Moon, LLC
@@ -8601,9 +8597,6 @@ ipiranga
8601
8597
  // irish : 2014-08-07 Binky Moon, LLC
8602
8598
  irish
8603
8599
 
8604
- // iselect : 2015-02-11 iSelect Ltd
8605
- iselect
8606
-
8607
8600
  // ismaili : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
8608
8601
  ismaili
8609
8602
 
@@ -8646,9 +8639,6 @@ jewelry
8646
8639
  // jio : 2015-04-02 Reliance Industries Limited
8647
8640
  jio
8648
8641
 
8649
- // jlc : 2014-12-04 Richemont DNS Inc.
8650
- jlc
8651
-
8652
8642
  // jll : 2015-04-02 Jones Lang LaSalle Incorporated
8653
8643
  jll
8654
8644
 
@@ -8679,7 +8669,7 @@ juegos
8679
8669
  // juniper : 2015-07-30 JUNIPER NETWORKS, INC.
8680
8670
  juniper
8681
8671
 
8682
- // kaufen : 2013-11-07 United TLD Holdco Ltd.
8672
+ // kaufen : 2013-11-07 Dog Beach, LLC
8683
8673
  kaufen
8684
8674
 
8685
8675
  // kddi : 2014-09-12 KDDI CORPORATION
@@ -8700,7 +8690,7 @@ kfh
8700
8690
  // kia : 2015-07-09 KIA MOTORS CORPORATION
8701
8691
  kia
8702
8692
 
8703
- // kim : 2013-09-23 Afilias plc
8693
+ // kim : 2013-09-23 Afilias Limited
8704
8694
  kim
8705
8695
 
8706
8696
  // kinder : 2014-11-07 Ferrero Trading Lux S.A.
@@ -8715,7 +8705,7 @@ kitchen
8715
8705
  // kiwi : 2013-09-20 DOT KIWI LIMITED
8716
8706
  kiwi
8717
8707
 
8718
- // koeln : 2014-01-09 punkt.wien GmbH
8708
+ // koeln : 2014-01-09 dotKoeln GmbH
8719
8709
  koeln
8720
8710
 
8721
8711
  // komatsu : 2015-01-08 Komatsu Ltd.
@@ -8745,9 +8735,6 @@ kyoto
8745
8735
  // lacaixa : 2014-01-09 Fundación Bancaria Caixa d’Estalvis i Pensions de Barcelona, “la Caixa”
8746
8736
  lacaixa
8747
8737
 
8748
- // ladbrokes : 2015-08-06 LADBROKES INTERNATIONAL PLC
8749
- ladbrokes
8750
-
8751
8738
  // lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
8752
8739
  lamborghini
8753
8740
 
@@ -8760,9 +8747,6 @@ lancaster
8760
8747
  // lancia : 2015-07-31 Fiat Chrysler Automobiles N.V.
8761
8748
  lancia
8762
8749
 
8763
- // lancome : 2015-07-23 L'Oréal
8764
- lancome
8765
-
8766
8750
  // land : 2013-09-10 Binky Moon, LLC
8767
8751
  land
8768
8752
 
@@ -8784,10 +8768,10 @@ latino
8784
8768
  // latrobe : 2014-06-16 La Trobe University
8785
8769
  latrobe
8786
8770
 
8787
- // law : 2015-01-22 Minds + Machines Group Limited
8771
+ // law : 2015-01-22 LW TLD Limited
8788
8772
  law
8789
8773
 
8790
- // lawyer : 2014-03-20 United TLD Holdco Ltd.
8774
+ // lawyer : 2014-03-20 Dog Beach, LLC
8791
8775
  lawyer
8792
8776
 
8793
8777
  // lds : 2014-03-20 IRI Domain Management, LLC ("Applicant")
@@ -8811,7 +8795,7 @@ lego
8811
8795
  // lexus : 2015-04-23 TOYOTA MOTOR CORPORATION
8812
8796
  lexus
8813
8797
 
8814
- // lgbt : 2014-05-08 Afilias plc
8798
+ // lgbt : 2014-05-08 Afilias Limited
8815
8799
  lgbt
8816
8800
 
8817
8801
  // liaison : 2014-10-02 Liaison Technologies, Incorporated
@@ -8856,7 +8840,7 @@ link
8856
8840
  // lipsy : 2015-06-25 Lipsy Ltd
8857
8841
  lipsy
8858
8842
 
8859
- // live : 2014-12-04 United TLD Holdco Ltd.
8843
+ // live : 2014-12-04 Dog Beach, LLC
8860
8844
  live
8861
8845
 
8862
8846
  // living : 2015-07-30 Lifestyle Domain Holdings, Inc.
@@ -8865,9 +8849,12 @@ living
8865
8849
  // lixil : 2015-03-19 LIXIL Group Corporation
8866
8850
  lixil
8867
8851
 
8868
- // llc : 2017-12-14 Afilias plc
8852
+ // llc : 2017-12-14 Afilias Limited
8869
8853
  llc
8870
8854
 
8855
+ // llp : 2019-08-26 Dot Registry LLC
8856
+ llp
8857
+
8871
8858
  // loan : 2014-11-20 dot Loan Limited
8872
8859
  loan
8873
8860
 
@@ -8892,7 +8879,7 @@ london
8892
8879
  // lotte : 2014-11-07 Lotte Holdings Co., Ltd.
8893
8880
  lotte
8894
8881
 
8895
- // lotto : 2014-04-10 Afilias plc
8882
+ // lotto : 2014-04-10 Afilias Limited
8896
8883
  lotto
8897
8884
 
8898
8885
  // love : 2014-12-22 Merchant Law Group LLP
@@ -8949,7 +8936,7 @@ mango
8949
8936
  // map : 2016-06-09 Charleston Road Registry Inc.
8950
8937
  map
8951
8938
 
8952
- // market : 2014-03-06 United TLD Holdco Ltd.
8939
+ // market : 2014-03-06 Dog Beach, LLC
8953
8940
  market
8954
8941
 
8955
8942
  // marketing : 2013-11-07 Binky Moon, LLC
@@ -8997,7 +8984,7 @@ memorial
8997
8984
  // men : 2015-02-26 Exclusive Registry Limited
8998
8985
  men
8999
8986
 
9000
- // menu : 2013-09-11 Wedding TLD2, LLC
8987
+ // menu : 2013-09-11 Dot Menu Registry, LLC
9001
8988
  menu
9002
8989
 
9003
8990
  // merckmsd : 2016-07-14 MSD Registry Holdings, Inc.
@@ -9036,10 +9023,7 @@ mma
9036
9023
  // mobile : 2016-06-02 Dish DBS Corporation
9037
9024
  mobile
9038
9025
 
9039
- // mobily : 2014-12-18 GreenTech Consultancy Company W.L.L.
9040
- mobily
9041
-
9042
- // moda : 2013-11-07 United TLD Holdco Ltd.
9026
+ // moda : 2013-11-07 Dog Beach, LLC
9043
9027
  moda
9044
9028
 
9045
9029
  // moe : 2013-11-13 Interlink Co., Ltd.
@@ -9057,16 +9041,13 @@ monash
9057
9041
  // money : 2014-10-16 Binky Moon, LLC
9058
9042
  money
9059
9043
 
9060
- // monster : 2015-09-11 Monster Worldwide, Inc.
9044
+ // monster : 2015-09-11 XYZ.COM LLC
9061
9045
  monster
9062
9046
 
9063
- // mopar : 2015-07-30 FCA US LLC.
9064
- mopar
9065
-
9066
9047
  // mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
9067
9048
  mormon
9068
9049
 
9069
- // mortgage : 2014-03-20 United TLD Holdco Ltd.
9050
+ // mortgage : 2014-03-20 Dog Beach, LLC
9070
9051
  mortgage
9071
9052
 
9072
9053
  // moscow : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
@@ -9084,9 +9065,6 @@ mov
9084
9065
  // movie : 2015-02-05 Binky Moon, LLC
9085
9066
  movie
9086
9067
 
9087
- // movistar : 2014-10-16 Telefónica S.A.
9088
- movistar
9089
-
9090
9068
  // msd : 2015-07-23 MSD Registry Holdings, Inc.
9091
9069
  msd
9092
9070
 
@@ -9114,7 +9092,7 @@ nationwide
9114
9092
  // natura : 2015-03-12 NATURA COSMÉTICOS S.A.
9115
9093
  natura
9116
9094
 
9117
- // navy : 2014-03-06 United TLD Holdco Ltd.
9095
+ // navy : 2014-03-06 Dog Beach, LLC
9118
9096
  navy
9119
9097
 
9120
9098
  // nba : 2015-07-31 NBA REGISTRY, LLC
@@ -9141,7 +9119,7 @@ new
9141
9119
  // newholland : 2015-09-03 CNH Industrial N.V.
9142
9120
  newholland
9143
9121
 
9144
- // news : 2014-12-18 United TLD Holdco Ltd.
9122
+ // news : 2014-12-18 Dog Beach, LLC
9145
9123
  news
9146
9124
 
9147
9125
  // next : 2015-06-18 Next plc
@@ -9171,7 +9149,7 @@ nike
9171
9149
  // nikon : 2015-05-21 NIKON CORPORATION
9172
9150
  nikon
9173
9151
 
9174
- // ninja : 2013-11-07 United TLD Holdco Ltd.
9152
+ // ninja : 2013-11-07 Dog Beach, LLC
9175
9153
  ninja
9176
9154
 
9177
9155
  // nissan : 2014-03-27 NISSAN MOTOR CO., LTD.
@@ -9255,7 +9233,7 @@ online
9255
9233
  // onyourside : 2015-07-23 Nationwide Mutual Insurance Company
9256
9234
  onyourside
9257
9235
 
9258
- // ooo : 2014-01-09 INFIBEAM INCORPORATION LIMITED
9236
+ // ooo : 2014-01-09 INFIBEAM AVENUES LIMITED
9259
9237
  ooo
9260
9238
 
9261
9239
  // open : 2015-07-31 American Express Travel Related Services Company, Inc.
@@ -9267,7 +9245,7 @@ oracle
9267
9245
  // orange : 2015-03-12 Orange Brand Services Limited
9268
9246
  orange
9269
9247
 
9270
- // organic : 2014-03-27 Afilias plc
9248
+ // organic : 2014-03-27 Afilias Limited
9271
9249
  organic
9272
9250
 
9273
9251
  // origins : 2015-10-01 The Estée Lauder Companies Inc.
@@ -9282,7 +9260,7 @@ otsuka
9282
9260
  // ott : 2015-06-04 Dish DBS Corporation
9283
9261
  ott
9284
9262
 
9285
- // ovh : 2014-01-16 OVH SAS
9263
+ // ovh : 2014-01-16 MédiaBC
9286
9264
  ovh
9287
9265
 
9288
9266
  // page : 2014-12-04 Charleston Road Registry Inc.
@@ -9291,9 +9269,6 @@ page
9291
9269
  // panasonic : 2015-07-30 Panasonic Corporation
9292
9270
  panasonic
9293
9271
 
9294
- // panerai : 2014-11-07 Richemont DNS Inc.
9295
- panerai
9296
-
9297
9272
  // paris : 2014-01-30 City of Paris
9298
9273
  paris
9299
9274
 
@@ -9318,7 +9293,7 @@ pay
9318
9293
  // pccw : 2015-05-14 PCCW Enterprises Limited
9319
9294
  pccw
9320
9295
 
9321
- // pet : 2015-05-07 Afilias plc
9296
+ // pet : 2015-05-07 Afilias Limited
9322
9297
  pet
9323
9298
 
9324
9299
  // pfizer : 2015-09-11 Pfizer Inc.
@@ -9348,9 +9323,6 @@ photos
9348
9323
  // physio : 2014-05-01 PhysBiz Pty Ltd
9349
9324
  physio
9350
9325
 
9351
- // piaget : 2014-10-16 Richemont DNS Inc.
9352
- piaget
9353
-
9354
9326
  // pics : 2013-11-14 Uniregistry, Corp.
9355
9327
  pics
9356
9328
 
@@ -9369,7 +9341,7 @@ pin
9369
9341
  // ping : 2015-06-11 Ping Registry Provider, Inc.
9370
9342
  ping
9371
9343
 
9372
- // pink : 2013-10-01 Afilias plc
9344
+ // pink : 2013-10-01 Afilias Limited
9373
9345
  pink
9374
9346
 
9375
9347
  // pioneer : 2015-07-16 Pioneer Corporation
@@ -9384,7 +9356,7 @@ place
9384
9356
  // play : 2015-03-05 Charleston Road Registry Inc.
9385
9357
  play
9386
9358
 
9387
- // playstation : 2015-07-02 Sony Computer Entertainment Inc.
9359
+ // playstation : 2015-07-02 Sony Interactive Entertainment Inc.
9388
9360
  playstation
9389
9361
 
9390
9362
  // plumbing : 2013-09-10 Binky Moon, LLC
@@ -9399,7 +9371,7 @@ pnc
9399
9371
  // pohl : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
9400
9372
  pohl
9401
9373
 
9402
- // poker : 2014-07-03 Afilias plc
9374
+ // poker : 2014-07-03 Afilias Limited
9403
9375
  poker
9404
9376
 
9405
9377
  // politie : 2015-08-20 Politie Nederland
@@ -9432,7 +9404,7 @@ prof
9432
9404
  // progressive : 2015-07-23 Progressive Casualty Insurance Company
9433
9405
  progressive
9434
9406
 
9435
- // promo : 2014-12-18 Afilias plc
9407
+ // promo : 2014-12-18 Afilias Limited
9436
9408
  promo
9437
9409
 
9438
9410
  // properties : 2013-12-05 Binky Moon, LLC
@@ -9450,7 +9422,7 @@ pru
9450
9422
  // prudential : 2015-07-30 Prudential Financial, Inc.
9451
9423
  prudential
9452
9424
 
9453
- // pub : 2013-12-12 United TLD Holdco Ltd.
9425
+ // pub : 2013-12-12 Dog Beach, LLC
9454
9426
  pub
9455
9427
 
9456
9428
  // pwc : 2015-10-29 PricewaterhouseCoopers LLP
@@ -9462,7 +9434,7 @@ qpon
9462
9434
  // quebec : 2013-12-19 PointQuébec Inc
9463
9435
  quebec
9464
9436
 
9465
- // quest : 2015-03-26 Quest ION Limited
9437
+ // quest : 2015-03-26 XYZ.COM LLC
9466
9438
  quest
9467
9439
 
9468
9440
  // qvc : 2015-07-30 QVC, Inc.
@@ -9492,7 +9464,7 @@ realty
9492
9464
  // recipes : 2013-10-17 Binky Moon, LLC
9493
9465
  recipes
9494
9466
 
9495
- // red : 2013-11-07 Afilias plc
9467
+ // red : 2013-11-07 Afilias Limited
9496
9468
  red
9497
9469
 
9498
9470
  // redstone : 2014-10-31 Redstone Haute Couture Co., Ltd.
@@ -9501,7 +9473,7 @@ redstone
9501
9473
  // redumbrella : 2015-03-26 Travelers TLD, LLC
9502
9474
  redumbrella
9503
9475
 
9504
- // rehab : 2014-03-06 United TLD Holdco Ltd.
9476
+ // rehab : 2014-03-06 Dog Beach, LLC
9505
9477
  rehab
9506
9478
 
9507
9479
  // reise : 2014-03-13 Binky Moon, LLC
@@ -9516,7 +9488,7 @@ reit
9516
9488
  // reliance : 2015-04-02 Reliance Industries Limited
9517
9489
  reliance
9518
9490
 
9519
- // ren : 2013-12-12 Beijing Qianxiang Wangjing Technology Development Co., Ltd.
9491
+ // ren : 2013-12-12 ZDNS International Limited
9520
9492
  ren
9521
9493
 
9522
9494
  // rent : 2014-12-04 XYZ.COM LLC
@@ -9531,7 +9503,7 @@ repair
9531
9503
  // report : 2013-12-05 Binky Moon, LLC
9532
9504
  report
9533
9505
 
9534
- // republican : 2014-03-20 United TLD Holdco Ltd.
9506
+ // republican : 2014-03-20 Dog Beach, LLC
9535
9507
  republican
9536
9508
 
9537
9509
  // rest : 2013-12-19 Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable
@@ -9543,7 +9515,7 @@ restaurant
9543
9515
  // review : 2014-11-20 dot Review Limited
9544
9516
  review
9545
9517
 
9546
- // reviews : 2013-09-13 United TLD Holdco Ltd.
9518
+ // reviews : 2013-09-13 Dog Beach, LLC
9547
9519
  reviews
9548
9520
 
9549
9521
  // rexroth : 2015-06-18 Robert Bosch GMBH
@@ -9567,7 +9539,7 @@ ril
9567
9539
  // rio : 2014-02-27 Empresa Municipal de Informática SA - IPLANRIO
9568
9540
  rio
9569
9541
 
9570
- // rip : 2014-07-10 United TLD Holdco Ltd.
9542
+ // rip : 2014-07-10 Dog Beach, LLC
9571
9543
  rip
9572
9544
 
9573
9545
  // rmit : 2015-11-19 Royal Melbourne Institute of Technology
@@ -9576,7 +9548,7 @@ rmit
9576
9548
  // rocher : 2014-12-18 Ferrero Trading Lux S.A.
9577
9549
  rocher
9578
9550
 
9579
- // rocks : 2013-11-14 United TLD Holdco Ltd.
9551
+ // rocks : 2013-11-14 Dog Beach, LLC
9580
9552
  rocks
9581
9553
 
9582
9554
  // rodeo : 2013-12-19 Minds + Machines Group Limited
@@ -9618,7 +9590,7 @@ safety
9618
9590
  // sakura : 2014-12-18 SAKURA Internet Inc.
9619
9591
  sakura
9620
9592
 
9621
- // sale : 2014-10-16 United TLD Holdco Ltd.
9593
+ // sale : 2014-10-16 Dog Beach, LLC
9622
9594
  sale
9623
9595
 
9624
9596
  // salon : 2014-12-11 Binky Moon, LLC
@@ -9669,7 +9641,7 @@ scb
9669
9641
  // schaeffler : 2015-08-06 Schaeffler Technologies AG & Co. KG
9670
9642
  schaeffler
9671
9643
 
9672
- // schmidt : 2014-04-03 SALM S.A.S.
9644
+ // schmidt : 2014-04-03 SCHMIDT GROUPE S.A.S.
9673
9645
  schmidt
9674
9646
 
9675
9647
  // scholarships : 2014-04-24 Scholarships.com, LLC
@@ -9711,7 +9683,7 @@ security
9711
9683
  // seek : 2014-12-04 Seek Limited
9712
9684
  seek
9713
9685
 
9714
- // select : 2015-10-08 iSelect Ltd
9686
+ // select : 2015-10-08 Registry Services, LLC
9715
9687
  select
9716
9688
 
9717
9689
  // sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
@@ -9753,7 +9725,7 @@ shell
9753
9725
  // shia : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
9754
9726
  shia
9755
9727
 
9756
- // shiksha : 2013-11-14 Afilias plc
9728
+ // shiksha : 2013-11-14 Afilias Limited
9757
9729
  shiksha
9758
9730
 
9759
9731
  // shoes : 2013-10-02 Binky Moon, LLC
@@ -9789,7 +9761,7 @@ singles
9789
9761
  // site : 2015-01-15 DotSite Inc.
9790
9762
  site
9791
9763
 
9792
- // ski : 2015-04-09 Afilias plc
9764
+ // ski : 2015-04-09 Afilias Limited
9793
9765
  ski
9794
9766
 
9795
9767
  // skin : 2015-01-15 L'Oréal
@@ -9801,7 +9773,7 @@ sky
9801
9773
  // skype : 2014-12-18 Microsoft Corporation
9802
9774
  skype
9803
9775
 
9804
- // sling : 2015-07-30 Hughes Satellite Systems Corporation
9776
+ // sling : 2015-07-30 DISH Technologies L.L.C.
9805
9777
  sling
9806
9778
 
9807
9779
  // smart : 2015-07-09 Smart Communications, Inc. (SMART)
@@ -9816,13 +9788,13 @@ sncf
9816
9788
  // soccer : 2015-03-26 Binky Moon, LLC
9817
9789
  soccer
9818
9790
 
9819
- // social : 2013-11-07 United TLD Holdco Ltd.
9791
+ // social : 2013-11-07 Dog Beach, LLC
9820
9792
  social
9821
9793
 
9822
- // softbank : 2015-07-02 SoftBank Corp.
9794
+ // softbank : 2015-07-02 SoftBank Group Corp.
9823
9795
  softbank
9824
9796
 
9825
- // software : 2014-03-20 United TLD Holdco Ltd.
9797
+ // software : 2014-03-20 Dog Beach, LLC
9826
9798
  software
9827
9799
 
9828
9800
  // sohu : 2013-12-19 Sohu.com Limited
@@ -9843,12 +9815,12 @@ sony
9843
9815
  // soy : 2014-01-23 Charleston Road Registry Inc.
9844
9816
  soy
9845
9817
 
9818
+ // spa : 2019-09-19 Asia Spa and Wellness Promotion Council Limited
9819
+ spa
9820
+
9846
9821
  // space : 2014-04-03 DotSpace Inc.
9847
9822
  space
9848
9823
 
9849
- // spiegel : 2014-02-05 SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG
9850
- spiegel
9851
-
9852
9824
  // sport : 2017-11-16 Global Association of International Sports Federations (GAISF)
9853
9825
  sport
9854
9826
 
@@ -9861,9 +9833,6 @@ spreadbetting
9861
9833
  // srl : 2015-05-07 InterNetX, Corp
9862
9834
  srl
9863
9835
 
9864
- // srt : 2015-07-30 FCA US LLC.
9865
- srt
9866
-
9867
9836
  // stada : 2014-11-13 STADA Arzneimittel AG
9868
9837
  stada
9869
9838
 
@@ -9873,18 +9842,12 @@ staples
9873
9842
  // star : 2015-01-08 Star India Private Limited
9874
9843
  star
9875
9844
 
9876
- // starhub : 2015-02-05 StarHub Ltd
9877
- starhub
9878
-
9879
9845
  // statebank : 2015-03-12 STATE BANK OF INDIA
9880
9846
  statebank
9881
9847
 
9882
9848
  // statefarm : 2015-07-30 State Farm Mutual Automobile Insurance Company
9883
9849
  statefarm
9884
9850
 
9885
- // statoil : 2014-12-04 Statoil ASA
9886
- statoil
9887
-
9888
9851
  // stc : 2014-10-09 Saudi Telecom Company
9889
9852
  stc
9890
9853
 
@@ -9903,7 +9866,7 @@ store
9903
9866
  // stream : 2016-01-08 dot Stream Limited
9904
9867
  stream
9905
9868
 
9906
- // studio : 2015-02-11 United TLD Holdco Ltd.
9869
+ // studio : 2015-02-11 Dog Beach, LLC
9907
9870
  studio
9908
9871
 
9909
9872
  // study : 2014-12-11 OPEN UNIVERSITIES AUSTRALIA PTY LTD
@@ -9996,12 +9959,6 @@ tech
9996
9959
  // technology : 2013-09-13 Binky Moon, LLC
9997
9960
  technology
9998
9961
 
9999
- // telecity : 2015-02-19 TelecityGroup International Limited
10000
- telecity
10001
-
10002
- // telefonica : 2014-10-16 Telefónica S.A.
10003
- telefonica
10004
-
10005
9962
  // temasek : 2014-08-07 Temasek Holdings (Private) Limited
10006
9963
  temasek
10007
9964
 
@@ -10134,16 +10091,13 @@ ubank
10134
10091
  // ubs : 2014-12-11 UBS AG
10135
10092
  ubs
10136
10093
 
10137
- // uconnect : 2015-07-30 FCA US LLC.
10138
- uconnect
10139
-
10140
10094
  // unicom : 2015-10-15 China United Network Communications Corporation Limited
10141
10095
  unicom
10142
10096
 
10143
10097
  // university : 2014-03-06 Binky Moon, LLC
10144
10098
  university
10145
10099
 
10146
- // uno : 2013-09-11 Dot Latin LLC
10100
+ // uno : 2013-09-11 DotSite Inc.
10147
10101
  uno
10148
10102
 
10149
10103
  // uol : 2014-05-01 UBN INTERNET LTDA.
@@ -10170,16 +10124,16 @@ ventures
10170
10124
  // verisign : 2015-08-13 VeriSign, Inc.
10171
10125
  verisign
10172
10126
 
10173
- // versicherung : 2014-03-20 TLD-BOX Registrydienstleistungen GmbH
10127
+ // versicherung : 2014-03-20 tldbox GmbH
10174
10128
  versicherung
10175
10129
 
10176
- // vet : 2014-03-06 United TLD Holdco Ltd.
10130
+ // vet : 2014-03-06 Dog Beach, LLC
10177
10131
  vet
10178
10132
 
10179
10133
  // viajes : 2013-10-17 Binky Moon, LLC
10180
10134
  viajes
10181
10135
 
10182
- // video : 2014-10-16 United TLD Holdco Ltd.
10136
+ // video : 2014-10-16 Dog Beach, LLC
10183
10137
  video
10184
10138
 
10185
10139
  // vig : 2015-05-14 VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe
@@ -10206,9 +10160,6 @@ visa
10206
10160
  // vision : 2013-12-05 Binky Moon, LLC
10207
10161
  vision
10208
10162
 
10209
- // vista : 2014-09-18 Vistaprint Limited
10210
- vista
10211
-
10212
10163
  // vistaprint : 2014-09-18 Vistaprint Limited
10213
10164
  vistaprint
10214
10165
 
@@ -10260,9 +10211,6 @@ wang
10260
10211
  // wanggou : 2014-12-18 Amazon Registry Services, Inc.
10261
10212
  wanggou
10262
10213
 
10263
- // warman : 2015-06-18 Weir Group IP Limited
10264
- warman
10265
-
10266
10214
  // watch : 2013-11-14 Binky Moon, LLC
10267
10215
  watch
10268
10216
 
@@ -10377,7 +10325,7 @@ xin
10377
10325
  // xn--3bst00m : 2013-09-13 Eagle Horizon Limited
10378
10326
  集团
10379
10327
 
10380
- // xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED
10328
+ // xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED OY
10381
10329
  在线
10382
10330
 
10383
10331
  // xn--3oq18vl8pn36a : 2015-07-02 Volkswagen (China) Investment Co., Ltd.
@@ -10407,7 +10355,7 @@ xin
10407
10355
  // xn--5tzm5g : 2014-12-22 Global Website TLD Asia Limited
10408
10356
  网站
10409
10357
 
10410
- // xn--6frz82g : 2013-09-23 Afilias plc
10358
+ // xn--6frz82g : 2013-09-23 Afilias Limited
10411
10359
  移动
10412
10360
 
10413
10361
  // xn--6qq986b3xl : 2013-09-13 Tycoon Treasure Limited
@@ -10452,10 +10400,13 @@ xin
10452
10400
  // xn--cck2b3b : 2015-02-26 Amazon Registry Services, Inc.
10453
10401
  ストア
10454
10402
 
10403
+ // xn--cckwcxetd : 2019-12-19 Amazon EU S.à r.l.
10404
+ アマゾン
10405
+
10455
10406
  // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
10456
10407
  삼성
10457
10408
 
10458
- // xn--czr694b : 2014-01-16 Dot Trademark TLD Holding Company Limited
10409
+ // xn--czr694b : 2014-01-16 Internet DotTrademark Organisation Limited
10459
10410
  商标
10460
10411
 
10461
10412
  // xn--czrs0t : 2013-12-19 Binky Moon, LLC
@@ -10482,7 +10433,7 @@ xin
10482
10433
  // xn--fhbei : 2015-01-15 VeriSign Sarl
10483
10434
  كوم
10484
10435
 
10485
- // xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED
10436
+ // xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED OY
10486
10437
  中文网
10487
10438
 
10488
10439
  // xn--fiq64b : 2013-10-14 CITIC Group Corporation
@@ -10512,7 +10463,7 @@ xin
10512
10463
  // xn--i1b6b1a6a2e : 2013-11-14 Public Interest Registry
10513
10464
  संगठन
10514
10465
 
10515
- // xn--imr513n : 2014-12-11 Dot Trademark TLD Holding Company Limited
10466
+ // xn--imr513n : 2014-12-11 Internet DotTrademark Organisation Limited
10516
10467
  餐厅
10517
10468
 
10518
10469
  // xn--io0a7i : 2013-11-14 China Internet Network Information Center (CNNIC)
@@ -10521,6 +10472,9 @@ xin
10521
10472
  // xn--j1aef : 2015-01-15 VeriSign Sarl
10522
10473
  ком
10523
10474
 
10475
+ // xn--jlq480n2rg : 2019-12-19 Amazon EU S.à r.l.
10476
+ 亚马逊
10477
+
10524
10478
  // xn--jlq61u9w7b : 2015-01-08 Nokia Corporation
10525
10479
  诺基亚
10526
10480
 
@@ -10548,9 +10502,6 @@ xin
10548
10502
  // xn--mgbab2bd : 2013-10-31 CORE Association
10549
10503
  بازار
10550
10504
 
10551
- // xn--mgbb9fbpob : 2014-12-18 GreenTech Consultancy Company W.L.L.
10552
- موبايلي
10553
-
10554
10505
  // xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
10555
10506
  ابوظبي
10556
10507
 
@@ -10584,7 +10535,7 @@ xin
10584
10535
  // xn--nyqy26a : 2014-11-07 Stable Tone Limited
10585
10536
  健康
10586
10537
 
10587
- // xn--otu796d : 2017-08-06 Dot Trademark TLD Holding Company Limited
10538
+ // xn--otu796d : 2017-08-06 Internet DotTrademark Organisation Limited
10588
10539
  招聘
10589
10540
 
10590
10541
  // xn--p1acf : 2013-12-12 Rusnames Limited
@@ -10659,7 +10610,7 @@ yahoo
10659
10610
  // yamaxun : 2014-12-18 Amazon Registry Services, Inc.
10660
10611
  yamaxun
10661
10612
 
10662
- // yandex : 2014-04-10 YANDEX, LLC
10613
+ // yandex : 2014-04-10 Yandex Europe B.V.
10663
10614
  yandex
10664
10615
 
10665
10616
  // yodobashi : 2014-11-20 YODOBASHI CAMERA CO.,LTD.
@@ -10692,9 +10643,6 @@ zero
10692
10643
  // zip : 2014-05-08 Charleston Road Registry Inc.
10693
10644
  zip
10694
10645
 
10695
- // zippo : 2015-07-02 Zadco Company
10696
- zippo
10697
-
10698
10646
  // zone : 2013-11-14 Binky Moon, LLC
10699
10647
  zone
10700
10648
 
@@ -10712,15 +10660,29 @@ cc.ua
10712
10660
  inf.ua
10713
10661
  ltd.ua
10714
10662
 
10663
+ // Adobe : https://www.adobe.com/
10664
+ // Submitted by Ian Boston <boston@adobe.com>
10665
+ adobeaemcloud.com
10666
+ adobeaemcloud.net
10667
+ *.dev.adobeaemcloud.com
10668
+
10715
10669
  // Agnat sp. z o.o. : https://domena.pl
10716
10670
  // Submitted by Przemyslaw Plewa <it-admin@domena.pl>
10717
10671
  beep.pl
10718
10672
 
10673
+ // alboto.ca : http://alboto.ca
10674
+ // Submitted by Anton Avramov <avramov@alboto.ca>
10675
+ barsy.ca
10676
+
10719
10677
  // Alces Software Ltd : http://alces-software.com
10720
10678
  // Submitted by Mark J. Titorenko <mark.titorenko@alces-software.com>
10721
10679
  *.compute.estate
10722
10680
  *.alces.network
10723
10681
 
10682
+ // Altervista: https://www.altervista.org
10683
+ // Submitted by Carlo Cannas <tech_staff@altervista.it>
10684
+ altervista.org
10685
+
10724
10686
  // alwaysdata : https://www.alwaysdata.com
10725
10687
  // Submitted by Cyril <admin@alwaysdata.com>
10726
10688
  alwaysdata.net
@@ -10739,6 +10701,7 @@ us-east-1.amazonaws.com
10739
10701
  // Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
10740
10702
  // Submitted by Luke Wells <psl-maintainers@amazon.com>
10741
10703
  cn-north-1.eb.amazonaws.com.cn
10704
+ cn-northwest-1.eb.amazonaws.com.cn
10742
10705
  elasticbeanstalk.com
10743
10706
  ap-northeast-1.elasticbeanstalk.com
10744
10707
  ap-northeast-2.elasticbeanstalk.com
@@ -10820,15 +10783,29 @@ s3-website.eu-west-2.amazonaws.com
10820
10783
  s3-website.eu-west-3.amazonaws.com
10821
10784
  s3-website.us-east-2.amazonaws.com
10822
10785
 
10786
+ // Amsterdam Wireless: https://www.amsterdamwireless.nl/
10787
+ // Submitted by Imre Jonk <hostmaster@amsterdamwireless.nl>
10788
+ amsw.nl
10789
+
10823
10790
  // Amune : https://amune.org/
10824
10791
  // Submitted by Team Amune <cert@amune.org>
10825
10792
  t3l3p0rt.net
10826
10793
  tele.amune.org
10827
10794
 
10795
+ // Apigee : https://apigee.com/
10796
+ // Submitted by Apigee Security Team <security@apigee.com>
10797
+ apigee.io
10798
+
10828
10799
  // Aptible : https://www.aptible.com/
10829
10800
  // Submitted by Thomas Orozco <thomas@aptible.com>
10830
10801
  on-aptible.com
10831
10802
 
10803
+ // ASEINet : https://www.aseinet.com/
10804
+ // Submitted by Asei SEKIGUCHI <mail@aseinet.com>
10805
+ user.aseinet.ne.jp
10806
+ gv.vc
10807
+ d.gv.vc
10808
+
10832
10809
  // Asociación Amigos de la Informática "Euskalamiga" : http://encounter.eus/
10833
10810
  // Submitted by Hector Martin <marcan@euskalencounter.org>
10834
10811
  user.party.eus
@@ -10853,10 +10830,22 @@ myfritz.net
10853
10830
  *.awdev.ca
10854
10831
  *.advisor.ws
10855
10832
 
10833
+ // b-data GmbH : https://www.b-data.io
10834
+ // Submitted by Olivier Benz <olivier.benz@b-data.ch>
10835
+ b-data.io
10836
+
10856
10837
  // backplane : https://www.backplane.io
10857
10838
  // Submitted by Anthony Voutas <anthony@backplane.io>
10858
10839
  backplaneapp.io
10859
10840
 
10841
+ // Balena : https://www.balena.io
10842
+ // Submitted by Petros Angelatos <petrosagg@balena.io>
10843
+ balena-devices.com
10844
+
10845
+ // Banzai Cloud
10846
+ // Submitted by Gabor Kozma <info@banzaicloud.com>
10847
+ app.banzaicloud.io
10848
+
10860
10849
  // BetaInABox
10861
10850
  // Submitted by Adrian <adrian@betainabox.com>
10862
10851
  betainabox.com
@@ -10890,10 +10879,22 @@ square7.net
10890
10879
  // Submitted by Dave Tharp <browsersafetymark.io@quicinc.com>
10891
10880
  browsersafetymark.io
10892
10881
 
10882
+ // Bytemark Hosting : https://www.bytemark.co.uk
10883
+ // Submitted by Paul Cammish <paul.cammish@bytemark.co.uk>
10884
+ uk0.bigv.io
10885
+ dh.bytemark.co.uk
10886
+ vm.bytemark.co.uk
10887
+
10893
10888
  // callidomus : https://www.callidomus.com/
10894
10889
  // Submitted by Marcus Popp <admin@callidomus.com>
10895
10890
  mycd.eu
10896
10891
 
10892
+ // Carrd : https://carrd.co
10893
+ // Submitted by AJ <aj@carrd.co>
10894
+ carrd.co
10895
+ crd.co
10896
+ uwu.ai
10897
+
10897
10898
  // CentralNic : http://www.centralnic.com/names/domains
10898
10899
  // Submitted by registry <gavin.brown@centralnic.com>
10899
10900
  ae.org
@@ -10955,6 +10956,10 @@ certmgr.org
10955
10956
  // Submitted by Alex Stoddard <alex.stoddard@citrix.com>
10956
10957
  xenapponazure.com
10957
10958
 
10959
+ // Civilized Discourse Construction Kit, Inc. : https://www.discourse.org/
10960
+ // Submitted by Rishabh Nambiar <rishabh.nambiar@discourse.org>
10961
+ discourse.group
10962
+
10958
10963
  // ClearVox : http://www.clearvox.nl/
10959
10964
  // Submitted by Leon Rowland <leon@clearvox.nl>
10960
10965
  virtueeldomein.nl
@@ -10963,10 +10968,16 @@ virtueeldomein.nl
10963
10968
  // Submitted by Quentin Adam <noc@clever-cloud.com>
10964
10969
  cleverapps.io
10965
10970
 
10971
+ // Clerk : https://www.clerk.dev
10972
+ // Submitted by Colin Sidoti <colin@clerk.dev>
10973
+ *.lcl.dev
10974
+ *.stg.dev
10975
+
10966
10976
  // Cloud66 : https://www.cloud66.com/
10967
10977
  // Submitted by Khash Sajadi <khash@cloud66.com>
10968
10978
  c66.me
10969
10979
  cloud66.ws
10980
+ cloud66.zone
10970
10981
 
10971
10982
  // CloudAccess.net : https://www.cloudaccess.net/
10972
10983
  // Submitted by Pawel Panek <noc@cloudaccess.net>
@@ -10981,6 +10992,19 @@ cloudaccess.net
10981
10992
  cloudcontrolled.com
10982
10993
  cloudcontrolapp.com
10983
10994
 
10995
+ // Cloudera, Inc. : https://www.cloudera.com/
10996
+ // Submitted by Philip Langdale <security@cloudera.com>
10997
+ cloudera.site
10998
+
10999
+ // Cloudflare, Inc. : https://www.cloudflare.com/
11000
+ // Submitted by Jake Riesterer <publicsuffixlist@cloudflare.com>
11001
+ trycloudflare.com
11002
+ workers.dev
11003
+
11004
+ // Clovyr : https://clovyr.io
11005
+ // Submitted by Patrick Nielsen <patrick@clovyr.io>
11006
+ wnext.app
11007
+
10984
11008
  // co.ca : http://registry.co.ca/
10985
11009
  co.ca
10986
11010
 
@@ -11031,6 +11055,15 @@ co.no
11031
11055
  webhosting.be
11032
11056
  hosting-cluster.nl
11033
11057
 
11058
+ // Coordination Center for TLD RU and XN--P1AI : https://cctld.ru/en/domains/domens_ru/reserved/
11059
+ // Submitted by George Georgievsky <gug@cctld.ru>
11060
+ ac.ru
11061
+ edu.ru
11062
+ gov.ru
11063
+ int.ru
11064
+ mil.ru
11065
+ test.ru
11066
+
11034
11067
  // COSIMO GmbH : http://www.cosimo.de
11035
11068
  // Submitted by Rene Marticke <rmarticke@cosimo.de>
11036
11069
  dyn.cosidns.de
@@ -11055,6 +11088,14 @@ realm.cz
11055
11088
  // Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
11056
11089
  cupcake.is
11057
11090
 
11091
+ // Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
11092
+ // Submitted by Gregory Drake <support@dyn.com>
11093
+ // Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
11094
+ *.customer-oci.com
11095
+ *.oci.customer-oci.com
11096
+ *.ocp.customer-oci.com
11097
+ *.ocs.customer-oci.com
11098
+
11058
11099
  // cyon GmbH : https://www.cyon.ch/
11059
11100
  // Submitted by Dominic Luechinger <dol@cyon.ch>
11060
11101
  cyon.link
@@ -11082,6 +11123,19 @@ firm.dk
11082
11123
  reg.dk
11083
11124
  store.dk
11084
11125
 
11126
+ // dapps.earth : https://dapps.earth/
11127
+ // Submitted by Daniil Burdakov <icqkill@gmail.com>
11128
+ *.dapps.earth
11129
+ *.bzz.dapps.earth
11130
+
11131
+ // Dark, Inc. : https://darklang.com
11132
+ // Submitted by Paul Biggar <ops@darklang.com>
11133
+ builtwithdark.com
11134
+
11135
+ // Datawire, Inc : https://www.datawire.io
11136
+ // Submitted by Richard Li <secalert@datawire.io>
11137
+ edgestack.me
11138
+
11085
11139
  // Debian : https://www.debian.org/
11086
11140
  // Submitted by Peter Palfrader / Debian Sysadmin Team <dsa-publicsuffixlist@debian.org>
11087
11141
  debian.net
@@ -11094,6 +11148,11 @@ dedyn.io
11094
11148
  // Submitted by Norbert Auler <mail@dnshome.de>
11095
11149
  dnshome.de
11096
11150
 
11151
+ // DotArai : https://www.dotarai.com/
11152
+ // Submitted by Atsadawat Netcharadsang <atsadawat@dotarai.co.th>
11153
+ online.th
11154
+ shop.th
11155
+
11097
11156
  // DrayTek Corp. : https://www.draytek.com/
11098
11157
  // Submitted by Paul Fang <mis@draytek.com>
11099
11158
  drayddns.com
@@ -11450,10 +11509,19 @@ dynv6.net
11450
11509
  // Submitted by Vladimir Dudr <info@e4you.cz>
11451
11510
  e4.cz
11452
11511
 
11512
+ // En root‽ : https://en-root.org
11513
+ // Submitted by Emmanuel Raviart <emmanuel@raviart.com>
11514
+ en-root.fr
11515
+
11453
11516
  // Enalean SAS: https://www.enalean.com
11454
11517
  // Submitted by Thomas Cottier <thomas.cottier@enalean.com>
11455
11518
  mytuleap.com
11456
11519
 
11520
+ // ECG Robotics, Inc: https://ecgrobotics.org
11521
+ // Submitted by <frc1533@ecgrobotics.org>
11522
+ onred.one
11523
+ staging.onred.one
11524
+
11457
11525
  // Enonic : http://enonic.com/
11458
11526
  // Submitted by Erik Kaareng-Sunde <esu@enonic.com>
11459
11527
  enonic.io
@@ -11623,6 +11691,7 @@ channelsdvr.net
11623
11691
 
11624
11692
  // Fastly Inc. : http://www.fastly.com/
11625
11693
  // Submitted by Fastly Security <security@fastly.com>
11694
+ fastly-terrarium.com
11626
11695
  fastlylb.net
11627
11696
  map.fastlylb.net
11628
11697
  freetls.fastly.net
@@ -11650,9 +11719,19 @@ cloud.fedoraproject.org
11650
11719
  app.os.fedoraproject.org
11651
11720
  app.os.stg.fedoraproject.org
11652
11721
 
11722
+ // Fermax : https://fermax.com/
11723
+ // submitted by Koen Van Isterdael <k.vanisterdael@fermax.be>
11724
+ mydobiss.com
11725
+
11653
11726
  // Filegear Inc. : https://www.filegear.com
11654
11727
  // Submitted by Jason Zhu <jason@owtware.com>
11655
11728
  filegear.me
11729
+ filegear-au.me
11730
+ filegear-de.me
11731
+ filegear-gb.me
11732
+ filegear-ie.me
11733
+ filegear-jp.me
11734
+ filegear-sg.me
11656
11735
 
11657
11736
  // Firebase, Inc.
11658
11737
  // Submitted by Chris Raynor <chris@firebase.com>
@@ -11663,6 +11742,10 @@ firebaseapp.com
11663
11742
  flynnhub.com
11664
11743
  flynnhosting.net
11665
11744
 
11745
+ // Frederik Braun https://frederik-braun.com
11746
+ // Submitted by Frederik Braun <fb@frederik-braun.com>
11747
+ 0e.vc
11748
+
11666
11749
  // Freebox : http://www.freebox.fr
11667
11750
  // Submitted by Romain Fliedel <rfliedel@freebox.fr>
11668
11751
  freebox-os.com
@@ -11691,6 +11774,16 @@ futuremailing.at
11691
11774
  // Submitted by David Illsley <david.illsley@digital.cabinet-office.gov.uk>
11692
11775
  service.gov.uk
11693
11776
 
11777
+ // Gehirn Inc. : https://www.gehirn.co.jp/
11778
+ // Submitted by Kohei YOSHIDA <tech@gehirn.co.jp>
11779
+ gehirn.ne.jp
11780
+ usercontent.jp
11781
+
11782
+ // Gentlent, Inc. : https://www.gentlent.com
11783
+ // Submitted by Tom Klein <tom@gentlent.com>
11784
+ gentapps.com
11785
+ lab.ms
11786
+
11694
11787
  // GitHub, Inc.
11695
11788
  // Submitted by Patrick Toomey <security@github.com>
11696
11789
  github.io
@@ -11700,6 +11793,19 @@ githubusercontent.com
11700
11793
  // Submitted by Alex Hanselka <alex@gitlab.com>
11701
11794
  gitlab.io
11702
11795
 
11796
+ // Glitch, Inc : https://glitch.com
11797
+ // Submitted by Mads Hartmann <mads@glitch.com>
11798
+ glitch.me
11799
+
11800
+ // GMO Pepabo, Inc. : https://pepabo.com/
11801
+ // Submitted by dojineko <admin@pepabo.com>
11802
+ lolipop.io
11803
+
11804
+ // GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
11805
+ // Submitted by Tom Whitwell <tom.whitwell@digital.cabinet-office.gov.uk>
11806
+ cloudapps.digital
11807
+ london.cloudapps.digital
11808
+
11703
11809
  // UKHomeOffice : https://www.gov.uk/government/organisations/home-office
11704
11810
  // Submitted by Jon Shanks <jon.shanks@digital.homeoffice.gov.uk>
11705
11811
  homeoffice.gov.uk
@@ -11715,8 +11821,12 @@ goip.de
11715
11821
 
11716
11822
  // Google, Inc.
11717
11823
  // Submitted by Eduardo Vela <evn@google.com>
11824
+ run.app
11825
+ a.run.app
11826
+ web.app
11718
11827
  *.0emm.com
11719
11828
  appspot.com
11829
+ *.r.appspot.com
11720
11830
  blogspot.ae
11721
11831
  blogspot.al
11722
11832
  blogspot.am
@@ -11801,6 +11911,23 @@ publishproxy.com
11801
11911
  withgoogle.com
11802
11912
  withyoutube.com
11803
11913
 
11914
+ // Group 53, LLC : https://www.group53.com
11915
+ // Submitted by Tyler Todd <noc@nova53.net>
11916
+ awsmppl.com
11917
+
11918
+ // Hakaran group: http://hakaran.cz
11919
+ // Submited by Arseniy Sokolov <security@hakaran.cz>
11920
+ fin.ci
11921
+ free.hr
11922
+ caa.li
11923
+ ua.rs
11924
+ conf.se
11925
+
11926
+ // Handshake : https://handshake.org
11927
+ // Submitted by Mike Damm <md@md.vc>
11928
+ hs.zone
11929
+ hs.run
11930
+
11804
11931
  // Hashbang : https://hashbang.sh
11805
11932
  hashbang.sh
11806
11933
 
@@ -11826,14 +11953,47 @@ ravendb.me
11826
11953
  development.run
11827
11954
  ravendb.run
11828
11955
 
11956
+ // HOSTBIP REGISTRY : https://www.hostbip.com/
11957
+ // Submitted by Atanunu Igbunuroghene <publicsuffixlist@hostbip.com>
11958
+ bpl.biz
11959
+ orx.biz
11960
+ ng.city
11961
+ biz.gl
11962
+ ng.ink
11963
+ col.ng
11964
+ firm.ng
11965
+ gen.ng
11966
+ ltd.ng
11967
+ ngo.ng
11968
+ ng.school
11969
+ sch.so
11970
+
11971
+ // Häkkinen.fi
11972
+ // Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
11973
+ häkkinen.fi
11974
+
11829
11975
  // Ici la Lune : http://www.icilalune.com/
11830
11976
  // Submitted by Simon Morvan <simon@icilalune.com>
11977
+ *.moonscale.io
11831
11978
  moonscale.net
11832
11979
 
11833
11980
  // iki.fi
11834
11981
  // Submitted by Hannu Aronsson <haa@iki.fi>
11835
11982
  iki.fi
11836
11983
 
11984
+ // Individual Network Berlin e.V. : https://www.in-berlin.de/
11985
+ // Submitted by Christian Seitz <chris@in-berlin.de>
11986
+ dyn-berlin.de
11987
+ in-berlin.de
11988
+ in-brb.de
11989
+ in-butter.de
11990
+ in-dsl.de
11991
+ in-dsl.net
11992
+ in-dsl.org
11993
+ in-vpn.de
11994
+ in-vpn.net
11995
+ in-vpn.org
11996
+
11837
11997
  // info.at : http://www.info.at/
11838
11998
  biz.at
11839
11999
  info.at
@@ -11884,6 +12044,11 @@ ipifony.net
11884
12044
  // Submitted by Kim-Alexander Brodowski <kim.brodowski@iserv.eu>
11885
12045
  mein-iserv.de
11886
12046
  test-iserv.de
12047
+ iserv.dev
12048
+
12049
+ // I-O DATA DEVICE, INC. : http://www.iodata.com/
12050
+ // Submitted by Yuji Minagawa <domains-admin@iodata.jp>
12051
+ iobb.net
11887
12052
 
11888
12053
  // Jino : https://www.jino.ru
11889
12054
  // Submitted by Sergey Ulyashin <ulyashin@jino.ru>
@@ -11902,14 +12067,28 @@ myjino.ru
11902
12067
  // Submitted by Stefan Keim <admin@js.org>
11903
12068
  js.org
11904
12069
 
12070
+ // KaasHosting : http://www.kaashosting.nl/
12071
+ // Submitted by Wouter Bakker <hostmaster@kaashosting.nl>
12072
+ kaas.gg
12073
+ khplay.nl
12074
+
11905
12075
  // Keyweb AG : https://www.keyweb.de
11906
12076
  // Submitted by Martin Dannehl <postmaster@keymachine.de>
11907
12077
  keymachine.de
11908
12078
 
12079
+ // KingHost : https://king.host
12080
+ // Submitted by Felipe Keller Braz <felipebraz@kinghost.com.br>
12081
+ kinghost.net
12082
+ uni5.net
12083
+
11909
12084
  // KnightPoint Systems, LLC : http://www.knightpoint.com/
11910
12085
  // Submitted by Roy Keene <rkeene@knightpoint.com>
11911
12086
  knightpoint.systems
11912
12087
 
12088
+ // KUROKU LTD : https://kuroku.ltd/
12089
+ // Submitted by DisposaBoy <security@oya.to>
12090
+ oya.to
12091
+
11913
12092
  // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
11914
12093
  co.krd
11915
12094
  edu.krd
@@ -11920,6 +12099,26 @@ git-repos.de
11920
12099
  lcube-server.de
11921
12100
  svn-repos.de
11922
12101
 
12102
+ // Leadpages : https://www.leadpages.net
12103
+ // Submitted by Greg Dallavalle <domains@leadpages.net>
12104
+ leadpages.co
12105
+ lpages.co
12106
+ lpusercontent.com
12107
+
12108
+ // Lelux.fi : https://lelux.fi/
12109
+ // Submitted by Lelux Admin <publisuffix@lelux.site>
12110
+ lelux.site
12111
+
12112
+ // Lifetime Hosting : https://Lifetime.Hosting/
12113
+ // Submitted by Mike Fillator <support@lifetime.hosting>
12114
+ co.business
12115
+ co.education
12116
+ co.events
12117
+ co.financial
12118
+ co.network
12119
+ co.place
12120
+ co.technology
12121
+
11923
12122
  // Lightmaker Property Manager, Inc. : https://app.lmpm.com/
11924
12123
  // Submitted by Greg Holland <greg.holland@lmpm.com>
11925
12124
  app.lmpm.com
@@ -11933,10 +12132,32 @@ linkitools.space
11933
12132
  linkyard.cloud
11934
12133
  linkyard-cloud.ch
11935
12134
 
12135
+ // Linode : https://linode.com
12136
+ // Submitted by <security@linode.com>
12137
+ members.linode.com
12138
+ nodebalancer.linode.com
12139
+
11936
12140
  // LiquidNet Ltd : http://www.liquidnetlimited.com/
11937
12141
  // Submitted by Victor Velchev <admin@liquidnetlimited.com>
11938
12142
  we.bs
11939
12143
 
12144
+ // Log'in Line : https://www.loginline.com/
12145
+ // Submitted by Rémi Mach <remi.mach@loginline.com>
12146
+ loginline.app
12147
+ loginline.dev
12148
+ loginline.io
12149
+ loginline.services
12150
+ loginline.site
12151
+
12152
+ // LubMAN UMCS Sp. z o.o : https://lubman.pl/
12153
+ // Submitted by Ireneusz Maliszewski <ireneusz.maliszewski@lubman.pl>
12154
+ krasnik.pl
12155
+ leczna.pl
12156
+ lubartow.pl
12157
+ lublin.pl
12158
+ poniatowa.pl
12159
+ swidnik.pl
12160
+
11940
12161
  // Lug.org.uk : https://lug.org.uk
11941
12162
  // Submitted by Jon Spriggs <admin@lug.org.uk>
11942
12163
  uklugs.org
@@ -12027,6 +12248,30 @@ net.ru
12027
12248
  org.ru
12028
12249
  pp.ru
12029
12250
 
12251
+ // Nabu Casa : https://www.nabucasa.com
12252
+ // Submitted by Paulus Schoutsen <infra@nabucasa.com>
12253
+ ui.nabu.casa
12254
+
12255
+ // Names.of.London : https://names.of.london/
12256
+ // Submitted by James Stevens <registry@names.of.london> or <james@jrcs.net>
12257
+ pony.club
12258
+ of.fashion
12259
+ on.fashion
12260
+ of.football
12261
+ in.london
12262
+ of.london
12263
+ for.men
12264
+ and.mom
12265
+ for.mom
12266
+ for.one
12267
+ for.sale
12268
+ of.work
12269
+ to.work
12270
+
12271
+ // NCTU.ME : https://nctu.me/
12272
+ // Submitted by Tocknicsu <admin@nctu.me>
12273
+ nctu.me
12274
+
12030
12275
  // Netlify : https://www.netlify.com
12031
12276
  // Submitted by Jessica Parsons <jessica@netlify.com>
12032
12277
  bitballoon.com
@@ -12195,12 +12440,14 @@ nom.al
12195
12440
  nym.by
12196
12441
  nym.bz
12197
12442
  nom.cl
12443
+ nym.ec
12198
12444
  nom.gd
12199
12445
  nom.ge
12200
12446
  nom.gl
12201
12447
  nym.gr
12202
12448
  nom.gt
12203
12449
  nym.gy
12450
+ nym.hk
12204
12451
  nom.hn
12205
12452
  nym.ie
12206
12453
  nom.im
@@ -12236,6 +12483,10 @@ nom.uy
12236
12483
  nom.vc
12237
12484
  nom.vg
12238
12485
 
12486
+ // Observable, Inc. : https://observablehq.com
12487
+ // Submitted by Mike Bostock <dns@observablehq.com>
12488
+ static.observableusercontent.com
12489
+
12239
12490
  // Octopodal Solutions, LLC. : https://ulterius.io/
12240
12491
  // Submitted by Andrew Sampson <andrew@ulterius.io>
12241
12492
  cya.gg
@@ -12256,6 +12507,10 @@ opencraft.hosting
12256
12507
  // Submitted by Yngve Pettersen <yngve@opera.com>
12257
12508
  operaunite.com
12258
12509
 
12510
+ // Oursky Limited : https://skygear.io/
12511
+ // Submited by Skygear Developer <hello@skygear.io>
12512
+ skygearapp.com
12513
+
12259
12514
  // OutSystems
12260
12515
  // Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
12261
12516
  outsystemscloud.com
@@ -12298,6 +12553,10 @@ gotpantheon.com
12298
12553
  // Submitted by Steve Leung <steveleung@peplink.com>
12299
12554
  mypep.link
12300
12555
 
12556
+ // Perspecta : https://perspecta.com/
12557
+ // Submitted by Kenneth Van Alstyne <kvanalstyne@perspecta.com>
12558
+ perspecta.cloud
12559
+
12301
12560
  // Planet-Work : https://www.planet-work.com/
12302
12561
  // Submitted by Frédéric VANNIÈRE <f.vanniere@planet-work.com>
12303
12562
  on-web.fr
@@ -12307,6 +12566,14 @@ on-web.fr
12307
12566
  *.platform.sh
12308
12567
  *.platformsh.site
12309
12568
 
12569
+ // Port53 : https://port53.io/
12570
+ // Submitted by Maximilian Schieder <maxi@zeug.co>
12571
+ dyn53.io
12572
+
12573
+ // Positive Codes Technology Company : http://co.bn/faq.html
12574
+ // Submitted by Zulfais <pc@co.bn>
12575
+ co.bn
12576
+
12310
12577
  // prgmr.com : https://prgmr.com/
12311
12578
  // Submitted by Sarah Newman <owner@prgmr.com>
12312
12579
  xen.prgmr.com
@@ -12315,6 +12582,14 @@ xen.prgmr.com
12315
12582
  // Submitted by registry <lendl@nic.at>
12316
12583
  priv.at
12317
12584
 
12585
+ // privacytools.io : https://www.privacytools.io/
12586
+ // Submitted by Jonah Aragon <jonah@privacytools.io>
12587
+ prvcy.page
12588
+
12589
+ // Protocol Labs : https://protocol.ai/
12590
+ // Submitted by Michael Burns <noc@protocol.ai>
12591
+ *.dweb.link
12592
+
12318
12593
  // Protonet GmbH : http://protonet.io
12319
12594
  // Submitted by Martin Meier <admin@protonet.io>
12320
12595
  protonet.io
@@ -12324,6 +12599,18 @@ protonet.io
12324
12599
  chirurgiens-dentistes-en-france.fr
12325
12600
  byen.site
12326
12601
 
12602
+ // pubtls.org: https://www.pubtls.org
12603
+ // Submitted by Kor Nielsen <kor@pubtls.org>
12604
+ pubtls.org
12605
+
12606
+ // Qualifio : https://qualifio.com/
12607
+ // Submitted by Xavier De Cock <xdecock@gmail.com>
12608
+ qualifioapp.com
12609
+
12610
+ // Redstar Consultants : https://www.redstarconsultants.com/
12611
+ // Submitted by Jons Slemmer <jons@redstarconsultants.com>
12612
+ instantcloud.cn
12613
+
12327
12614
  // Russian Academy of Sciences
12328
12615
  // Submitted by Tech Support <support@rasnet.ru>
12329
12616
  ras.ru
@@ -12332,6 +12619,11 @@ ras.ru
12332
12619
  // Submitted by Daniel Dent (https://www.danieldent.com/)
12333
12620
  qa2.com
12334
12621
 
12622
+ // QCX
12623
+ // Submitted by Cassandra Beelen <cassandra@beelen.one>
12624
+ qcx.io
12625
+ *.sys.qcx.io
12626
+
12335
12627
  // QNAP System Inc : https://www.qnap.com
12336
12628
  // Submitted by Nick Chang <nickchang@qnap.com>
12337
12629
  dev-myqnapcloud.com
@@ -12352,10 +12644,30 @@ vaporcloud.io
12352
12644
  rackmaze.com
12353
12645
  rackmaze.net
12354
12646
 
12647
+ // Rancher Labs, Inc : https://rancher.com
12648
+ // Submitted by Vincent Fiduccia <domains@rancher.com>
12649
+ *.on-k3s.io
12650
+ *.on-rancher.cloud
12651
+ *.on-rio.io
12652
+
12653
+ // Read The Docs, Inc : https://www.readthedocs.org
12654
+ // Submitted by David Fischer <team@readthedocs.org>
12655
+ readthedocs.io
12656
+
12355
12657
  // Red Hat, Inc. OpenShift : https://openshift.redhat.com/
12356
12658
  // Submitted by Tim Kramer <tkramer@rhcloud.com>
12357
12659
  rhcloud.com
12358
12660
 
12661
+ // Render : https://render.com
12662
+ // Submitted by Anurag Goel <dev@render.com>
12663
+ app.render.com
12664
+ onrender.com
12665
+
12666
+ // Repl.it : https://repl.it
12667
+ // Submitted by Mason Clayton <mason@repl.it>
12668
+ repl.co
12669
+ repl.run
12670
+
12359
12671
  // Resin.io : https://resin.io
12360
12672
  // Submitted by Tim Perry <tim@resin.io>
12361
12673
  resindevice.io
@@ -12371,6 +12683,10 @@ wellbeingzone.eu
12371
12683
  ptplus.fit
12372
12684
  wellbeingzone.co.uk
12373
12685
 
12686
+ // Rochester Institute of Technology : http://www.rit.edu/
12687
+ // Submitted by Jennifer Herting <jchits@rit.edu>
12688
+ git-pages.rit.edu
12689
+
12374
12690
  // Sandstorm Development Group, Inc. : https://sandcats.io/
12375
12691
  // Submitted by Asheesh Laroia <asheesh@sandstorm.io>
12376
12692
  sandcats.io
@@ -12384,6 +12700,10 @@ logoip.com
12384
12700
  // Submitted by Hanno Böck <hanno@schokokeks.org>
12385
12701
  schokokeks.net
12386
12702
 
12703
+ // Scottish Government: https://www.gov.scot
12704
+ // Submitted by Martin Ellis <martin.ellis@gov.scot>
12705
+ gov.scot
12706
+
12387
12707
  // Scry Security : http://www.scrysec.com
12388
12708
  // Submitted by Shante Adam <shante@skyhat.io>
12389
12709
  scrysec.com
@@ -12401,11 +12721,6 @@ my-firewall.org
12401
12721
  myfirewall.org
12402
12722
  spdns.org
12403
12723
 
12404
- // SensioLabs, SAS : https://sensiolabs.com/
12405
- // Submitted by Fabien Potencier <fabien.potencier@sensiolabs.com>
12406
- *.s5y.io
12407
- *.sensiosite.cloud
12408
-
12409
12724
  // Service Online LLC : http://drs.ua/
12410
12725
  // Submitted by Serhii Bulakh <support@drs.ua>
12411
12726
  biz.ua
@@ -12420,6 +12735,14 @@ shiftedit.io
12420
12735
  // Submitted by Alex Bowers <alex@shopblocks.com>
12421
12736
  myshopblocks.com
12422
12737
 
12738
+ // Shopit : https://www.shopitcommerce.com/
12739
+ // Submitted by Craig McMahon <craig@shopitcommerce.com>
12740
+ shopitsite.com
12741
+
12742
+ // Siemens Mobility GmbH
12743
+ // Submitted by Oliver Graebner <security@mo-siemens.io>
12744
+ mo-siemens.io
12745
+
12423
12746
  // SinaAppEngine : http://sae.sina.com.cn/
12424
12747
  // Submitted by SinaAppEngine <saesupport@sinacloud.com>
12425
12748
  1kapp.com
@@ -12428,12 +12751,20 @@ applinzi.com
12428
12751
  sinaapp.com
12429
12752
  vipsinaapp.com
12430
12753
 
12754
+ // Siteleaf : https://www.siteleaf.com/
12755
+ // Submitted by Skylar Challand <support@siteleaf.com>
12756
+ siteleaf.net
12757
+
12431
12758
  // Skyhat : http://www.skyhat.io
12432
12759
  // Submitted by Shante Adam <shante@skyhat.io>
12433
12760
  bounty-full.com
12434
12761
  alpha.bounty-full.com
12435
12762
  beta.bounty-full.com
12436
12763
 
12764
+ // Stackhero : https://www.stackhero.io
12765
+ // Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
12766
+ stackhero-network.com
12767
+
12437
12768
  // staticland : https://static.land
12438
12769
  // Submitted by Seth Vincent <sethvincent@gmail.com>
12439
12770
  static.land
@@ -12453,6 +12784,10 @@ spacekit.io
12453
12784
  // Submitted by Stefan Neufeind <info@speedpartner.de>
12454
12785
  customer.speedpartner.de
12455
12786
 
12787
+ // Standard Library : https://stdlib.com
12788
+ // Submitted by Jacob Lee <jacob@stdlib.com>
12789
+ api.stdlib.com
12790
+
12456
12791
  // Storj Labs Inc. : https://storj.io/
12457
12792
  // Submitted by Philip Hutchins <hostmaster@storj.io>
12458
12793
  storj.farm
@@ -12461,10 +12796,29 @@ storj.farm
12461
12796
  // Submitted by Silke Hofstra <syscom@snt.utwente.nl>
12462
12797
  utwente.io
12463
12798
 
12799
+ // Student-Run Computing Facility : https://www.srcf.net/
12800
+ // Submitted by Edwin Balani <sysadmins@srcf.net>
12801
+ soc.srcf.net
12802
+ user.srcf.net
12803
+
12464
12804
  // Sub 6 Limited: http://www.sub6.com
12465
12805
  // Submitted by Dan Miller <dm@sub6.com>
12466
12806
  temp-dns.com
12467
12807
 
12808
+ // Swisscom Application Cloud: https://developer.swisscom.com
12809
+ // Submitted by Matthias.Winzeler <matthias.winzeler@swisscom.com>
12810
+ applicationcloud.io
12811
+ scapp.io
12812
+
12813
+ // Symfony, SAS : https://symfony.com/
12814
+ // Submitted by Fabien Potencier <fabien@symfony.com>
12815
+ *.s5y.io
12816
+ *.sensiosite.cloud
12817
+
12818
+ // Syncloud : https://syncloud.org
12819
+ // Submitted by Boris Rybalkin <syncloud@syncloud.it>
12820
+ syncloud.it
12821
+
12468
12822
  // Synology, Inc. : https://www.synology.com/
12469
12823
  // Submitted by Rony Weng <ronyweng@synology.com>
12470
12824
  diskstation.me
@@ -12481,6 +12835,7 @@ i234.me
12481
12835
  myds.me
12482
12836
  synology.me
12483
12837
  vpnplus.to
12838
+ direct.quickconnect.to
12484
12839
 
12485
12840
  // TAIFUN Software AG : http://taifun-software.de
12486
12841
  // Submitted by Bjoern Henke <dev-server@taifun-software.de>
@@ -12493,17 +12848,33 @@ gdynia.pl
12493
12848
  med.pl
12494
12849
  sopot.pl
12495
12850
 
12851
+ // Teckids e.V. : https://www.teckids.org
12852
+ // Submitted by Dominik George <dominik.george@teckids.org>
12853
+ edugit.org
12854
+
12855
+ // Telebit : https://telebit.cloud
12856
+ // Submitted by AJ ONeal <aj@telebit.cloud>
12857
+ telebit.app
12858
+ telebit.io
12859
+ *.telebit.xyz
12860
+
12496
12861
  // The Gwiddle Foundation : https://gwiddlefoundation.org.uk
12497
12862
  // Submitted by Joshua Bayfield <joshua.bayfield@gwiddlefoundation.org.uk>
12498
12863
  gwiddle.co.uk
12499
12864
 
12500
12865
  // Thingdust AG : https://thingdust.com/
12501
12866
  // Submitted by Adrian Imboden <adi@thingdust.com>
12867
+ thingdustdata.com
12502
12868
  cust.dev.thingdust.io
12503
12869
  cust.disrec.thingdust.io
12504
12870
  cust.prod.thingdust.io
12505
12871
  cust.testing.thingdust.io
12506
12872
 
12873
+ // Tlon.io : https://tlon.io
12874
+ // Submitted by Mark Staarink <mark@tlon.io>
12875
+ arvo.network
12876
+ azimuth.network
12877
+
12507
12878
  // TownNews.com : http://www.townnews.com
12508
12879
  // Submitted by Dustin Ward <dward@townnews.com>
12509
12880
  bloxcms.com
@@ -12590,6 +12961,22 @@ router.management
12590
12961
  // Submitted by Adnan RIHAN <hostmaster@v-info.info>
12591
12962
  v-info.info
12592
12963
 
12964
+ // Voorloper.com: https://voorloper.com
12965
+ // Submitted by Nathan van Bakel <info@voorloper.com>
12966
+ voorloper.cloud
12967
+
12968
+ // V.UA Domain Administrator : https://domain.v.ua/
12969
+ // Submitted by Serhii Rostilo <sergey@rostilo.kiev.ua>
12970
+ v.ua
12971
+
12972
+ // Waffle Computer Inc., Ltd. : https://docs.waffleinfo.com
12973
+ // Submitted by Masayuki Note <masa@blade.wafflecell.com>
12974
+ wafflecell.com
12975
+
12976
+ // WebHare bv: https://www.webhare.com/
12977
+ // Submitted by Arnold Hendriks <info@webhare.com>
12978
+ *.webhare.dev
12979
+
12593
12980
  // WeDeploy by Liferay, Inc. : https://www.wedeploy.com
12594
12981
  // Submitted by Henrique Vicente <security@wedeploy.com>
12595
12982
  wedeploy.io
@@ -12620,6 +13007,12 @@ cistron.nl
12620
13007
  demon.nl
12621
13008
  xs4all.space
12622
13009
 
13010
+ // Yandex.Cloud LLC: https://cloud.yandex.com
13011
+ // Submitted by Alexander Lodin <security+psl@yandex-team.ru>
13012
+ yandexcloud.net
13013
+ storage.yandexcloud.net
13014
+ website.yandexcloud.net
13015
+
12623
13016
  // YesCourse Pty Ltd : https://yescourse.com
12624
13017
  // Submitted by Atul Bhouraskar <atul@yescourse.com>
12625
13018
  official.academy
@@ -12652,8 +13045,15 @@ za.org
12652
13045
  // Submitted by Olli Vanhoja <olli@zeit.co>
12653
13046
  now.sh
12654
13047
 
12655
- // Zone.id : https://zone.id/
12656
- // Submitted by Su Hendro <admin@zone.id>
12657
- zone.id
13048
+ // Zine EOOD : https://zine.bg/
13049
+ // Submitted by Martin Angelov <martin@zine.bg>
13050
+ bss.design
13051
+
13052
+ // Zitcom A/S : https://www.zitcom.dk
13053
+ // Submitted by Emil Stahl <esp@zitcom.dk>
13054
+ basicserver.io
13055
+ virtualserver.io
13056
+ site.builder.nu
13057
+ enterprisecloud.nu
12658
13058
 
12659
13059
  // ===END PRIVATE DOMAINS===