cloudsmith-api 0.52.79 → 0.52.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +8 -5
- data/build.json +1 -1
- data/docs/{EntitlmentTokenMetric.md → EntitlementTokenMetric.md} +1 -1
- data/docs/MetricsApi.md +81 -6
- data/docs/MetricsownerrepopackagesusageActivePackages.md +10 -0
- data/docs/PackageUsageMetric.md +11 -0
- data/lib/cloudsmith-api.rb +3 -1
- data/lib/cloudsmith-api/api/metrics_api.rb +79 -7
- data/lib/cloudsmith-api/models/{entitlment_token_metric.rb → entitlement_token_metric.rb} +1 -1
- data/lib/cloudsmith-api/models/metricsownerrepopackagesusage_active_packages.rb +209 -0
- data/lib/cloudsmith-api/models/package_usage_metric.rb +243 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/api/metrics_api_spec.rb +21 -3
- data/spec/models/{entitlment_token_metric_spec.rb → entitlement_token_metric_spec.rb} +6 -6
- data/spec/models/metricsownerrepopackagesusage_active_packages_spec.rb +54 -0
- data/spec/models/package_usage_metric_spec.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-4.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.github/FUNDING.yml +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.github/workflows/tests.yml +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.gitignore +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.rubocop.yml +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.rubocop_opinionated.yml +1 -18
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.travis.yml +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.yardopts +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/2.0-Upgrade.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/CHANGELOG.md +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/Gemfile +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/README.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/Rakefile +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/SECURITY.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/bin/console +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/codecov.yml +0 -2
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/data/list.txt +312 -78
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/domain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/errors.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/list.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/rule.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/public_suffix.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/.empty +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/acceptance_test.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_find.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_find_all.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_names.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_select.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_select_incremental.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_valid.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/domain_profiler.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/find_profiler.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/find_profiler_jp.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/initialization_profiler.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/list_profsize.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/object_binsize.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/psl_test.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/test_helper.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/tests.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/domain_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/errors_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/list_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/public_suffix_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/rule_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{public_suffix-4.0.5.gemspec → public_suffix-4.0.6.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.1.gemspec +1 -1
- metadata +152 -144
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-4.0.5.gem +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200904-893-1lxegy6.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20200904-893-1y5wou6
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200904-893-1y5wou6
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -141,7 +141,7 @@ LIBS = $(LIBRUBYARG_SHARED) -lffi -lffi -lm -lc
|
|
141
141
|
ORIG_SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DynamicLibrary.c Function.c FunctionInfo.c LastError.c LongDouble.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c ffi.c
|
142
142
|
SRCS = $(ORIG_SRCS)
|
143
143
|
OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DynamicLibrary.o Function.o FunctionInfo.o LastError.o LongDouble.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o ffi.o
|
144
|
-
HDRS = $(srcdir)/
|
144
|
+
HDRS = $(srcdir)/rbffi_endian.h $(srcdir)/MethodHandle.h $(srcdir)/MemoryPointer.h $(srcdir)/Type.h $(srcdir)/LongDouble.h $(srcdir)/ArrayType.h $(srcdir)/StructByValue.h $(srcdir)/extconf.h $(srcdir)/Thread.h $(srcdir)/Types.h $(srcdir)/DynamicLibrary.h $(srcdir)/LastError.h $(srcdir)/ClosurePool.h $(srcdir)/AbstractMemory.h $(srcdir)/Pointer.h $(srcdir)/MappedType.h $(srcdir)/Struct.h $(srcdir)/Function.h $(srcdir)/Call.h $(srcdir)/compat.h $(srcdir)/rbffi.h $(srcdir)/Platform.h
|
145
145
|
LOCAL_HDRS =
|
146
146
|
TARGET = ffi_c
|
147
147
|
TARGET_NAME = ffi_c
|
data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.github/FUNDING.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
@@ -5,6 +5,7 @@ AllCops:
|
|
5
5
|
# Exclude vendored folders
|
6
6
|
- 'tmp/**/*'
|
7
7
|
- 'vendor/**/*'
|
8
|
+
NewCops: enable
|
8
9
|
|
9
10
|
# [codesmell]
|
10
11
|
Layout/LineLength:
|
@@ -154,21 +155,3 @@ Style/TrivialAccessors:
|
|
154
155
|
# end
|
155
156
|
#
|
156
157
|
IgnoreClassMethods: true
|
157
|
-
|
158
|
-
# New cops
|
159
|
-
# See https://docs.rubocop.org/en/latest/versioning/
|
160
|
-
|
161
|
-
Lint/RaiseException:
|
162
|
-
Enabled: true
|
163
|
-
|
164
|
-
Lint/StructNewOverride:
|
165
|
-
Enabled: true
|
166
|
-
|
167
|
-
Style/HashEachMethods:
|
168
|
-
Enabled: true
|
169
|
-
|
170
|
-
Style/HashTransformKeys:
|
171
|
-
Enabled: true
|
172
|
-
|
173
|
-
Style/HashTransformValues:
|
174
|
-
Enabled: true
|
File without changes
|
data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/2.0-Upgrade.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/data/list.txt
RENAMED
@@ -258,7 +258,7 @@ tas.gov.au
|
|
258
258
|
vic.gov.au
|
259
259
|
wa.gov.au
|
260
260
|
// 4LDs
|
261
|
-
education.tas.edu.au
|
261
|
+
// education.tas.edu.au - Removed at the request of the Department of Education Tasmania
|
262
262
|
schools.nsw.edu.au
|
263
263
|
|
264
264
|
// aw : https://en.wikipedia.org/wiki/.aw
|
@@ -456,6 +456,7 @@ aju.br
|
|
456
456
|
am.br
|
457
457
|
anani.br
|
458
458
|
aparecida.br
|
459
|
+
app.br
|
459
460
|
arq.br
|
460
461
|
art.br
|
461
462
|
ato.br
|
@@ -463,6 +464,7 @@ b.br
|
|
463
464
|
barueri.br
|
464
465
|
belem.br
|
465
466
|
bhz.br
|
467
|
+
bib.br
|
466
468
|
bio.br
|
467
469
|
blog.br
|
468
470
|
bmd.br
|
@@ -477,14 +479,19 @@ cnt.br
|
|
477
479
|
com.br
|
478
480
|
contagem.br
|
479
481
|
coop.br
|
482
|
+
coz.br
|
480
483
|
cri.br
|
481
484
|
cuiaba.br
|
482
485
|
curitiba.br
|
483
486
|
def.br
|
487
|
+
des.br
|
488
|
+
det.br
|
489
|
+
dev.br
|
484
490
|
ecn.br
|
485
491
|
eco.br
|
486
492
|
edu.br
|
487
493
|
emp.br
|
494
|
+
enf.br
|
488
495
|
eng.br
|
489
496
|
esp.br
|
490
497
|
etc.br
|
@@ -500,6 +507,7 @@ fot.br
|
|
500
507
|
foz.br
|
501
508
|
fst.br
|
502
509
|
g12.br
|
510
|
+
geo.br
|
503
511
|
ggf.br
|
504
512
|
goiania.br
|
505
513
|
gov.br
|
@@ -543,6 +551,7 @@ jor.br
|
|
543
551
|
jus.br
|
544
552
|
leg.br
|
545
553
|
lel.br
|
554
|
+
log.br
|
546
555
|
londrina.br
|
547
556
|
macapa.br
|
548
557
|
maceio.br
|
@@ -575,6 +584,7 @@ qsl.br
|
|
575
584
|
radio.br
|
576
585
|
rec.br
|
577
586
|
recife.br
|
587
|
+
rep.br
|
578
588
|
ribeirao.br
|
579
589
|
rio.br
|
580
590
|
riobranco.br
|
@@ -585,6 +595,7 @@ santamaria.br
|
|
585
595
|
santoandre.br
|
586
596
|
saobernardo.br
|
587
597
|
saogonca.br
|
598
|
+
seg.br
|
588
599
|
sjc.br
|
589
600
|
slg.br
|
590
601
|
slz.br
|
@@ -592,6 +603,7 @@ sorocaba.br
|
|
592
603
|
srv.br
|
593
604
|
taxi.br
|
594
605
|
tc.br
|
606
|
+
tec.br
|
595
607
|
teo.br
|
596
608
|
the.br
|
597
609
|
tmp.br
|
@@ -1002,6 +1014,10 @@ pro.fj
|
|
1002
1014
|
*.fk
|
1003
1015
|
|
1004
1016
|
// fm : https://en.wikipedia.org/wiki/.fm
|
1017
|
+
com.fm
|
1018
|
+
edu.fm
|
1019
|
+
net.fm
|
1020
|
+
org.fm
|
1005
1021
|
fm
|
1006
1022
|
|
1007
1023
|
// fo : https://en.wikipedia.org/wiki/.fo
|
@@ -1041,6 +1057,8 @@ ga
|
|
1041
1057
|
gb
|
1042
1058
|
|
1043
1059
|
// gd : https://en.wikipedia.org/wiki/.gd
|
1060
|
+
edu.gd
|
1061
|
+
gov.gd
|
1044
1062
|
gd
|
1045
1063
|
|
1046
1064
|
// ge : http://www.nic.net.ge/policy_en.pdf
|
@@ -3785,7 +3803,7 @@ gov.lc
|
|
3785
3803
|
// li : https://en.wikipedia.org/wiki/.li
|
3786
3804
|
li
|
3787
3805
|
|
3788
|
-
// lk :
|
3806
|
+
// lk : https://www.nic.lk/index.php/domain-registration/lk-domain-naming-structure
|
3789
3807
|
lk
|
3790
3808
|
gov.lk
|
3791
3809
|
sch.lk
|
@@ -6327,7 +6345,6 @@ cv.ua
|
|
6327
6345
|
dn.ua
|
6328
6346
|
dnepropetrovsk.ua
|
6329
6347
|
dnipropetrovsk.ua
|
6330
|
-
dominic.ua
|
6331
6348
|
donetsk.ua
|
6332
6349
|
dp.ua
|
6333
6350
|
if.ua
|
@@ -6919,11 +6936,11 @@ yt
|
|
6919
6936
|
қаз
|
6920
6937
|
|
6921
6938
|
// xn--fzc2c9e2c ("Lanka", Sinhalese-Sinhala) : LK
|
6922
|
-
//
|
6939
|
+
// https://nic.lk
|
6923
6940
|
ලංකා
|
6924
6941
|
|
6925
6942
|
// xn--xkc2al3hye2a ("Ilangai", Tamil) : LK
|
6926
|
-
//
|
6943
|
+
// https://nic.lk
|
6927
6944
|
இலங்கை
|
6928
6945
|
|
6929
6946
|
// xn--mgbc0a9azcg ("Morocco/al-Maghrib", Arabic) : MA
|
@@ -7092,7 +7109,7 @@ org.zw
|
|
7092
7109
|
|
7093
7110
|
// newGTLDs
|
7094
7111
|
|
7095
|
-
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-
|
7112
|
+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-08-07T17:16:50Z
|
7096
7113
|
// This list is auto-generated, don't edit it manually.
|
7097
7114
|
// aaa : 2015-02-26 American Automobile Association, Inc.
|
7098
7115
|
aaa
|
@@ -7175,9 +7192,6 @@ agency
|
|
7175
7192
|
// aig : 2014-12-18 American International Group, Inc.
|
7176
7193
|
aig
|
7177
7194
|
|
7178
|
-
// aigo : 2015-08-06 aigo Digital Technology Co,Ltd.
|
7179
|
-
aigo
|
7180
|
-
|
7181
7195
|
// airbus : 2015-07-30 Airbus S.A.S.
|
7182
7196
|
airbus
|
7183
7197
|
|
@@ -7301,7 +7315,7 @@ audi
|
|
7301
7315
|
// audible : 2015-06-25 Amazon Registry Services, Inc.
|
7302
7316
|
audible
|
7303
7317
|
|
7304
|
-
// audio : 2014-03-20
|
7318
|
+
// audio : 2014-03-20 UNR Corp.
|
7305
7319
|
audio
|
7306
7320
|
|
7307
7321
|
// auspost : 2015-08-13 Australian Postal Corporation
|
@@ -7310,7 +7324,7 @@ auspost
|
|
7310
7324
|
// author : 2014-12-18 Amazon Registry Services, Inc.
|
7311
7325
|
author
|
7312
7326
|
|
7313
|
-
// auto : 2014-11-13
|
7327
|
+
// auto : 2014-11-13 XYZ.COM LLC
|
7314
7328
|
auto
|
7315
7329
|
|
7316
7330
|
// autos : 2014-01-09 DERAutos, LLC
|
@@ -7439,7 +7453,7 @@ bio
|
|
7439
7453
|
// black : 2014-01-16 Afilias Limited
|
7440
7454
|
black
|
7441
7455
|
|
7442
|
-
// blackfriday : 2014-01-16
|
7456
|
+
// blackfriday : 2014-01-16 UNR Corp.
|
7443
7457
|
blackfriday
|
7444
7458
|
|
7445
7459
|
// blockbuster : 2015-07-30 Dish DBS Corporation
|
@@ -7586,7 +7600,7 @@ capital
|
|
7586
7600
|
// capitalone : 2015-08-06 Capital One Financial Corporation
|
7587
7601
|
capitalone
|
7588
7602
|
|
7589
|
-
// car : 2015-01-22
|
7603
|
+
// car : 2015-01-22 XYZ.COM LLC
|
7590
7604
|
car
|
7591
7605
|
|
7592
7606
|
// caravan : 2013-12-12 Caravan International, Inc.
|
@@ -7604,7 +7618,7 @@ career
|
|
7604
7618
|
// careers : 2013-10-02 Binky Moon, LLC
|
7605
7619
|
careers
|
7606
7620
|
|
7607
|
-
// cars : 2014-11-13
|
7621
|
+
// cars : 2014-11-13 XYZ.COM LLC
|
7608
7622
|
cars
|
7609
7623
|
|
7610
7624
|
// casa : 2013-11-21 Minds + Machines Group Limited
|
@@ -7679,7 +7693,7 @@ cheap
|
|
7679
7693
|
// chintai : 2015-06-11 CHINTAI Corporation
|
7680
7694
|
chintai
|
7681
7695
|
|
7682
|
-
// christmas : 2013-11-21
|
7696
|
+
// christmas : 2013-11-21 UNR Corp.
|
7683
7697
|
christmas
|
7684
7698
|
|
7685
7699
|
// chrome : 2014-07-24 Charleston Road Registry Inc.
|
@@ -7718,7 +7732,7 @@ claims
|
|
7718
7732
|
// cleaning : 2013-12-05 Binky Moon, LLC
|
7719
7733
|
cleaning
|
7720
7734
|
|
7721
|
-
// click : 2014-06-05
|
7735
|
+
// click : 2014-06-05 UNR Corp.
|
7722
7736
|
click
|
7723
7737
|
|
7724
7738
|
// clinic : 2014-03-20 Binky Moon, LLC
|
@@ -7931,7 +7945,7 @@ dhl
|
|
7931
7945
|
// diamonds : 2013-09-22 Binky Moon, LLC
|
7932
7946
|
diamonds
|
7933
7947
|
|
7934
|
-
// diet : 2014-06-26
|
7948
|
+
// diet : 2014-06-26 UNR Corp.
|
7935
7949
|
diet
|
7936
7950
|
|
7937
7951
|
// digital : 2014-03-06 Binky Moon, LLC
|
@@ -8054,9 +8068,6 @@ esq
|
|
8054
8068
|
// estate : 2013-08-27 Binky Moon, LLC
|
8055
8069
|
estate
|
8056
8070
|
|
8057
|
-
// esurance : 2015-07-23 Esurance Insurance Company
|
8058
|
-
esurance
|
8059
|
-
|
8060
8071
|
// etisalat : 2015-09-03 Emirates Telecommunications Corporation (trading as Etisalat)
|
8061
8072
|
etisalat
|
8062
8073
|
|
@@ -8171,7 +8182,7 @@ fit
|
|
8171
8182
|
// fitness : 2014-03-06 Binky Moon, LLC
|
8172
8183
|
fitness
|
8173
8184
|
|
8174
|
-
// flickr : 2015-04-02
|
8185
|
+
// flickr : 2015-04-02 Flickr, Inc.
|
8175
8186
|
flickr
|
8176
8187
|
|
8177
8188
|
// flights : 2013-12-05 Binky Moon, LLC
|
@@ -8183,7 +8194,7 @@ flir
|
|
8183
8194
|
// florist : 2013-11-07 Binky Moon, LLC
|
8184
8195
|
florist
|
8185
8196
|
|
8186
|
-
// flowers : 2014-10-09
|
8197
|
+
// flowers : 2014-10-09 UNR Corp.
|
8187
8198
|
flowers
|
8188
8199
|
|
8189
8200
|
// fly : 2014-05-08 Charleston Road Registry Inc.
|
@@ -8273,7 +8284,7 @@ gallo
|
|
8273
8284
|
// gallup : 2015-02-19 Gallup, Inc.
|
8274
8285
|
gallup
|
8275
8286
|
|
8276
|
-
// game : 2015-05-28
|
8287
|
+
// game : 2015-05-28 UNR Corp.
|
8277
8288
|
game
|
8278
8289
|
|
8279
8290
|
// games : 2015-05-28 Dog Beach, LLC
|
@@ -8411,7 +8422,7 @@ guge
|
|
8411
8422
|
// guide : 2013-09-13 Binky Moon, LLC
|
8412
8423
|
guide
|
8413
8424
|
|
8414
|
-
// guitars : 2013-11-14
|
8425
|
+
// guitars : 2013-11-14 UNR Corp.
|
8415
8426
|
guitars
|
8416
8427
|
|
8417
8428
|
// guru : 2013-08-27 Binky Moon, LLC
|
@@ -8444,7 +8455,7 @@ health
|
|
8444
8455
|
// healthcare : 2014-06-12 Binky Moon, LLC
|
8445
8456
|
healthcare
|
8446
8457
|
|
8447
|
-
// help : 2014-06-26
|
8458
|
+
// help : 2014-06-26 UNR Corp.
|
8448
8459
|
help
|
8449
8460
|
|
8450
8461
|
// helsinki : 2015-02-05 City of Helsinki
|
@@ -8459,7 +8470,7 @@ hermes
|
|
8459
8470
|
// hgtv : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
8460
8471
|
hgtv
|
8461
8472
|
|
8462
|
-
// hiphop : 2014-03-06
|
8473
|
+
// hiphop : 2014-03-06 UNR Corp.
|
8463
8474
|
hiphop
|
8464
8475
|
|
8465
8476
|
// hisamitsu : 2015-07-16 Hisamitsu Pharmaceutical Co.,Inc.
|
@@ -8468,7 +8479,7 @@ hisamitsu
|
|
8468
8479
|
// hitachi : 2014-10-31 Hitachi, Ltd.
|
8469
8480
|
hitachi
|
8470
8481
|
|
8471
|
-
// hiv : 2014-03-13
|
8482
|
+
// hiv : 2014-03-13 UNR Corp.
|
8472
8483
|
hiv
|
8473
8484
|
|
8474
8485
|
// hkt : 2015-05-14 PCCW-HKT DataCom Services Limited
|
@@ -8507,7 +8518,7 @@ hospital
|
|
8507
8518
|
// host : 2014-04-17 DotHost Inc.
|
8508
8519
|
host
|
8509
8520
|
|
8510
|
-
// hosting : 2014-05-29
|
8521
|
+
// hosting : 2014-05-29 UNR Corp.
|
8511
8522
|
hosting
|
8512
8523
|
|
8513
8524
|
// hot : 2015-08-27 Amazon Registry Services, Inc.
|
@@ -8681,7 +8692,7 @@ jpmorgan
|
|
8681
8692
|
// jprs : 2014-09-18 Japan Registry Services Co., Ltd.
|
8682
8693
|
jprs
|
8683
8694
|
|
8684
|
-
// juegos : 2014-03-20
|
8695
|
+
// juegos : 2014-03-20 UNR Corp.
|
8685
8696
|
juegos
|
8686
8697
|
|
8687
8698
|
// juniper : 2015-07-30 JUNIPER NETWORKS, INC.
|
@@ -8792,7 +8803,7 @@ law
|
|
8792
8803
|
// lawyer : 2014-03-20 Dog Beach, LLC
|
8793
8804
|
lawyer
|
8794
8805
|
|
8795
|
-
// lds : 2014-03-20 IRI Domain Management, LLC
|
8806
|
+
// lds : 2014-03-20 IRI Domain Management, LLC
|
8796
8807
|
lds
|
8797
8808
|
|
8798
8809
|
// lease : 2014-03-06 Binky Moon, LLC
|
@@ -8849,7 +8860,7 @@ lincoln
|
|
8849
8860
|
// linde : 2014-12-04 Linde Aktiengesellschaft
|
8850
8861
|
linde
|
8851
8862
|
|
8852
|
-
// link : 2013-11-14
|
8863
|
+
// link : 2013-11-14 UNR Corp.
|
8853
8864
|
link
|
8854
8865
|
|
8855
8866
|
// lipsy : 2015-06-25 Lipsy Ltd
|
@@ -8867,7 +8878,7 @@ lixil
|
|
8867
8878
|
// llc : 2017-12-14 Afilias Limited
|
8868
8879
|
llc
|
8869
8880
|
|
8870
|
-
// llp : 2019-08-26
|
8881
|
+
// llp : 2019-08-26 UNR Corp.
|
8871
8882
|
llp
|
8872
8883
|
|
8873
8884
|
// loan : 2014-11-20 dot Loan Limited
|
@@ -8885,7 +8896,7 @@ locus
|
|
8885
8896
|
// loft : 2015-07-30 Annco, Inc.
|
8886
8897
|
loft
|
8887
8898
|
|
8888
|
-
// lol : 2015-01-30
|
8899
|
+
// lol : 2015-01-30 UNR Corp.
|
8889
8900
|
lol
|
8890
8901
|
|
8891
8902
|
// london : 2013-11-14 Dot London Domains Limited
|
@@ -9047,7 +9058,7 @@ moe
|
|
9047
9058
|
// moi : 2014-12-18 Amazon Registry Services, Inc.
|
9048
9059
|
moi
|
9049
9060
|
|
9050
|
-
// mom : 2015-04-16
|
9061
|
+
// mom : 2015-04-16 UNR Corp.
|
9051
9062
|
mom
|
9052
9063
|
|
9053
9064
|
// monash : 2013-09-30 Monash University
|
@@ -9059,7 +9070,7 @@ money
|
|
9059
9070
|
// monster : 2015-09-11 XYZ.COM LLC
|
9060
9071
|
monster
|
9061
9072
|
|
9062
|
-
// mormon : 2013-12-05 IRI Domain Management, LLC
|
9073
|
+
// mormon : 2013-12-05 IRI Domain Management, LLC
|
9063
9074
|
mormon
|
9064
9075
|
|
9065
9076
|
// mortgage : 2014-03-20 Dog Beach, LLC
|
@@ -9122,7 +9133,7 @@ netflix
|
|
9122
9133
|
// network : 2013-11-14 Binky Moon, LLC
|
9123
9134
|
network
|
9124
9135
|
|
9125
|
-
// neustar : 2013-12-05
|
9136
|
+
// neustar : 2013-12-05 NeuStar, Inc.
|
9126
9137
|
neustar
|
9127
9138
|
|
9128
9139
|
// new : 2014-01-30 Charleston Road Registry Inc.
|
@@ -9323,7 +9334,7 @@ philips
|
|
9323
9334
|
// phone : 2016-06-02 Dish DBS Corporation
|
9324
9335
|
phone
|
9325
9336
|
|
9326
|
-
// photo : 2013-11-14
|
9337
|
+
// photo : 2013-11-14 UNR Corp.
|
9327
9338
|
photo
|
9328
9339
|
|
9329
9340
|
// photography : 2013-09-20 Binky Moon, LLC
|
@@ -9335,7 +9346,7 @@ photos
|
|
9335
9346
|
// physio : 2014-05-01 PhysBiz Pty Ltd
|
9336
9347
|
physio
|
9337
9348
|
|
9338
|
-
// pics : 2013-11-14
|
9349
|
+
// pics : 2013-11-14 UNR Corp.
|
9339
9350
|
pics
|
9340
9351
|
|
9341
9352
|
// pictet : 2014-06-26 Pictet Europe S.A.
|
@@ -9422,7 +9433,7 @@ promo
|
|
9422
9433
|
// properties : 2013-12-05 Binky Moon, LLC
|
9423
9434
|
properties
|
9424
9435
|
|
9425
|
-
// property : 2014-05-22
|
9436
|
+
// property : 2014-05-22 UNR Corp.
|
9426
9437
|
property
|
9427
9438
|
|
9428
9439
|
// protection : 2015-04-23 XYZ.COM LLC
|
@@ -9542,9 +9553,6 @@ richardli
|
|
9542
9553
|
// ricoh : 2014-11-20 Ricoh Company, Ltd.
|
9543
9554
|
ricoh
|
9544
9555
|
|
9545
|
-
// rightathome : 2015-07-23 Johnson Shareholdings, Inc.
|
9546
|
-
rightathome
|
9547
|
-
|
9548
9556
|
// ril : 2015-04-02 Reliance Industries Limited
|
9549
9557
|
ril
|
9550
9558
|
|
@@ -9674,9 +9682,6 @@ science
|
|
9674
9682
|
// scjohnson : 2015-07-23 Johnson Shareholdings, Inc.
|
9675
9683
|
scjohnson
|
9676
9684
|
|
9677
|
-
// scor : 2014-10-31 SCOR SE
|
9678
|
-
scor
|
9679
|
-
|
9680
9685
|
// scot : 2014-01-23 Dot Scot Registry Limited
|
9681
9686
|
scot
|
9682
9687
|
|
@@ -9716,7 +9721,7 @@ sew
|
|
9716
9721
|
// sex : 2014-11-13 ICM Registry SX LLC
|
9717
9722
|
sex
|
9718
9723
|
|
9719
|
-
// sexy : 2013-09-11
|
9724
|
+
// sexy : 2013-09-11 UNR Corp.
|
9720
9725
|
sexy
|
9721
9726
|
|
9722
9727
|
// sfr : 2015-08-13 Societe Francaise du Radiotelephone - SFR
|
@@ -9920,9 +9925,6 @@ swiss
|
|
9920
9925
|
// sydney : 2014-09-18 State of New South Wales, Department of Premier and Cabinet
|
9921
9926
|
sydney
|
9922
9927
|
|
9923
|
-
// symantec : 2014-12-04 Symantec Corporation
|
9924
|
-
symantec
|
9925
|
-
|
9926
9928
|
// systems : 2013-11-07 Binky Moon, LLC
|
9927
9929
|
systems
|
9928
9930
|
|
@@ -9947,7 +9949,7 @@ tatamotors
|
|
9947
9949
|
// tatar : 2014-04-24 Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"
|
9948
9950
|
tatar
|
9949
9951
|
|
9950
|
-
// tattoo : 2013-08-30
|
9952
|
+
// tattoo : 2013-08-30 UNR Corp.
|
9951
9953
|
tattoo
|
9952
9954
|
|
9953
9955
|
// tax : 2014-03-20 Binky Moon, LLC
|
@@ -10076,7 +10078,7 @@ travelers
|
|
10076
10078
|
// travelersinsurance : 2015-03-26 Travelers TLD, LLC
|
10077
10079
|
travelersinsurance
|
10078
10080
|
|
10079
|
-
// trust : 2014-10-16 NCC Group Inc.
|
10081
|
+
// trust : 2014-10-16 NCC Group Domain Services, Inc.
|
10080
10082
|
trust
|
10081
10083
|
|
10082
10084
|
// trv : 2015-03-26 Travelers TLD, LLC
|
@@ -10490,9 +10492,6 @@ xin
|
|
10490
10492
|
// xn--kcrx77d1x4a : 2014-11-07 Koninklijke Philips N.V.
|
10491
10493
|
飞利浦
|
10492
10494
|
|
10493
|
-
// xn--kpu716f : 2014-12-22 Richemont DNS Inc.
|
10494
|
-
手表
|
10495
|
-
|
10496
10495
|
// xn--kput3i : 2014-02-13 Beijing RITT-Net Technology Development Co., Ltd
|
10497
10496
|
手机
|
10498
10497
|
|
@@ -10547,9 +10546,6 @@ xin
|
|
10547
10546
|
// xn--p1acf : 2013-12-12 Rusnames Limited
|
10548
10547
|
рус
|
10549
10548
|
|
10550
|
-
// xn--pbt977c : 2014-12-22 Richemont DNS Inc.
|
10551
|
-
珠宝
|
10552
|
-
|
10553
10549
|
// xn--pssy2u : 2015-01-15 VeriSign Sarl
|
10554
10550
|
大拿
|
10555
10551
|
|
@@ -10666,6 +10662,9 @@ cc.ua
|
|
10666
10662
|
inf.ua
|
10667
10663
|
ltd.ua
|
10668
10664
|
|
10665
|
+
// 611coin : https://611project.org/
|
10666
|
+
611.to
|
10667
|
+
|
10669
10668
|
// Adobe : https://www.adobe.com/
|
10670
10669
|
// Submitted by Ian Boston <boston@adobe.com>
|
10671
10670
|
adobeaemcloud.com
|
@@ -10685,6 +10684,16 @@ barsy.ca
|
|
10685
10684
|
*.compute.estate
|
10686
10685
|
*.alces.network
|
10687
10686
|
|
10687
|
+
// all-inkl.com : https://all-inkl.com
|
10688
|
+
// Submitted by Werner Kaltofen <wk@all-inkl.com>
|
10689
|
+
kasserver.com
|
10690
|
+
|
10691
|
+
// Algorithmia, Inc. : algorithmia.com
|
10692
|
+
// Submitted by Eli Perelman <eperelman@algorithmia.io>
|
10693
|
+
*.algorithmia.com
|
10694
|
+
!teams.algorithmia.com
|
10695
|
+
!test.algorithmia.com
|
10696
|
+
|
10688
10697
|
// Altervista: https://www.altervista.org
|
10689
10698
|
// Submitted by Carlo Cannas <tech_staff@altervista.it>
|
10690
10699
|
altervista.org
|
@@ -10849,8 +10858,11 @@ backplaneapp.io
|
|
10849
10858
|
balena-devices.com
|
10850
10859
|
|
10851
10860
|
// Banzai Cloud
|
10852
|
-
// Submitted by
|
10861
|
+
// Submitted by Janos Matyas <info@banzaicloud.com>
|
10862
|
+
*.banzai.cloud
|
10853
10863
|
app.banzaicloud.io
|
10864
|
+
*.backyards.banzaicloud.io
|
10865
|
+
|
10854
10866
|
|
10855
10867
|
// BetaInABox
|
10856
10868
|
// Submitted by Adrian <adrian@betainabox.com>
|
@@ -10904,33 +10916,36 @@ uwu.ai
|
|
10904
10916
|
// CentralNic : http://www.centralnic.com/names/domains
|
10905
10917
|
// Submitted by registry <gavin.brown@centralnic.com>
|
10906
10918
|
ae.org
|
10907
|
-
ar.com
|
10908
10919
|
br.com
|
10909
10920
|
cn.com
|
10910
10921
|
com.de
|
10911
10922
|
com.se
|
10912
10923
|
de.com
|
10913
10924
|
eu.com
|
10914
|
-
gb.com
|
10915
10925
|
gb.net
|
10916
|
-
hu.com
|
10917
10926
|
hu.net
|
10918
10927
|
jp.net
|
10919
10928
|
jpn.com
|
10920
|
-
kr.com
|
10921
10929
|
mex.com
|
10922
|
-
no.com
|
10923
|
-
qc.com
|
10924
10930
|
ru.com
|
10925
10931
|
sa.com
|
10926
10932
|
se.net
|
10927
10933
|
uk.com
|
10928
10934
|
uk.net
|
10929
10935
|
us.com
|
10930
|
-
uy.com
|
10931
10936
|
za.bz
|
10932
10937
|
za.com
|
10933
10938
|
|
10939
|
+
// No longer operated by CentralNic, these entries should be adopted and/or removed by current operators
|
10940
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10941
|
+
ar.com
|
10942
|
+
gb.com
|
10943
|
+
hu.com
|
10944
|
+
kr.com
|
10945
|
+
no.com
|
10946
|
+
qc.com
|
10947
|
+
uy.com
|
10948
|
+
|
10934
10949
|
// Africa.com Web Solutions Ltd : https://registry.africa.com
|
10935
10950
|
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10936
10951
|
africa.com
|
@@ -10942,6 +10957,7 @@ gr.com
|
|
10942
10957
|
// Radix FZC : http://domains.in.net
|
10943
10958
|
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10944
10959
|
in.net
|
10960
|
+
web.in
|
10945
10961
|
|
10946
10962
|
// US REGISTRY LLC : http://us.org
|
10947
10963
|
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
@@ -10951,6 +10967,21 @@ us.org
|
|
10951
10967
|
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10952
10968
|
co.com
|
10953
10969
|
|
10970
|
+
// Roar Domains LLC : https://roar.basketball/
|
10971
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10972
|
+
aus.basketball
|
10973
|
+
nz.basketball
|
10974
|
+
|
10975
|
+
// BRS Media : https://brsmedia.com/
|
10976
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10977
|
+
radio.am
|
10978
|
+
radio.fm
|
10979
|
+
|
10980
|
+
// Globe Hosting SRL : https://www.globehosting.com/
|
10981
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
10982
|
+
co.ro
|
10983
|
+
shop.ro
|
10984
|
+
|
10954
10985
|
// c.la : http://www.c.la/
|
10955
10986
|
c.la
|
10956
10987
|
|
@@ -11116,6 +11147,12 @@ curv.dev
|
|
11116
11147
|
cyon.link
|
11117
11148
|
cyon.site
|
11118
11149
|
|
11150
|
+
// Danger Science Group: https://dangerscience.com/
|
11151
|
+
// Submitted by Skylar MacDonald <skylar@dangerscience.com>
|
11152
|
+
fnwk.site
|
11153
|
+
folionetwork.site
|
11154
|
+
platform0.app
|
11155
|
+
|
11119
11156
|
// Daplie, Inc : https://daplie.com
|
11120
11157
|
// Submitted by AJ ONeal <aj@daplie.com>
|
11121
11158
|
daplie.me
|
@@ -11163,6 +11200,10 @@ debian.net
|
|
11163
11200
|
// Submitted by Peter Thomassen <peter@desec.io>
|
11164
11201
|
dedyn.io
|
11165
11202
|
|
11203
|
+
// DNS Africa Ltd https://dns.business
|
11204
|
+
// Submitted by Calvin Browne <calvin@dns.business>
|
11205
|
+
jozi.biz
|
11206
|
+
|
11166
11207
|
// DNShome : https://www.dnshome.de/
|
11167
11208
|
// Submitted by Norbert Auler <mail@dnshome.de>
|
11168
11209
|
dnshome.de
|
@@ -11193,6 +11234,9 @@ drud.us
|
|
11193
11234
|
// Submitted by Richard Harper <richard@duckdns.org>
|
11194
11235
|
duckdns.org
|
11195
11236
|
|
11237
|
+
// bitbridge.net : Submitted by Craig Welch, abeliidev@gmail.com
|
11238
|
+
bitbridge.net
|
11239
|
+
|
11196
11240
|
// dy.fi : http://dy.fi/
|
11197
11241
|
// Submitted by Heikki Hannikainen <hessu@hes.iki.fi>
|
11198
11242
|
dy.fi
|
@@ -11728,12 +11772,11 @@ global.ssl.fastly.net
|
|
11728
11772
|
|
11729
11773
|
// FASTVPS EESTI OU : https://fastvps.ru/
|
11730
11774
|
// Submitted by Likhachev Vasiliy <lihachev@fastvps.ru>
|
11731
|
-
fastpanel.direct
|
11732
11775
|
fastvps-server.com
|
11733
|
-
|
11776
|
+
fastvps.host
|
11734
11777
|
myfast.host
|
11735
11778
|
fastvps.site
|
11736
|
-
|
11779
|
+
myfast.space
|
11737
11780
|
|
11738
11781
|
// Featherhead : https://featherhead.xyz/
|
11739
11782
|
// Submitted by Simon Menke <simon@featherhead.xyz>
|
@@ -11772,6 +11815,12 @@ filegear-sg.me
|
|
11772
11815
|
// Submitted by Chris Raynor <chris@firebase.com>
|
11773
11816
|
firebaseapp.com
|
11774
11817
|
|
11818
|
+
// fly.io: https://fly.io
|
11819
|
+
// Submitted by Kurt Mackey <kurt@fly.io>
|
11820
|
+
fly.dev
|
11821
|
+
edgeapp.net
|
11822
|
+
shw.io
|
11823
|
+
|
11775
11824
|
// Flynn : https://flynn.io
|
11776
11825
|
// Submitted by Jonathan Rudenberg <jonathan@flynn.io>
|
11777
11826
|
flynnhosting.net
|
@@ -11793,6 +11842,10 @@ freeboxos.fr
|
|
11793
11842
|
// Submitted by Daniel Stone <daniel@fooishbar.org>
|
11794
11843
|
freedesktop.org
|
11795
11844
|
|
11845
|
+
// FunkFeuer - Verein zur Förderung freier Netze : https://www.funkfeuer.at
|
11846
|
+
// Submitted by Daniel A. Maierhofer <vorstand@funkfeuer.at>
|
11847
|
+
wien.funkfeuer.at
|
11848
|
+
|
11796
11849
|
// Futureweb OG : http://www.futureweb.at
|
11797
11850
|
// Submitted by Andreas Schnederle-Wagner <schnederle@futureweb.at>
|
11798
11851
|
*.futurecms.at
|
@@ -11816,6 +11869,7 @@ usercontent.jp
|
|
11816
11869
|
// Gentlent, Inc. : https://www.gentlent.com
|
11817
11870
|
// Submitted by Tom Klein <tom@gentlent.com>
|
11818
11871
|
gentapps.com
|
11872
|
+
gentlentapis.com
|
11819
11873
|
lab.ms
|
11820
11874
|
|
11821
11875
|
// GitHub, Inc.
|
@@ -11827,6 +11881,10 @@ githubusercontent.com
|
|
11827
11881
|
// Submitted by Alex Hanselka <alex@gitlab.com>
|
11828
11882
|
gitlab.io
|
11829
11883
|
|
11884
|
+
// Gitplac.si - https://gitplac.si
|
11885
|
+
// Submitted by Aljaž Starc <me@aljaxus.eu>
|
11886
|
+
gitpage.si
|
11887
|
+
|
11830
11888
|
// Glitch, Inc : https://glitch.com
|
11831
11889
|
// Submitted by Mads Hartmann <mads@glitch.com>
|
11832
11890
|
glitch.me
|
@@ -11840,6 +11898,10 @@ lolipop.io
|
|
11840
11898
|
cloudapps.digital
|
11841
11899
|
london.cloudapps.digital
|
11842
11900
|
|
11901
|
+
// GOV.UK Pay : https://www.payments.service.gov.uk/
|
11902
|
+
// Submitted by Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
|
11903
|
+
pymnt.uk
|
11904
|
+
|
11843
11905
|
// UKHomeOffice : https://www.gov.uk/government/organisations/home-office
|
11844
11906
|
// Submitted by Jon Shanks <jon.shanks@digital.homeoffice.gov.uk>
|
11845
11907
|
homeoffice.gov.uk
|
@@ -11847,7 +11909,6 @@ homeoffice.gov.uk
|
|
11847
11909
|
// GlobeHosting, Inc.
|
11848
11910
|
// Submitted by Zoltan Egresi <egresi@globehosting.com>
|
11849
11911
|
ro.im
|
11850
|
-
shop.ro
|
11851
11912
|
|
11852
11913
|
// GoIP DNS Services : http://www.goip.de
|
11853
11914
|
// Submitted by Christian Poulter <milchstrasse@goip.de>
|
@@ -12006,6 +12067,9 @@ ngo.ng
|
|
12006
12067
|
ng.school
|
12007
12068
|
sch.so
|
12008
12069
|
|
12070
|
+
// HostyHosting (hostyhosting.com)
|
12071
|
+
hostyhosting.io
|
12072
|
+
|
12009
12073
|
// Häkkinen.fi
|
12010
12074
|
// Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
|
12011
12075
|
häkkinen.fi
|
@@ -12074,6 +12138,10 @@ to.leg.br
|
|
12074
12138
|
// Submitted by Wolfgang Schwarz <admin@intermetrics.de>
|
12075
12139
|
pixolino.com
|
12076
12140
|
|
12141
|
+
// Internet-Pro, LLP: https://netangels.ru/
|
12142
|
+
// Submited by Vasiliy Sheredeko <piphon@gmail.com>
|
12143
|
+
na4u.ru
|
12144
|
+
|
12077
12145
|
// IPiFony Systems, Inc. : https://www.ipifony.com/
|
12078
12146
|
// Submitted by Matthew Hardeman <mhardeman@ipifony.com>
|
12079
12147
|
ipifony.net
|
@@ -12089,6 +12157,32 @@ iserv.dev
|
|
12089
12157
|
// Submitted by Yuji Minagawa <domains-admin@iodata.jp>
|
12090
12158
|
iobb.net
|
12091
12159
|
|
12160
|
+
//Jelastic, Inc. : https://jelastic.com/
|
12161
|
+
// Submited by Ihor Kolodyuk <ik@jelastic.com>
|
12162
|
+
appengine.flow.ch
|
12163
|
+
vip.jelastic.cloud
|
12164
|
+
jele.cloud
|
12165
|
+
jele.club
|
12166
|
+
dopaas.com
|
12167
|
+
hidora.com
|
12168
|
+
jcloud.ik-server.com
|
12169
|
+
demo.jelastic.com
|
12170
|
+
paas.massivegrid.com
|
12171
|
+
j.scaleforce.com.cy
|
12172
|
+
jelastic.dogado.eu
|
12173
|
+
fi.cloudplatform.fi
|
12174
|
+
paas.datacenter.fi
|
12175
|
+
jele.host
|
12176
|
+
mircloud.host
|
12177
|
+
jele.io
|
12178
|
+
cloudjiffy.net
|
12179
|
+
jls-sto1.elastx.net
|
12180
|
+
jelastic.saveincloud.net
|
12181
|
+
jelastic.regruhosting.ru
|
12182
|
+
jele.site
|
12183
|
+
jelastic.team
|
12184
|
+
j.layershift.co.uk
|
12185
|
+
|
12092
12186
|
// Jino : https://www.jino.ru
|
12093
12187
|
// Submitted by Sergey Ulyashin <ulyashin@jino.ru>
|
12094
12188
|
myjino.ru
|
@@ -12174,7 +12268,8 @@ linkyard-cloud.ch
|
|
12174
12268
|
// Linode : https://linode.com
|
12175
12269
|
// Submitted by <security@linode.com>
|
12176
12270
|
members.linode.com
|
12177
|
-
nodebalancer.linode.com
|
12271
|
+
*.nodebalancer.linode.com
|
12272
|
+
*.linodeobjects.com
|
12178
12273
|
|
12179
12274
|
// LiquidNet Ltd : http://www.liquidnetlimited.com/
|
12180
12275
|
// Submitted by Victor Velchev <admin@liquidnetlimited.com>
|
@@ -12243,6 +12338,15 @@ mayfirst.org
|
|
12243
12338
|
// Submitted by Ilya Zaretskiy <zaretskiy@corp.mail.ru>
|
12244
12339
|
hb.cldmail.ru
|
12245
12340
|
|
12341
|
+
// mcpe.me : https://mcpe.me
|
12342
|
+
// Submitted by Noa Heyl <hi@noa.dev>
|
12343
|
+
mcpe.me
|
12344
|
+
|
12345
|
+
// McHost : https://mchost.ru
|
12346
|
+
// Submitted by Evgeniy Subbotin <e.subbotin@mchost.ru>
|
12347
|
+
mcdir.ru
|
12348
|
+
vps.mcdir.ru
|
12349
|
+
|
12246
12350
|
// Memset hosting : https://www.memset.com
|
12247
12351
|
// Submitted by Tom Whitwell <domains@memset.com>
|
12248
12352
|
miniserver.com
|
@@ -12250,7 +12354,7 @@ memset.net
|
|
12250
12354
|
|
12251
12355
|
// MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
|
12252
12356
|
// Submitted by Zdeněk Šustr <zdenek.sustr@cesnet.cz>
|
12253
|
-
cloud.metacentrum.cz
|
12357
|
+
*.cloud.metacentrum.cz
|
12254
12358
|
custom.metacentrum.cz
|
12255
12359
|
|
12256
12360
|
// MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
|
@@ -12273,6 +12377,14 @@ azurewebsites.net
|
|
12273
12377
|
azure-mobile.net
|
12274
12378
|
cloudapp.net
|
12275
12379
|
|
12380
|
+
// minion.systems : http://minion.systems
|
12381
|
+
// Submitted by Robert Böttinger <r@minion.systems>
|
12382
|
+
csx.cc
|
12383
|
+
|
12384
|
+
// MobileEducation, LLC : https://joinforte.com
|
12385
|
+
// Submitted by Grayson Martin <grayson.martin@mobileeducation.us>
|
12386
|
+
forte.id
|
12387
|
+
|
12276
12388
|
// Mozilla Corporation : https://mozilla.com
|
12277
12389
|
// Submitted by Ben Francis <bfrancis@mozilla.com>
|
12278
12390
|
mozilla-iot.org
|
@@ -12287,6 +12399,19 @@ net.ru
|
|
12287
12399
|
org.ru
|
12288
12400
|
pp.ru
|
12289
12401
|
|
12402
|
+
// Mythic Beasts : https://www.mythic-beasts.com
|
12403
|
+
// Submitted by Paul Cammish <kelduum@mythic-beasts.com>
|
12404
|
+
hostedpi.com
|
12405
|
+
customer.mythic-beasts.com
|
12406
|
+
lynx.mythic-beasts.com
|
12407
|
+
ocelot.mythic-beasts.com
|
12408
|
+
onza.mythic-beasts.com
|
12409
|
+
sphinx.mythic-beasts.com
|
12410
|
+
vs.mythic-beasts.com
|
12411
|
+
x.mythic-beasts.com
|
12412
|
+
yali.mythic-beasts.com
|
12413
|
+
cust.retrosnub.co.uk
|
12414
|
+
|
12290
12415
|
// Nabu Casa : https://www.nabucasa.com
|
12291
12416
|
// Submitted by Paulus Schoutsen <infra@nabucasa.com>
|
12292
12417
|
ui.nabu.casa
|
@@ -12313,9 +12438,7 @@ nctu.me
|
|
12313
12438
|
|
12314
12439
|
// Netlify : https://www.netlify.com
|
12315
12440
|
// Submitted by Jessica Parsons <jessica@netlify.com>
|
12316
|
-
bitballoon.com
|
12317
12441
|
netlify.app
|
12318
|
-
netlify.com
|
12319
12442
|
|
12320
12443
|
// Neustar Inc.
|
12321
12444
|
// Submitted by Trung Tran <Trung.Tran@neustar.biz>
|
@@ -12533,14 +12656,26 @@ static.observableusercontent.com
|
|
12533
12656
|
// Submitted by Andrew Sampson <andrew@ulterius.io>
|
12534
12657
|
cya.gg
|
12535
12658
|
|
12659
|
+
// OMG.LOL : <https://omg.lol>
|
12660
|
+
// Submitted by Adam Newbold <adam@omg.lol>
|
12661
|
+
omg.lol
|
12662
|
+
|
12536
12663
|
// Omnibond Systems, LLC. : https://www.omnibond.com
|
12537
12664
|
// Submitted by Cole Estep <cole@omnibond.com>
|
12538
12665
|
cloudycluster.net
|
12539
12666
|
|
12667
|
+
// OmniWe Limited: https://omniwe.com
|
12668
|
+
// Submitted by Vicary Archangel <vicary@omniwe.com>
|
12669
|
+
omniwe.site
|
12670
|
+
|
12540
12671
|
// One Fold Media : http://www.onefoldmedia.com/
|
12541
12672
|
// Submitted by Eddie Jones <eddie@onefoldmedia.com>
|
12542
12673
|
nid.io
|
12543
12674
|
|
12675
|
+
// Open Social : https://www.getopensocial.com/
|
12676
|
+
// Submitted by Alexander Varwijk <security@getopensocial.com>
|
12677
|
+
opensocial.site
|
12678
|
+
|
12544
12679
|
// OpenCraft GmbH : http://opencraft.com/
|
12545
12680
|
// Submitted by Sven Marnach <sven@opencraft.com>
|
12546
12681
|
opencraft.hosting
|
@@ -12562,6 +12697,10 @@ outsystemscloud.com
|
|
12562
12697
|
ownprovider.com
|
12563
12698
|
own.pm
|
12564
12699
|
|
12700
|
+
// OwO : https://whats-th.is/
|
12701
|
+
// Submitted by Dean Sheather <dean@deansheather.com>
|
12702
|
+
*.owo.codes
|
12703
|
+
|
12565
12704
|
// OX : http://www.ox.rs
|
12566
12705
|
// Submitted by Adam Grand <webmaster@mail.ox.rs>
|
12567
12706
|
ox.rs
|
@@ -12578,6 +12717,17 @@ pgfog.com
|
|
12578
12717
|
// Submitted by Jason Kriss <jason@pagefronthq.com>
|
12579
12718
|
pagefrontapp.com
|
12580
12719
|
|
12720
|
+
// PageXL : https://pagexl.com
|
12721
|
+
// Submitted by Yann Guichard <yann@pagexl.com>
|
12722
|
+
pagexl.com
|
12723
|
+
|
12724
|
+
// pcarrier.ca Software Inc: https://pcarrier.ca/
|
12725
|
+
// Submitted by Pierre Carrier <pc@rrier.ca>
|
12726
|
+
bar0.net
|
12727
|
+
bar1.net
|
12728
|
+
bar2.net
|
12729
|
+
rdv.to
|
12730
|
+
|
12581
12731
|
// .pl domains (grandfathered)
|
12582
12732
|
art.pl
|
12583
12733
|
gliwice.pl
|
@@ -12605,7 +12755,10 @@ on-web.fr
|
|
12605
12755
|
|
12606
12756
|
// Platform.sh : https://platform.sh
|
12607
12757
|
// Submitted by Nikola Kotur <nikola@platform.sh>
|
12608
|
-
|
12758
|
+
bc.platform.sh
|
12759
|
+
ent.platform.sh
|
12760
|
+
eu.platform.sh
|
12761
|
+
us.platform.sh
|
12609
12762
|
*.platformsh.site
|
12610
12763
|
|
12611
12764
|
// Platter: https://platter.dev
|
@@ -12614,6 +12767,12 @@ platter-app.com
|
|
12614
12767
|
platter-app.dev
|
12615
12768
|
platterp.us
|
12616
12769
|
|
12770
|
+
// Plesk : https://www.plesk.com/
|
12771
|
+
// Submitted by Anton Akhtyamov <program-managers@plesk.com>
|
12772
|
+
pdns.page
|
12773
|
+
plesk.page
|
12774
|
+
pleskns.com
|
12775
|
+
|
12617
12776
|
// Port53 : https://port53.io/
|
12618
12777
|
// Submitted by Maximilian Schieder <maxi@zeug.co>
|
12619
12778
|
dyn53.io
|
@@ -12696,6 +12855,10 @@ vaporcloud.io
|
|
12696
12855
|
rackmaze.com
|
12697
12856
|
rackmaze.net
|
12698
12857
|
|
12858
|
+
// Rakuten Games, Inc : https://dev.viberplay.io
|
12859
|
+
// Submitted by Joshua Zhang <public-suffix@rgames.jp>
|
12860
|
+
g.vbrplsbx.io
|
12861
|
+
|
12699
12862
|
// Rancher Labs, Inc : https://rancher.com
|
12700
12863
|
// Submitted by Vincent Fiduccia <domains@rancher.com>
|
12701
12864
|
*.on-k3s.io
|
@@ -12773,6 +12936,10 @@ my-firewall.org
|
|
12773
12936
|
myfirewall.org
|
12774
12937
|
spdns.org
|
12775
12938
|
|
12939
|
+
// Seidat : https://www.seidat.com
|
12940
|
+
// Submitted by Artem Kondratev <accounts@seidat.com>
|
12941
|
+
seidat.net
|
12942
|
+
|
12776
12943
|
// Senseering GmbH : https://www.senseering.de
|
12777
12944
|
// Submitted by Felix Mönckemeyer <f.moenckemeyer@senseering.de>
|
12778
12945
|
senseering.net
|
@@ -12821,6 +12988,10 @@ bounty-full.com
|
|
12821
12988
|
alpha.bounty-full.com
|
12822
12989
|
beta.bounty-full.com
|
12823
12990
|
|
12991
|
+
// Small Technology Foundation : https://small-tech.org
|
12992
|
+
// Submitted by Aral Balkan <aral@small-tech.org>
|
12993
|
+
small-web.org
|
12994
|
+
|
12824
12995
|
// Stackhero : https://www.stackhero.io
|
12825
12996
|
// Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
|
12826
12997
|
stackhero-network.com
|
@@ -12933,6 +13104,8 @@ cust.dev.thingdust.io
|
|
12933
13104
|
cust.disrec.thingdust.io
|
12934
13105
|
cust.prod.thingdust.io
|
12935
13106
|
cust.testing.thingdust.io
|
13107
|
+
*.firenet.ch
|
13108
|
+
*.svc.firenet.ch
|
12936
13109
|
|
12937
13110
|
// Tlon.io : https://tlon.io
|
12938
13111
|
// Submitted by Mark Staarink <mark@tlon.io>
|
@@ -13022,6 +13195,12 @@ lib.de.us
|
|
13022
13195
|
// Submitted by Danko Aleksejevs <danko@very.lv>
|
13023
13196
|
2038.io
|
13024
13197
|
|
13198
|
+
// Vercel, Inc : https://vercel.com/
|
13199
|
+
// Submitted by Connor Davis <security@vercel.com>
|
13200
|
+
vercel.app
|
13201
|
+
vercel.dev
|
13202
|
+
now.sh
|
13203
|
+
|
13025
13204
|
// Viprinet Europe GmbH : http://www.viprinet.com
|
13026
13205
|
// Submitted by Simon Kissel <hostmaster@viprinet.com>
|
13027
13206
|
router.management
|
@@ -13034,6 +13213,49 @@ v-info.info
|
|
13034
13213
|
// Submitted by Nathan van Bakel <info@voorloper.com>
|
13035
13214
|
voorloper.cloud
|
13036
13215
|
|
13216
|
+
// Voxel.sh DNS : https://voxel.sh/dns/
|
13217
|
+
// Submitted by Mia Rehlinger <dns@voxel.sh>
|
13218
|
+
neko.am
|
13219
|
+
nyaa.am
|
13220
|
+
be.ax
|
13221
|
+
cat.ax
|
13222
|
+
es.ax
|
13223
|
+
eu.ax
|
13224
|
+
gg.ax
|
13225
|
+
mc.ax
|
13226
|
+
us.ax
|
13227
|
+
xy.ax
|
13228
|
+
nl.ci
|
13229
|
+
xx.gl
|
13230
|
+
app.gp
|
13231
|
+
blog.gt
|
13232
|
+
de.gt
|
13233
|
+
to.gt
|
13234
|
+
be.gy
|
13235
|
+
cc.hn
|
13236
|
+
blog.kg
|
13237
|
+
io.kg
|
13238
|
+
jp.kg
|
13239
|
+
tv.kg
|
13240
|
+
uk.kg
|
13241
|
+
us.kg
|
13242
|
+
de.ls
|
13243
|
+
at.md
|
13244
|
+
de.md
|
13245
|
+
jp.md
|
13246
|
+
to.md
|
13247
|
+
uwu.nu
|
13248
|
+
indie.porn
|
13249
|
+
vxl.sh
|
13250
|
+
ch.tc
|
13251
|
+
me.tc
|
13252
|
+
we.tc
|
13253
|
+
nyan.to
|
13254
|
+
at.vg
|
13255
|
+
blog.vu
|
13256
|
+
dev.vu
|
13257
|
+
me.vu
|
13258
|
+
|
13037
13259
|
// V.UA Domain Administrator : https://domain.v.ua/
|
13038
13260
|
// Submitted by Serhii Rostilo <sergey@rostilo.kiev.ua>
|
13039
13261
|
v.ua
|
@@ -13056,6 +13278,10 @@ wedeploy.sh
|
|
13056
13278
|
// Submitted by Jung Jin <jungseok.jin@wdc.com>
|
13057
13279
|
remotewd.com
|
13058
13280
|
|
13281
|
+
// WIARD Enterprises : https://wiardweb.com
|
13282
|
+
// Submitted by Kidd Hustle <kiddhustle@wiardweb.com>
|
13283
|
+
pages.wiardweb.com
|
13284
|
+
|
13059
13285
|
// Wikimedia Labs : https://wikitech.wikimedia.org
|
13060
13286
|
// Submitted by Arturo Borrero Gonzalez <aborrero@wikimedia.org>
|
13061
13287
|
wmflabs.org
|
@@ -13075,6 +13301,10 @@ diskussionsbereich.de
|
|
13075
13301
|
community-pro.net
|
13076
13302
|
meinforum.net
|
13077
13303
|
|
13304
|
+
// www.com.vc : http://www.com.vc
|
13305
|
+
// Submitted by Li Hui <lihui@sinopub.com>
|
13306
|
+
cn.vu
|
13307
|
+
|
13078
13308
|
// XenonCloud GbR: https://xenoncloud.net
|
13079
13309
|
// Submitted by Julian Uphoff <publicsuffixlist@xenoncloud.net>
|
13080
13310
|
half.host
|
@@ -13125,10 +13355,6 @@ noho.st
|
|
13125
13355
|
za.net
|
13126
13356
|
za.org
|
13127
13357
|
|
13128
|
-
// Zeit, Inc. : https://zeit.domains/
|
13129
|
-
// Submitted by Olli Vanhoja <olli@zeit.co>
|
13130
|
-
now.sh
|
13131
|
-
|
13132
13358
|
// Zine EOOD : https://zine.bg/
|
13133
13359
|
// Submitted by Martin Angelov <martin@zine.bg>
|
13134
13360
|
bss.design
|
@@ -13143,4 +13369,12 @@ enterprisecloud.nu
|
|
13143
13369
|
// Submitted by Ben Aubin <security@mintere.com>
|
13144
13370
|
mintere.site
|
13145
13371
|
|
13372
|
+
// WP Engine : https://wpengine.com/
|
13373
|
+
// Submitted by Michael Smith <michael.smith@wpengine.com>
|
13374
|
+
wpenginepowered.com
|
13375
|
+
|
13376
|
+
// Impertrix Solutions : <https://impertrixcdn.com>
|
13377
|
+
// Submitted by Zhixiang Zhao <csuite@impertrix.com>
|
13378
|
+
impertrixcdn.com
|
13379
|
+
impertrix.com
|
13146
13380
|
// ===END PRIVATE DOMAINS===
|