@browserless.io/browserless 2.20.2 → 2.21.1
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.
- package/CHANGELOG.md +15 -1
- package/bin/browserless.js +2 -1
- package/build/browserless.js +3 -2
- package/build/browsers/index.d.ts +3 -2
- package/build/browsers/index.js +3 -1
- package/build/routes/chrome/http/content.post.body.json +8 -8
- package/build/routes/chrome/http/pdf.post.body.json +8 -8
- package/build/routes/chrome/http/scrape.post.body.json +8 -8
- package/build/routes/chrome/http/screenshot.post.body.json +8 -8
- package/build/routes/chrome/tests/pdf.spec.js +24 -12
- package/build/routes/chromium/http/content.post.body.json +8 -8
- package/build/routes/chromium/http/pdf.post.body.json +8 -8
- package/build/routes/chromium/http/scrape.post.body.json +8 -8
- package/build/routes/chromium/http/screenshot.post.body.json +8 -8
- package/build/routes/chromium/tests/pdf.spec.js +24 -12
- package/build/shared/pdf.http.js +10 -5
- package/docker/sdk/Dockerfile +11 -0
- package/extensions/ublock/_locales/ar/messages.json +5 -1
- package/extensions/ublock/_locales/az/messages.json +4 -0
- package/extensions/ublock/_locales/be/messages.json +4 -0
- package/extensions/ublock/_locales/bg/messages.json +4 -0
- package/extensions/ublock/_locales/bn/messages.json +4 -0
- package/extensions/ublock/_locales/br_FR/messages.json +9 -5
- package/extensions/ublock/_locales/bs/messages.json +4 -0
- package/extensions/ublock/_locales/ca/messages.json +5 -1
- package/extensions/ublock/_locales/cs/messages.json +4 -0
- package/extensions/ublock/_locales/cv/messages.json +4 -0
- package/extensions/ublock/_locales/cy/messages.json +4 -0
- package/extensions/ublock/_locales/da/messages.json +4 -0
- package/extensions/ublock/_locales/de/messages.json +4 -0
- package/extensions/ublock/_locales/el/messages.json +8 -4
- package/extensions/ublock/_locales/en/messages.json +4 -0
- package/extensions/ublock/_locales/en_GB/messages.json +4 -0
- package/extensions/ublock/_locales/eo/messages.json +9 -5
- package/extensions/ublock/_locales/es/messages.json +4 -0
- package/extensions/ublock/_locales/et/messages.json +4 -0
- package/extensions/ublock/_locales/eu/messages.json +4 -0
- package/extensions/ublock/_locales/fa/messages.json +4 -0
- package/extensions/ublock/_locales/fi/messages.json +6 -2
- package/extensions/ublock/_locales/fil/messages.json +4 -0
- package/extensions/ublock/_locales/fr/messages.json +4 -0
- package/extensions/ublock/_locales/fy/messages.json +4 -0
- package/extensions/ublock/_locales/gl/messages.json +12 -8
- package/extensions/ublock/_locales/gu/messages.json +4 -0
- package/extensions/ublock/_locales/he/messages.json +4 -0
- package/extensions/ublock/_locales/hi/messages.json +4 -0
- package/extensions/ublock/_locales/hr/messages.json +4 -0
- package/extensions/ublock/_locales/hu/messages.json +68 -64
- package/extensions/ublock/_locales/hy/messages.json +4 -0
- package/extensions/ublock/_locales/id/messages.json +6 -2
- package/extensions/ublock/_locales/it/messages.json +4 -0
- package/extensions/ublock/_locales/ja/messages.json +4 -0
- package/extensions/ublock/_locales/ka/messages.json +4 -0
- package/extensions/ublock/_locales/kk/messages.json +4 -0
- package/extensions/ublock/_locales/kn/messages.json +4 -0
- package/extensions/ublock/_locales/ko/messages.json +4 -0
- package/extensions/ublock/_locales/lt/messages.json +4 -0
- package/extensions/ublock/_locales/lv/messages.json +4 -0
- package/extensions/ublock/_locales/mk/messages.json +4 -0
- package/extensions/ublock/_locales/ml/messages.json +4 -0
- package/extensions/ublock/_locales/mr/messages.json +4 -0
- package/extensions/ublock/_locales/ms/messages.json +4 -0
- package/extensions/ublock/_locales/nb/messages.json +4 -0
- package/extensions/ublock/_locales/nl/messages.json +4 -0
- package/extensions/ublock/_locales/no/messages.json +4 -0
- package/extensions/ublock/_locales/oc/messages.json +4 -0
- package/extensions/ublock/_locales/pa/messages.json +8 -4
- package/extensions/ublock/_locales/pl/messages.json +4 -0
- package/extensions/ublock/_locales/pt_BR/messages.json +4 -0
- package/extensions/ublock/_locales/pt_PT/messages.json +4 -0
- package/extensions/ublock/_locales/ro/messages.json +4 -0
- package/extensions/ublock/_locales/ru/messages.json +4 -0
- package/extensions/ublock/_locales/si/messages.json +4 -0
- package/extensions/ublock/_locales/sk/messages.json +4 -0
- package/extensions/ublock/_locales/sl/messages.json +4 -0
- package/extensions/ublock/_locales/so/messages.json +4 -0
- package/extensions/ublock/_locales/sq/messages.json +4 -0
- package/extensions/ublock/_locales/sr/messages.json +6 -2
- package/extensions/ublock/_locales/sv/messages.json +4 -0
- package/extensions/ublock/_locales/sw/messages.json +4 -0
- package/extensions/ublock/_locales/ta/messages.json +4 -0
- package/extensions/ublock/_locales/te/messages.json +4 -0
- package/extensions/ublock/_locales/th/messages.json +4 -0
- package/extensions/ublock/_locales/tr/messages.json +4 -0
- package/extensions/ublock/_locales/uk/messages.json +4 -0
- package/extensions/ublock/_locales/ur/messages.json +4 -0
- package/extensions/ublock/_locales/vi/messages.json +4 -0
- package/extensions/ublock/_locales/zh_CN/messages.json +4 -0
- package/extensions/ublock/_locales/zh_TW/messages.json +5 -1
- package/extensions/ublock/assets/assets.json +8 -6
- package/extensions/ublock/assets/resources/scriptlets.js +455 -301
- package/extensions/ublock/assets/thirdparties/easylist/easylist.txt +4441 -6643
- package/extensions/ublock/assets/thirdparties/easylist/easyprivacy.txt +401 -307
- package/extensions/ublock/assets/thirdparties/pgl.yoyo.org/as/serverlist +34 -29
- package/extensions/ublock/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +682 -709
- package/extensions/ublock/assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt +2439 -1999
- package/extensions/ublock/assets/ublock/badlists.txt +7 -0
- package/extensions/ublock/assets/ublock/badware.min.txt +992 -552
- package/extensions/ublock/assets/ublock/filters.min.txt +1253 -864
- package/extensions/ublock/assets/ublock/privacy.min.txt +58 -31
- package/extensions/ublock/assets/ublock/quick-fixes.min.txt +118 -126
- package/extensions/ublock/assets/ublock/unbreak.min.txt +129 -109
- package/extensions/ublock/js/background.js +4 -3
- package/extensions/ublock/js/benchmarks.js +29 -29
- package/extensions/ublock/js/codemirror/ubo-static-filtering.js +1 -0
- package/extensions/ublock/js/contextmenu.js +20 -21
- package/extensions/ublock/js/devtools.js +137 -3
- package/extensions/ublock/js/filtering-context.js +98 -43
- package/extensions/ublock/js/logger-ui.js +1 -1
- package/extensions/ublock/js/messaging.js +57 -135
- package/extensions/ublock/js/pagestore.js +44 -31
- package/extensions/ublock/js/redirect-resources.js +14 -4
- package/extensions/ublock/js/scriptlet-filtering.js +4 -1
- package/extensions/ublock/js/static-filtering-parser.js +107 -37
- package/extensions/ublock/js/static-net-filtering.js +514 -250
- package/extensions/ublock/js/storage.js +2 -1
- package/extensions/ublock/js/traffic.js +8 -4
- package/extensions/ublock/js/vapi-background.js +1 -0
- package/extensions/ublock/js/vapi-common.js +1 -0
- package/extensions/ublock/logger-ui.html +2 -3
- package/extensions/ublock/manifest.json +2 -2
- package/extensions/ublock/support.html +1 -0
- package/extensions/ublock/web_accessible_resources/noop-vast2.xml +1 -0
- package/extensions/ublock/web_accessible_resources/noop-vast3.xml +1 -0
- package/extensions/ublock/web_accessible_resources/noop-vast4.xml +1 -0
- package/package.json +17 -17
- package/src/browserless.ts +3 -2
- package/src/browsers/index.ts +2 -0
- package/src/routes/chrome/tests/pdf.spec.ts +24 -12
- package/src/routes/chromium/tests/pdf.spec.ts +24 -12
- package/src/shared/pdf.http.ts +10 -6
- package/static/docs/swagger.json +10 -10
- package/static/docs/swagger.min.json +9 -9
- package/static/function/client.js +9 -9
- package/static/function/index.html +9 -9
- /package/extensions/ublock/web_accessible_resources/{noop-vmap1.0.xml → noop-vmap1.xml} +0 -0
|
@@ -18,7 +18,7 @@ net.ac
|
|
|
18
18
|
mil.ac
|
|
19
19
|
org.ac
|
|
20
20
|
|
|
21
|
-
// ad : https://
|
|
21
|
+
// ad : https://www.iana.org/domains/root/db/ad.html
|
|
22
22
|
ad
|
|
23
23
|
nom.ad
|
|
24
24
|
|
|
@@ -172,7 +172,7 @@ commune.am
|
|
|
172
172
|
net.am
|
|
173
173
|
org.am
|
|
174
174
|
|
|
175
|
-
// ao : https://
|
|
175
|
+
// ao : https://www.iana.org/domains/root/db/ao.html
|
|
176
176
|
// http://www.dns.ao/REGISTR.DOC
|
|
177
177
|
ao
|
|
178
178
|
ed.ao
|
|
@@ -182,7 +182,7 @@ co.ao
|
|
|
182
182
|
pb.ao
|
|
183
183
|
it.ao
|
|
184
184
|
|
|
185
|
-
// aq : https://
|
|
185
|
+
// aq : https://www.iana.org/domains/root/db/aq.html
|
|
186
186
|
aq
|
|
187
187
|
|
|
188
188
|
// ar : https://nic.ar/es/nic-argentina/normativa
|
|
@@ -202,7 +202,7 @@ org.ar
|
|
|
202
202
|
senasa.ar
|
|
203
203
|
tur.ar
|
|
204
204
|
|
|
205
|
-
// arpa : https://
|
|
205
|
+
// arpa : https://www.iana.org/domains/root/db/arpa.html
|
|
206
206
|
// Confirmed by registry <iana-questions@icann.org> 2008-06-18
|
|
207
207
|
arpa
|
|
208
208
|
e164.arpa
|
|
@@ -212,14 +212,14 @@ iris.arpa
|
|
|
212
212
|
uri.arpa
|
|
213
213
|
urn.arpa
|
|
214
214
|
|
|
215
|
-
// as : https://
|
|
215
|
+
// as : https://www.iana.org/domains/root/db/as.html
|
|
216
216
|
as
|
|
217
217
|
gov.as
|
|
218
218
|
|
|
219
|
-
// asia : https://
|
|
219
|
+
// asia : https://www.iana.org/domains/root/db/asia.html
|
|
220
220
|
asia
|
|
221
221
|
|
|
222
|
-
// at : https://
|
|
222
|
+
// at : https://www.iana.org/domains/root/db/at.html
|
|
223
223
|
// Confirmed by registry <it@nic.at> 2008-06-17
|
|
224
224
|
at
|
|
225
225
|
ac.at
|
|
@@ -228,7 +228,7 @@ gv.at
|
|
|
228
228
|
or.at
|
|
229
229
|
sth.ac.at
|
|
230
230
|
|
|
231
|
-
// au : https://
|
|
231
|
+
// au : https://www.iana.org/domains/root/db/au.html
|
|
232
232
|
// http://www.auda.org.au/
|
|
233
233
|
au
|
|
234
234
|
// 2LDs
|
|
@@ -275,14 +275,14 @@ wa.gov.au
|
|
|
275
275
|
// education.tas.edu.au - Removed at the request of the Department of Education Tasmania
|
|
276
276
|
schools.nsw.edu.au
|
|
277
277
|
|
|
278
|
-
// aw : https://
|
|
278
|
+
// aw : https://www.iana.org/domains/root/db/aw.html
|
|
279
279
|
aw
|
|
280
280
|
com.aw
|
|
281
281
|
|
|
282
|
-
// ax : https://
|
|
282
|
+
// ax : https://www.iana.org/domains/root/db/ax.html
|
|
283
283
|
ax
|
|
284
284
|
|
|
285
|
-
// az : https://
|
|
285
|
+
// az : https://www.iana.org/domains/root/db/az.html
|
|
286
286
|
az
|
|
287
287
|
com.az
|
|
288
288
|
net.az
|
|
@@ -306,7 +306,7 @@ mil.ba
|
|
|
306
306
|
net.ba
|
|
307
307
|
org.ba
|
|
308
308
|
|
|
309
|
-
// bb : https://
|
|
309
|
+
// bb : https://www.iana.org/domains/root/db/bb.html
|
|
310
310
|
bb
|
|
311
311
|
biz.bb
|
|
312
312
|
co.bb
|
|
@@ -319,19 +319,19 @@ org.bb
|
|
|
319
319
|
store.bb
|
|
320
320
|
tv.bb
|
|
321
321
|
|
|
322
|
-
// bd : https://
|
|
322
|
+
// bd : https://www.iana.org/domains/root/db/bd.html
|
|
323
323
|
*.bd
|
|
324
324
|
|
|
325
|
-
// be : https://
|
|
325
|
+
// be : https://www.iana.org/domains/root/db/be.html
|
|
326
326
|
// Confirmed by registry <tech@dns.be> 2008-06-08
|
|
327
327
|
be
|
|
328
328
|
ac.be
|
|
329
329
|
|
|
330
|
-
// bf : https://
|
|
330
|
+
// bf : https://www.iana.org/domains/root/db/bf.html
|
|
331
331
|
bf
|
|
332
332
|
gov.bf
|
|
333
333
|
|
|
334
|
-
// bg : https://
|
|
334
|
+
// bg : https://www.iana.org/domains/root/db/bg.html
|
|
335
335
|
// https://www.register.bg/user/static/rules/en/index.html
|
|
336
336
|
bg
|
|
337
337
|
a.bg
|
|
@@ -371,7 +371,7 @@ z.bg
|
|
|
371
371
|
8.bg
|
|
372
372
|
9.bg
|
|
373
373
|
|
|
374
|
-
// bh : https://
|
|
374
|
+
// bh : https://www.iana.org/domains/root/db/bh.html
|
|
375
375
|
bh
|
|
376
376
|
com.bh
|
|
377
377
|
edu.bh
|
|
@@ -379,7 +379,7 @@ net.bh
|
|
|
379
379
|
org.bh
|
|
380
380
|
gov.bh
|
|
381
381
|
|
|
382
|
-
// bi : https://
|
|
382
|
+
// bi : https://www.iana.org/domains/root/db/bi.html
|
|
383
383
|
// http://whois.nic.bi/
|
|
384
384
|
bi
|
|
385
385
|
co.bi
|
|
@@ -388,7 +388,7 @@ edu.bi
|
|
|
388
388
|
or.bi
|
|
389
389
|
org.bi
|
|
390
390
|
|
|
391
|
-
// biz : https://
|
|
391
|
+
// biz : https://www.iana.org/domains/root/db/biz.html
|
|
392
392
|
biz
|
|
393
393
|
|
|
394
394
|
// bj : https://nic.bj/bj-suffixes.txt
|
|
@@ -657,7 +657,7 @@ org.bs
|
|
|
657
657
|
edu.bs
|
|
658
658
|
gov.bs
|
|
659
659
|
|
|
660
|
-
// bt : https://
|
|
660
|
+
// bt : https://www.iana.org/domains/root/db/bt.html
|
|
661
661
|
bt
|
|
662
662
|
com.bt
|
|
663
663
|
edu.bt
|
|
@@ -669,14 +669,14 @@ org.bt
|
|
|
669
669
|
// Submitted by registry <jarle@uninett.no>
|
|
670
670
|
bv
|
|
671
671
|
|
|
672
|
-
// bw : https://
|
|
672
|
+
// bw : https://www.iana.org/domains/root/db/bw.html
|
|
673
673
|
// http://www.gobin.info/domainname/bw.doc
|
|
674
674
|
// list of other 2nd level tlds ?
|
|
675
675
|
bw
|
|
676
676
|
co.bw
|
|
677
677
|
org.bw
|
|
678
678
|
|
|
679
|
-
// by : https://
|
|
679
|
+
// by : https://www.iana.org/domains/root/db/by.html
|
|
680
680
|
// http://tld.by/rules_2006_en.html
|
|
681
681
|
// list of other 2nd level tlds ?
|
|
682
682
|
by
|
|
@@ -689,7 +689,7 @@ com.by
|
|
|
689
689
|
// http://hoster.by/
|
|
690
690
|
of.by
|
|
691
691
|
|
|
692
|
-
// bz : https://
|
|
692
|
+
// bz : https://www.iana.org/domains/root/db/bz.html
|
|
693
693
|
// http://www.belizenic.bz/
|
|
694
694
|
bz
|
|
695
695
|
com.bz
|
|
@@ -698,7 +698,7 @@ org.bz
|
|
|
698
698
|
edu.bz
|
|
699
699
|
gov.bz
|
|
700
700
|
|
|
701
|
-
// ca : https://
|
|
701
|
+
// ca : https://www.iana.org/domains/root/db/ca.html
|
|
702
702
|
ca
|
|
703
703
|
// ca geographical names
|
|
704
704
|
ab.ca
|
|
@@ -719,27 +719,27 @@ yk.ca
|
|
|
719
719
|
// see also: http://registry.gc.ca/en/SubdomainFAQ
|
|
720
720
|
gc.ca
|
|
721
721
|
|
|
722
|
-
// cat : https://
|
|
722
|
+
// cat : https://www.iana.org/domains/root/db/cat.html
|
|
723
723
|
cat
|
|
724
724
|
|
|
725
|
-
// cc : https://
|
|
725
|
+
// cc : https://www.iana.org/domains/root/db/cc.html
|
|
726
726
|
cc
|
|
727
727
|
|
|
728
|
-
// cd : https://
|
|
728
|
+
// cd : https://www.iana.org/domains/root/db/cd.html
|
|
729
729
|
// see also: https://www.nic.cd/domain/insertDomain_2.jsp?act=1
|
|
730
730
|
cd
|
|
731
731
|
gov.cd
|
|
732
732
|
|
|
733
|
-
// cf : https://
|
|
733
|
+
// cf : https://www.iana.org/domains/root/db/cf.html
|
|
734
734
|
cf
|
|
735
735
|
|
|
736
|
-
// cg : https://
|
|
736
|
+
// cg : https://www.iana.org/domains/root/db/cg.html
|
|
737
737
|
cg
|
|
738
738
|
|
|
739
|
-
// ch : https://
|
|
739
|
+
// ch : https://www.iana.org/domains/root/db/ch.html
|
|
740
740
|
ch
|
|
741
741
|
|
|
742
|
-
// ci : https://
|
|
742
|
+
// ci : https://www.iana.org/domains/root/db/ci.html
|
|
743
743
|
// http://www.nic.ci/index.php?page=charte
|
|
744
744
|
ci
|
|
745
745
|
org.ci
|
|
@@ -758,7 +758,7 @@ presse.ci
|
|
|
758
758
|
md.ci
|
|
759
759
|
gouv.ci
|
|
760
760
|
|
|
761
|
-
// ck : https://
|
|
761
|
+
// ck : https://www.iana.org/domains/root/db/ck.html
|
|
762
762
|
*.ck
|
|
763
763
|
!www.ck
|
|
764
764
|
|
|
@@ -770,14 +770,14 @@ gob.cl
|
|
|
770
770
|
gov.cl
|
|
771
771
|
mil.cl
|
|
772
772
|
|
|
773
|
-
// cm : https://
|
|
773
|
+
// cm : https://www.iana.org/domains/root/db/cm.html plus bug 981927
|
|
774
774
|
cm
|
|
775
775
|
co.cm
|
|
776
776
|
com.cm
|
|
777
777
|
gov.cm
|
|
778
778
|
net.cm
|
|
779
779
|
|
|
780
|
-
// cn : https://
|
|
780
|
+
// cn : https://www.iana.org/domains/root/db/cn.html
|
|
781
781
|
// Submitted by registry <tanyaling@cnnic.cn>
|
|
782
782
|
cn
|
|
783
783
|
ac.cn
|
|
@@ -826,7 +826,7 @@ hk.cn
|
|
|
826
826
|
mo.cn
|
|
827
827
|
tw.cn
|
|
828
828
|
|
|
829
|
-
// co : https://
|
|
829
|
+
// co : https://www.iana.org/domains/root/db/co.html
|
|
830
830
|
// Submitted by registry <tecnico@uniandes.edu.co>
|
|
831
831
|
co
|
|
832
832
|
arts.co
|
|
@@ -843,10 +843,10 @@ org.co
|
|
|
843
843
|
rec.co
|
|
844
844
|
web.co
|
|
845
845
|
|
|
846
|
-
// com : https://
|
|
846
|
+
// com : https://www.iana.org/domains/root/db/com.html
|
|
847
847
|
com
|
|
848
848
|
|
|
849
|
-
// coop : https://
|
|
849
|
+
// coop : https://www.iana.org/domains/root/db/coop.html
|
|
850
850
|
coop
|
|
851
851
|
|
|
852
852
|
// cr : http://www.nic.cr/niccr_publico/showRegistroDominiosScreen.do
|
|
@@ -859,16 +859,18 @@ go.cr
|
|
|
859
859
|
or.cr
|
|
860
860
|
sa.cr
|
|
861
861
|
|
|
862
|
-
// cu : https://
|
|
862
|
+
// cu : https://www.iana.org/domains/root/db/cu.html
|
|
863
863
|
cu
|
|
864
864
|
com.cu
|
|
865
865
|
edu.cu
|
|
866
|
-
|
|
867
|
-
net.cu
|
|
866
|
+
gob.cu
|
|
868
867
|
gov.cu
|
|
869
868
|
inf.cu
|
|
869
|
+
nat.cu
|
|
870
|
+
net.cu
|
|
871
|
+
org.cu
|
|
870
872
|
|
|
871
|
-
// cv : https://
|
|
873
|
+
// cv : https://www.iana.org/domains/root/db/cv.html
|
|
872
874
|
// cv : http://www.dns.cv/tldcv_portal/do?com=DS;5446457100;111;+PAGE(4000018)+K-CAT-CODIGO(RDOM)+RCNT(100); <- registration rules
|
|
873
875
|
cv
|
|
874
876
|
com.cv
|
|
@@ -885,7 +887,7 @@ edu.cw
|
|
|
885
887
|
net.cw
|
|
886
888
|
org.cw
|
|
887
889
|
|
|
888
|
-
// cx : https://
|
|
890
|
+
// cx : https://www.iana.org/domains/root/db/cx.html
|
|
889
891
|
// list of other 2nd level tlds ?
|
|
890
892
|
cx
|
|
891
893
|
gov.cx
|
|
@@ -907,22 +909,22 @@ press.cy
|
|
|
907
909
|
pro.cy
|
|
908
910
|
tm.cy
|
|
909
911
|
|
|
910
|
-
// cz : https://
|
|
912
|
+
// cz : https://www.iana.org/domains/root/db/cz.html
|
|
911
913
|
cz
|
|
912
914
|
|
|
913
|
-
// de : https://
|
|
915
|
+
// de : https://www.iana.org/domains/root/db/de.html
|
|
914
916
|
// Confirmed by registry <ops@denic.de> (with technical
|
|
915
917
|
// reservations) 2008-07-01
|
|
916
918
|
de
|
|
917
919
|
|
|
918
|
-
// dj : https://
|
|
920
|
+
// dj : https://www.iana.org/domains/root/db/dj.html
|
|
919
921
|
dj
|
|
920
922
|
|
|
921
|
-
// dk : https://
|
|
923
|
+
// dk : https://www.iana.org/domains/root/db/dk.html
|
|
922
924
|
// Confirmed by registry <robert@dk-hostmaster.dk> 2008-06-17
|
|
923
925
|
dk
|
|
924
926
|
|
|
925
|
-
// dm : https://
|
|
927
|
+
// dm : https://www.iana.org/domains/root/db/dm.html
|
|
926
928
|
dm
|
|
927
929
|
com.dm
|
|
928
930
|
net.dm
|
|
@@ -930,7 +932,7 @@ org.dm
|
|
|
930
932
|
edu.dm
|
|
931
933
|
gov.dm
|
|
932
934
|
|
|
933
|
-
// do : https://
|
|
935
|
+
// do : https://www.iana.org/domains/root/db/do.html
|
|
934
936
|
do
|
|
935
937
|
art.do
|
|
936
938
|
com.do
|
|
@@ -972,7 +974,7 @@ gov.ec
|
|
|
972
974
|
gob.ec
|
|
973
975
|
mil.ec
|
|
974
976
|
|
|
975
|
-
// edu : https://
|
|
977
|
+
// edu : https://www.iana.org/domains/root/db/edu.html
|
|
976
978
|
edu
|
|
977
979
|
|
|
978
980
|
// ee : http://www.eenet.ee/EENet/dom_reeglid.html#lisa_B
|
|
@@ -988,7 +990,7 @@ aip.ee
|
|
|
988
990
|
org.ee
|
|
989
991
|
fie.ee
|
|
990
992
|
|
|
991
|
-
// eg : https://
|
|
993
|
+
// eg : https://www.iana.org/domains/root/db/eg.html
|
|
992
994
|
eg
|
|
993
995
|
com.eg
|
|
994
996
|
edu.eg
|
|
@@ -1000,7 +1002,7 @@ net.eg
|
|
|
1000
1002
|
org.eg
|
|
1001
1003
|
sci.eg
|
|
1002
1004
|
|
|
1003
|
-
// er : https://
|
|
1005
|
+
// er : https://www.iana.org/domains/root/db/er.html
|
|
1004
1006
|
*.er
|
|
1005
1007
|
|
|
1006
1008
|
// es : https://www.nic.es/site_ingles/ingles/dominios/index.html
|
|
@@ -1011,7 +1013,7 @@ org.es
|
|
|
1011
1013
|
gob.es
|
|
1012
1014
|
edu.es
|
|
1013
1015
|
|
|
1014
|
-
// et : https://
|
|
1016
|
+
// et : https://www.iana.org/domains/root/db/et.html
|
|
1015
1017
|
et
|
|
1016
1018
|
com.et
|
|
1017
1019
|
gov.et
|
|
@@ -1022,7 +1024,7 @@ name.et
|
|
|
1022
1024
|
info.et
|
|
1023
1025
|
net.et
|
|
1024
1026
|
|
|
1025
|
-
// eu : https://
|
|
1027
|
+
// eu : https://www.iana.org/domains/root/db/eu.html
|
|
1026
1028
|
eu
|
|
1027
1029
|
|
|
1028
1030
|
// fi : https://www.iana.org/domains/root/db/fi.html
|
|
@@ -1047,17 +1049,17 @@ net.fj
|
|
|
1047
1049
|
org.fj
|
|
1048
1050
|
pro.fj
|
|
1049
1051
|
|
|
1050
|
-
// fk : https://
|
|
1052
|
+
// fk : https://www.iana.org/domains/root/db/fk.html
|
|
1051
1053
|
*.fk
|
|
1052
1054
|
|
|
1053
|
-
// fm : https://
|
|
1055
|
+
// fm : https://www.iana.org/domains/root/db/fm.html
|
|
1054
1056
|
com.fm
|
|
1055
1057
|
edu.fm
|
|
1056
1058
|
net.fm
|
|
1057
1059
|
org.fm
|
|
1058
1060
|
fm
|
|
1059
1061
|
|
|
1060
|
-
// fo : https://
|
|
1062
|
+
// fo : https://www.iana.org/domains/root/db/fo.html
|
|
1061
1063
|
fo
|
|
1062
1064
|
|
|
1063
1065
|
// fr : https://www.afnic.fr/ https://www.afnic.fr/wp-media/uploads/2022/12/afnic-naming-policy-2023-01-01.pdf
|
|
@@ -1074,14 +1076,14 @@ cci.fr
|
|
|
1074
1076
|
greta.fr
|
|
1075
1077
|
huissier-justice.fr
|
|
1076
1078
|
|
|
1077
|
-
// ga : https://
|
|
1079
|
+
// ga : https://www.iana.org/domains/root/db/ga.html
|
|
1078
1080
|
ga
|
|
1079
1081
|
|
|
1080
1082
|
// gb : This registry is effectively dormant
|
|
1081
1083
|
// Submitted by registry <Damien.Shaw@ja.net>
|
|
1082
1084
|
gb
|
|
1083
1085
|
|
|
1084
|
-
// gd : https://
|
|
1086
|
+
// gd : https://www.iana.org/domains/root/db/gd.html
|
|
1085
1087
|
edu.gd
|
|
1086
1088
|
gov.gd
|
|
1087
1089
|
gd
|
|
@@ -1096,7 +1098,7 @@ mil.ge
|
|
|
1096
1098
|
net.ge
|
|
1097
1099
|
pvt.ge
|
|
1098
1100
|
|
|
1099
|
-
// gf : https://
|
|
1101
|
+
// gf : https://www.iana.org/domains/root/db/gf.html
|
|
1100
1102
|
gf
|
|
1101
1103
|
|
|
1102
1104
|
// gg : http://www.channelisles.net/register-domains/
|
|
@@ -1106,7 +1108,7 @@ co.gg
|
|
|
1106
1108
|
net.gg
|
|
1107
1109
|
org.gg
|
|
1108
1110
|
|
|
1109
|
-
// gh : https://
|
|
1111
|
+
// gh : https://www.iana.org/domains/root/db/gh.html
|
|
1110
1112
|
// see also: http://www.nic.gh/reg_now.php
|
|
1111
1113
|
// Although domains directly at second level are not possible at the moment,
|
|
1112
1114
|
// they have been possible for some time and may come back.
|
|
@@ -1126,7 +1128,7 @@ mod.gi
|
|
|
1126
1128
|
edu.gi
|
|
1127
1129
|
org.gi
|
|
1128
1130
|
|
|
1129
|
-
// gl : https://
|
|
1131
|
+
// gl : https://www.iana.org/domains/root/db/gl.html
|
|
1130
1132
|
// http://nic.gl
|
|
1131
1133
|
gl
|
|
1132
1134
|
co.gl
|
|
@@ -1148,7 +1150,7 @@ gov.gn
|
|
|
1148
1150
|
org.gn
|
|
1149
1151
|
net.gn
|
|
1150
1152
|
|
|
1151
|
-
// gov : https://
|
|
1153
|
+
// gov : https://www.iana.org/domains/root/db/gov.html
|
|
1152
1154
|
gov
|
|
1153
1155
|
|
|
1154
1156
|
// gp : http://www.nic.gp/index.php?lang=en
|
|
@@ -1160,7 +1162,7 @@ edu.gp
|
|
|
1160
1162
|
org.gp
|
|
1161
1163
|
asso.gp
|
|
1162
1164
|
|
|
1163
|
-
// gq : https://
|
|
1165
|
+
// gq : https://www.iana.org/domains/root/db/gq.html
|
|
1164
1166
|
gq
|
|
1165
1167
|
|
|
1166
1168
|
// gr : https://grweb.ics.forth.gr/english/1617-B-2005.html
|
|
@@ -1172,7 +1174,7 @@ net.gr
|
|
|
1172
1174
|
org.gr
|
|
1173
1175
|
gov.gr
|
|
1174
1176
|
|
|
1175
|
-
// gs : https://
|
|
1177
|
+
// gs : https://www.iana.org/domains/root/db/gs.html
|
|
1176
1178
|
gs
|
|
1177
1179
|
|
|
1178
1180
|
// gt : https://www.gt/sitio/registration_policy.php?lang=en
|
|
@@ -1198,11 +1200,11 @@ net.gu
|
|
|
1198
1200
|
org.gu
|
|
1199
1201
|
web.gu
|
|
1200
1202
|
|
|
1201
|
-
// gw : https://
|
|
1203
|
+
// gw : https://www.iana.org/domains/root/db/gw.html
|
|
1202
1204
|
// gw : https://nic.gw/regras/
|
|
1203
1205
|
gw
|
|
1204
1206
|
|
|
1205
|
-
// gy : https://
|
|
1207
|
+
// gy : https://www.iana.org/domains/root/db/gy.html
|
|
1206
1208
|
// http://registry.gy/
|
|
1207
1209
|
gy
|
|
1208
1210
|
co.gy
|
|
@@ -1237,7 +1239,7 @@ org.hk
|
|
|
1237
1239
|
組織.hk
|
|
1238
1240
|
組织.hk
|
|
1239
1241
|
|
|
1240
|
-
// hm : https://
|
|
1242
|
+
// hm : https://www.iana.org/domains/root/db/hm.html
|
|
1241
1243
|
hm
|
|
1242
1244
|
|
|
1243
1245
|
// hn : http://www.nic.hn/politicas/ps02,,05.html
|
|
@@ -1326,7 +1328,7 @@ ponpes.id
|
|
|
1326
1328
|
sch.id
|
|
1327
1329
|
web.id
|
|
1328
1330
|
|
|
1329
|
-
// ie : https://
|
|
1331
|
+
// ie : https://www.iana.org/domains/root/db/ie.html
|
|
1330
1332
|
ie
|
|
1331
1333
|
gov.ie
|
|
1332
1334
|
|
|
@@ -1366,7 +1368,7 @@ plc.co.im
|
|
|
1366
1368
|
tt.im
|
|
1367
1369
|
tv.im
|
|
1368
1370
|
|
|
1369
|
-
// in : https://
|
|
1371
|
+
// in : https://www.iana.org/domains/root/db/in.html
|
|
1370
1372
|
// see also: https://registry.in/policies
|
|
1371
1373
|
// Please note, that nic.in is not an official eTLD, but used by most
|
|
1372
1374
|
// government institutions.
|
|
@@ -1413,10 +1415,10 @@ uk.in
|
|
|
1413
1415
|
up.in
|
|
1414
1416
|
us.in
|
|
1415
1417
|
|
|
1416
|
-
// info : https://
|
|
1418
|
+
// info : https://www.iana.org/domains/root/db/info.html
|
|
1417
1419
|
info
|
|
1418
1420
|
|
|
1419
|
-
// int : https://
|
|
1421
|
+
// int : https://www.iana.org/domains/root/db/int.html
|
|
1420
1422
|
// Confirmed by registry <iana-questions@icann.org> 2008-06-18
|
|
1421
1423
|
int
|
|
1422
1424
|
eu.int
|
|
@@ -1461,7 +1463,7 @@ gov.is
|
|
|
1461
1463
|
org.is
|
|
1462
1464
|
int.is
|
|
1463
1465
|
|
|
1464
|
-
// it : https://
|
|
1466
|
+
// it : https://www.iana.org/domains/root/db/it.html
|
|
1465
1467
|
it
|
|
1466
1468
|
gov.it
|
|
1467
1469
|
edu.it
|
|
@@ -1895,10 +1897,10 @@ gov.jo
|
|
|
1895
1897
|
mil.jo
|
|
1896
1898
|
name.jo
|
|
1897
1899
|
|
|
1898
|
-
// jobs : https://
|
|
1900
|
+
// jobs : https://www.iana.org/domains/root/db/jobs.html
|
|
1899
1901
|
jobs
|
|
1900
1902
|
|
|
1901
|
-
// jp : https://
|
|
1903
|
+
// jp : https://www.iana.org/domains/root/db/jp.html
|
|
1902
1904
|
// http://jprs.co.jp/en/jpdomain.html
|
|
1903
1905
|
// Submitted by registry <info@jprs.jp>
|
|
1904
1906
|
jp
|
|
@@ -2010,18 +2012,18 @@ yamanashi.jp
|
|
|
2010
2012
|
// jp geographic type names
|
|
2011
2013
|
// http://jprs.jp/doc/rule/saisoku-1.html
|
|
2012
2014
|
*.kawasaki.jp
|
|
2013
|
-
*.kitakyushu.jp
|
|
2014
|
-
*.kobe.jp
|
|
2015
|
-
*.nagoya.jp
|
|
2016
|
-
*.sapporo.jp
|
|
2017
|
-
*.sendai.jp
|
|
2018
|
-
*.yokohama.jp
|
|
2019
2015
|
!city.kawasaki.jp
|
|
2016
|
+
*.kitakyushu.jp
|
|
2020
2017
|
!city.kitakyushu.jp
|
|
2018
|
+
*.kobe.jp
|
|
2021
2019
|
!city.kobe.jp
|
|
2020
|
+
*.nagoya.jp
|
|
2022
2021
|
!city.nagoya.jp
|
|
2022
|
+
*.sapporo.jp
|
|
2023
2023
|
!city.sapporo.jp
|
|
2024
|
+
*.sendai.jp
|
|
2024
2025
|
!city.sendai.jp
|
|
2026
|
+
*.yokohama.jp
|
|
2025
2027
|
!city.yokohama.jp
|
|
2026
2028
|
// 4th level registration
|
|
2027
2029
|
aisai.aichi.jp
|
|
@@ -3732,7 +3734,7 @@ gov.ki
|
|
|
3732
3734
|
info.ki
|
|
3733
3735
|
com.ki
|
|
3734
3736
|
|
|
3735
|
-
// km : https://
|
|
3737
|
+
// km : https://www.iana.org/domains/root/db/km.html
|
|
3736
3738
|
// http://www.domaine.km/documents/charte.doc
|
|
3737
3739
|
km
|
|
3738
3740
|
org.km
|
|
@@ -3745,7 +3747,7 @@ mil.km
|
|
|
3745
3747
|
ass.km
|
|
3746
3748
|
com.km
|
|
3747
3749
|
// These are only mentioned as proposed suggestions at domaine.km, but
|
|
3748
|
-
// https://
|
|
3750
|
+
// https://www.iana.org/domains/root/db/km.html says they're available for registration:
|
|
3749
3751
|
coop.km
|
|
3750
3752
|
asso.km
|
|
3751
3753
|
presse.km
|
|
@@ -3755,7 +3757,7 @@ pharmaciens.km
|
|
|
3755
3757
|
veterinaire.km
|
|
3756
3758
|
gouv.km
|
|
3757
3759
|
|
|
3758
|
-
// kn : https://
|
|
3760
|
+
// kn : https://www.iana.org/domains/root/db/kn.html
|
|
3759
3761
|
// http://www.dot.kn/domainRules.html
|
|
3760
3762
|
kn
|
|
3761
3763
|
net.kn
|
|
@@ -3772,7 +3774,7 @@ org.kp
|
|
|
3772
3774
|
rep.kp
|
|
3773
3775
|
tra.kp
|
|
3774
3776
|
|
|
3775
|
-
// kr : https://
|
|
3777
|
+
// kr : https://www.iana.org/domains/root/db/kr.html
|
|
3776
3778
|
// see also: http://domain.nida.or.kr/eng/registration.jsp
|
|
3777
3779
|
kr
|
|
3778
3780
|
ac.kr
|
|
@@ -3825,7 +3827,7 @@ edu.ky
|
|
|
3825
3827
|
net.ky
|
|
3826
3828
|
org.ky
|
|
3827
3829
|
|
|
3828
|
-
// kz : https://
|
|
3830
|
+
// kz : https://www.iana.org/domains/root/db/kz.html
|
|
3829
3831
|
// see also: http://www.nic.kz/rules/index.jsp
|
|
3830
3832
|
kz
|
|
3831
3833
|
org.kz
|
|
@@ -3835,7 +3837,7 @@ gov.kz
|
|
|
3835
3837
|
mil.kz
|
|
3836
3838
|
com.kz
|
|
3837
3839
|
|
|
3838
|
-
// la : https://
|
|
3840
|
+
// la : https://www.iana.org/domains/root/db/la.html
|
|
3839
3841
|
// Submitted by registry <gavin.brown@nic.la>
|
|
3840
3842
|
la
|
|
3841
3843
|
int.la
|
|
@@ -3847,7 +3849,7 @@ per.la
|
|
|
3847
3849
|
com.la
|
|
3848
3850
|
org.la
|
|
3849
3851
|
|
|
3850
|
-
// lb : https://
|
|
3852
|
+
// lb : https://www.iana.org/domains/root/db/lb.html
|
|
3851
3853
|
// Submitted by registry <randy@psg.com>
|
|
3852
3854
|
lb
|
|
3853
3855
|
com.lb
|
|
@@ -3856,7 +3858,7 @@ gov.lb
|
|
|
3856
3858
|
net.lb
|
|
3857
3859
|
org.lb
|
|
3858
3860
|
|
|
3859
|
-
// lc : https://
|
|
3861
|
+
// lc : https://www.iana.org/domains/root/db/lc.html
|
|
3860
3862
|
// see also: http://www.nic.lc/rules.htm
|
|
3861
3863
|
lc
|
|
3862
3864
|
com.lc
|
|
@@ -3866,7 +3868,7 @@ org.lc
|
|
|
3866
3868
|
edu.lc
|
|
3867
3869
|
gov.lc
|
|
3868
3870
|
|
|
3869
|
-
// li : https://
|
|
3871
|
+
// li : https://www.iana.org/domains/root/db/li.html
|
|
3870
3872
|
li
|
|
3871
3873
|
|
|
3872
3874
|
// lk : https://www.nic.lk/index.php/domain-registration/lk-domain-naming-structure
|
|
@@ -3909,7 +3911,7 @@ net.ls
|
|
|
3909
3911
|
org.ls
|
|
3910
3912
|
sc.ls
|
|
3911
3913
|
|
|
3912
|
-
// lt : https://
|
|
3914
|
+
// lt : https://www.iana.org/domains/root/db/lt.html
|
|
3913
3915
|
lt
|
|
3914
3916
|
// gov.lt : http://www.gov.lt/index_en.php
|
|
3915
3917
|
gov.lt
|
|
@@ -3941,7 +3943,7 @@ med.ly
|
|
|
3941
3943
|
org.ly
|
|
3942
3944
|
id.ly
|
|
3943
3945
|
|
|
3944
|
-
// ma : https://
|
|
3946
|
+
// ma : https://www.iana.org/domains/root/db/ma.html
|
|
3945
3947
|
// http://www.anrt.ma/fr/admin/download/upload/file_fr782.pdf
|
|
3946
3948
|
ma
|
|
3947
3949
|
co.ma
|
|
@@ -3956,10 +3958,10 @@ mc
|
|
|
3956
3958
|
tm.mc
|
|
3957
3959
|
asso.mc
|
|
3958
3960
|
|
|
3959
|
-
// md : https://
|
|
3961
|
+
// md : https://www.iana.org/domains/root/db/md.html
|
|
3960
3962
|
md
|
|
3961
3963
|
|
|
3962
|
-
// me : https://
|
|
3964
|
+
// me : https://www.iana.org/domains/root/db/me.html
|
|
3963
3965
|
me
|
|
3964
3966
|
co.me
|
|
3965
3967
|
net.me
|
|
@@ -3982,13 +3984,13 @@ mil.mg
|
|
|
3982
3984
|
com.mg
|
|
3983
3985
|
co.mg
|
|
3984
3986
|
|
|
3985
|
-
// mh : https://
|
|
3987
|
+
// mh : https://www.iana.org/domains/root/db/mh.html
|
|
3986
3988
|
mh
|
|
3987
3989
|
|
|
3988
|
-
// mil : https://
|
|
3990
|
+
// mil : https://www.iana.org/domains/root/db/mil.html
|
|
3989
3991
|
mil
|
|
3990
3992
|
|
|
3991
|
-
// mk : https://
|
|
3993
|
+
// mk : https://www.iana.org/domains/root/db/mk.html
|
|
3992
3994
|
// see also: http://dns.marnet.net.mk/postapka.php
|
|
3993
3995
|
mk
|
|
3994
3996
|
com.mk
|
|
@@ -4000,7 +4002,7 @@ inf.mk
|
|
|
4000
4002
|
name.mk
|
|
4001
4003
|
|
|
4002
4004
|
// ml : http://www.gobin.info/domainname/ml-template.doc
|
|
4003
|
-
// see also: https://
|
|
4005
|
+
// see also: https://www.iana.org/domains/root/db/ml.html
|
|
4004
4006
|
ml
|
|
4005
4007
|
com.ml
|
|
4006
4008
|
edu.ml
|
|
@@ -4010,10 +4012,10 @@ net.ml
|
|
|
4010
4012
|
org.ml
|
|
4011
4013
|
presse.ml
|
|
4012
4014
|
|
|
4013
|
-
// mm : https://
|
|
4015
|
+
// mm : https://www.iana.org/domains/root/db/mm.html
|
|
4014
4016
|
*.mm
|
|
4015
4017
|
|
|
4016
|
-
// mn : https://
|
|
4018
|
+
// mn : https://www.iana.org/domains/root/db/mn.html
|
|
4017
4019
|
mn
|
|
4018
4020
|
gov.mn
|
|
4019
4021
|
edu.mn
|
|
@@ -4027,17 +4029,17 @@ org.mo
|
|
|
4027
4029
|
edu.mo
|
|
4028
4030
|
gov.mo
|
|
4029
4031
|
|
|
4030
|
-
// mobi : https://
|
|
4032
|
+
// mobi : https://www.iana.org/domains/root/db/mobi.html
|
|
4031
4033
|
mobi
|
|
4032
4034
|
|
|
4033
4035
|
// mp : http://www.dot.mp/
|
|
4034
4036
|
// Confirmed by registry <dcamacho@saipan.com> 2008-06-17
|
|
4035
4037
|
mp
|
|
4036
4038
|
|
|
4037
|
-
// mq : https://
|
|
4039
|
+
// mq : https://www.iana.org/domains/root/db/mq.html
|
|
4038
4040
|
mq
|
|
4039
4041
|
|
|
4040
|
-
// mr : https://
|
|
4042
|
+
// mr : https://www.iana.org/domains/root/db/mr.html
|
|
4041
4043
|
mr
|
|
4042
4044
|
gov.mr
|
|
4043
4045
|
|
|
@@ -4057,7 +4059,7 @@ edu.mt
|
|
|
4057
4059
|
net.mt
|
|
4058
4060
|
org.mt
|
|
4059
4061
|
|
|
4060
|
-
// mu : https://
|
|
4062
|
+
// mu : https://www.iana.org/domains/root/db/mu.html
|
|
4061
4063
|
mu
|
|
4062
4064
|
com.mu
|
|
4063
4065
|
net.mu
|
|
@@ -4070,7 +4072,7 @@ or.mu
|
|
|
4070
4072
|
// museum : https://welcome.museum/wp-content/uploads/2018/05/20180525-Registration-Policy-MUSEUM-EN_VF-2.pdf https://welcome.museum/buy-your-dot-museum-2/
|
|
4071
4073
|
museum
|
|
4072
4074
|
|
|
4073
|
-
// mv : https://
|
|
4075
|
+
// mv : https://www.iana.org/domains/root/db/mv.html
|
|
4074
4076
|
// "mv" included because, contra Wikipedia, google.mv exists.
|
|
4075
4077
|
mv
|
|
4076
4078
|
aero.mv
|
|
@@ -4164,13 +4166,13 @@ nc
|
|
|
4164
4166
|
asso.nc
|
|
4165
4167
|
nom.nc
|
|
4166
4168
|
|
|
4167
|
-
// ne : https://
|
|
4169
|
+
// ne : https://www.iana.org/domains/root/db/ne.html
|
|
4168
4170
|
ne
|
|
4169
4171
|
|
|
4170
|
-
// net : https://
|
|
4172
|
+
// net : https://www.iana.org/domains/root/db/net.html
|
|
4171
4173
|
net
|
|
4172
4174
|
|
|
4173
|
-
// nf : https://
|
|
4175
|
+
// nf : https://www.iana.org/domains/root/db/nf.html
|
|
4174
4176
|
nf
|
|
4175
4177
|
com.nf
|
|
4176
4178
|
net.nf
|
|
@@ -4213,7 +4215,7 @@ nom.ni
|
|
|
4213
4215
|
org.ni
|
|
4214
4216
|
web.ni
|
|
4215
4217
|
|
|
4216
|
-
// nl : https://
|
|
4218
|
+
// nl : https://www.iana.org/domains/root/db/nl.html
|
|
4217
4219
|
// https://www.sidn.nl/
|
|
4218
4220
|
// ccTLD for the Netherlands
|
|
4219
4221
|
nl
|
|
@@ -4999,10 +5001,10 @@ org.nr
|
|
|
4999
5001
|
net.nr
|
|
5000
5002
|
com.nr
|
|
5001
5003
|
|
|
5002
|
-
// nu : https://
|
|
5004
|
+
// nu : https://www.iana.org/domains/root/db/nu.html
|
|
5003
5005
|
nu
|
|
5004
5006
|
|
|
5005
|
-
// nz : https://
|
|
5007
|
+
// nz : https://www.iana.org/domains/root/db/nz.html
|
|
5006
5008
|
// Submitted by registry <jay@nzrs.net.nz>
|
|
5007
5009
|
nz
|
|
5008
5010
|
ac.nz
|
|
@@ -5022,7 +5024,7 @@ org.nz
|
|
|
5022
5024
|
parliament.nz
|
|
5023
5025
|
school.nz
|
|
5024
5026
|
|
|
5025
|
-
// om : https://
|
|
5027
|
+
// om : https://www.iana.org/domains/root/db/om.html
|
|
5026
5028
|
om
|
|
5027
5029
|
co.om
|
|
5028
5030
|
com.om
|
|
@@ -5037,7 +5039,7 @@ pro.om
|
|
|
5037
5039
|
// onion : https://tools.ietf.org/html/rfc7686
|
|
5038
5040
|
onion
|
|
5039
5041
|
|
|
5040
|
-
// org : https://
|
|
5042
|
+
// org : https://www.iana.org/domains/root/db/org.html
|
|
5041
5043
|
org
|
|
5042
5044
|
|
|
5043
5045
|
// pa : http://www.nic.pa/
|
|
@@ -5072,7 +5074,7 @@ com.pf
|
|
|
5072
5074
|
org.pf
|
|
5073
5075
|
edu.pf
|
|
5074
5076
|
|
|
5075
|
-
// pg : https://
|
|
5077
|
+
// pg : https://www.iana.org/domains/root/db/pg.html
|
|
5076
5078
|
*.pg
|
|
5077
5079
|
|
|
5078
5080
|
// ph : http://www.domains.ph/FAQ2.asp
|
|
@@ -5087,22 +5089,27 @@ ngo.ph
|
|
|
5087
5089
|
mil.ph
|
|
5088
5090
|
i.ph
|
|
5089
5091
|
|
|
5090
|
-
// pk :
|
|
5092
|
+
// pk : https://pknic.net.pk
|
|
5093
|
+
// pk : http://pk5.pknic.net.pk/pk5/msgNamepk.PK + grandfathered old gon.pk
|
|
5094
|
+
// Contact Email: staff@pknic.net.pk PKNIC .PK Registry
|
|
5095
|
+
|
|
5091
5096
|
pk
|
|
5097
|
+
ac.pk
|
|
5098
|
+
biz.pk
|
|
5092
5099
|
com.pk
|
|
5093
|
-
net.pk
|
|
5094
5100
|
edu.pk
|
|
5095
|
-
org.pk
|
|
5096
5101
|
fam.pk
|
|
5097
|
-
|
|
5098
|
-
web.pk
|
|
5099
|
-
gov.pk
|
|
5102
|
+
gkp.pk
|
|
5100
5103
|
gob.pk
|
|
5104
|
+
gog.pk
|
|
5101
5105
|
gok.pk
|
|
5102
5106
|
gon.pk
|
|
5103
5107
|
gop.pk
|
|
5104
5108
|
gos.pk
|
|
5105
|
-
|
|
5109
|
+
gov.pk
|
|
5110
|
+
net.pk
|
|
5111
|
+
org.pk
|
|
5112
|
+
web.pk
|
|
5106
5113
|
|
|
5107
5114
|
// pl http://www.dns.pl/english/index.html
|
|
5108
5115
|
// Submitted by registry
|
|
@@ -5330,7 +5337,7 @@ org.pn
|
|
|
5330
5337
|
edu.pn
|
|
5331
5338
|
net.pn
|
|
5332
5339
|
|
|
5333
|
-
// post : https://
|
|
5340
|
+
// post : https://www.iana.org/domains/root/db/post.html
|
|
5334
5341
|
post
|
|
5335
5342
|
|
|
5336
5343
|
// pr : http://www.nic.pr/index.asp?f=1
|
|
@@ -5345,7 +5352,7 @@ pro.pr
|
|
|
5345
5352
|
biz.pr
|
|
5346
5353
|
info.pr
|
|
5347
5354
|
name.pr
|
|
5348
|
-
// these aren't mentioned on nic.pr, but on https://
|
|
5355
|
+
// these aren't mentioned on nic.pr, but on https://www.iana.org/domains/root/db/pr.html
|
|
5349
5356
|
est.pr
|
|
5350
5357
|
prof.pr
|
|
5351
5358
|
ac.pr
|
|
@@ -5364,7 +5371,7 @@ law.pro
|
|
|
5364
5371
|
med.pro
|
|
5365
5372
|
recht.pro
|
|
5366
5373
|
|
|
5367
|
-
// ps : https://
|
|
5374
|
+
// ps : https://www.iana.org/domains/root/db/ps.html
|
|
5368
5375
|
// http://www.nic.ps/registration/policy.html#reg
|
|
5369
5376
|
ps
|
|
5370
5377
|
edu.ps
|
|
@@ -5386,7 +5393,7 @@ publ.pt
|
|
|
5386
5393
|
com.pt
|
|
5387
5394
|
nome.pt
|
|
5388
5395
|
|
|
5389
|
-
// pw : https://
|
|
5396
|
+
// pw : https://www.iana.org/domains/root/db/pw.html
|
|
5390
5397
|
pw
|
|
5391
5398
|
co.pw
|
|
5392
5399
|
ne.pw
|
|
@@ -5500,7 +5507,7 @@ tv.sd
|
|
|
5500
5507
|
gov.sd
|
|
5501
5508
|
info.sd
|
|
5502
5509
|
|
|
5503
|
-
// se : https://
|
|
5510
|
+
// se : https://www.iana.org/domains/root/db/se.html
|
|
5504
5511
|
// Submitted by registry <patrik.wallstrom@iis.se>
|
|
5505
5512
|
se
|
|
5506
5513
|
a.se
|
|
@@ -5560,14 +5567,14 @@ gov.sh
|
|
|
5560
5567
|
org.sh
|
|
5561
5568
|
mil.sh
|
|
5562
5569
|
|
|
5563
|
-
// si : https://
|
|
5570
|
+
// si : https://www.iana.org/domains/root/db/si.html
|
|
5564
5571
|
si
|
|
5565
5572
|
|
|
5566
5573
|
// sj : No registrations at this time.
|
|
5567
5574
|
// Submitted by registry <jarle@uninett.no>
|
|
5568
5575
|
sj
|
|
5569
5576
|
|
|
5570
|
-
// sk : https://
|
|
5577
|
+
// sk : https://www.iana.org/domains/root/db/sk.html
|
|
5571
5578
|
// list of 2nd level domains ?
|
|
5572
5579
|
sk
|
|
5573
5580
|
|
|
@@ -5580,10 +5587,10 @@ edu.sl
|
|
|
5580
5587
|
gov.sl
|
|
5581
5588
|
org.sl
|
|
5582
5589
|
|
|
5583
|
-
// sm : https://
|
|
5590
|
+
// sm : https://www.iana.org/domains/root/db/sm.html
|
|
5584
5591
|
sm
|
|
5585
5592
|
|
|
5586
|
-
// sn : https://
|
|
5593
|
+
// sn : https://www.iana.org/domains/root/db/sn.html
|
|
5587
5594
|
sn
|
|
5588
5595
|
art.sn
|
|
5589
5596
|
com.sn
|
|
@@ -5602,7 +5609,7 @@ me.so
|
|
|
5602
5609
|
net.so
|
|
5603
5610
|
org.so
|
|
5604
5611
|
|
|
5605
|
-
// sr : https://
|
|
5612
|
+
// sr : https://www.iana.org/domains/root/db/sr.html
|
|
5606
5613
|
sr
|
|
5607
5614
|
|
|
5608
5615
|
// ss : https://registry.nic.ss/
|
|
@@ -5631,7 +5638,7 @@ principe.st
|
|
|
5631
5638
|
saotome.st
|
|
5632
5639
|
store.st
|
|
5633
5640
|
|
|
5634
|
-
// su : https://
|
|
5641
|
+
// su : https://www.iana.org/domains/root/db/su.html
|
|
5635
5642
|
su
|
|
5636
5643
|
|
|
5637
5644
|
// sv : http://www.svnet.org.sv/niveldos.pdf
|
|
@@ -5642,12 +5649,12 @@ gob.sv
|
|
|
5642
5649
|
org.sv
|
|
5643
5650
|
red.sv
|
|
5644
5651
|
|
|
5645
|
-
// sx : https://
|
|
5652
|
+
// sx : https://www.iana.org/domains/root/db/sx.html
|
|
5646
5653
|
// Submitted by registry <jcvignes@openregistry.com>
|
|
5647
5654
|
sx
|
|
5648
5655
|
gov.sx
|
|
5649
5656
|
|
|
5650
|
-
// sy : https://
|
|
5657
|
+
// sy : https://www.iana.org/domains/root/db/sy.html
|
|
5651
5658
|
// see also: http://www.gobin.info/domainname/sy.doc
|
|
5652
5659
|
sy
|
|
5653
5660
|
edu.sy
|
|
@@ -5657,31 +5664,31 @@ mil.sy
|
|
|
5657
5664
|
com.sy
|
|
5658
5665
|
org.sy
|
|
5659
5666
|
|
|
5660
|
-
// sz : https://
|
|
5667
|
+
// sz : https://www.iana.org/domains/root/db/sz.html
|
|
5661
5668
|
// http://www.sispa.org.sz/
|
|
5662
5669
|
sz
|
|
5663
5670
|
co.sz
|
|
5664
5671
|
ac.sz
|
|
5665
5672
|
org.sz
|
|
5666
5673
|
|
|
5667
|
-
// tc : https://
|
|
5674
|
+
// tc : https://www.iana.org/domains/root/db/tc.html
|
|
5668
5675
|
tc
|
|
5669
5676
|
|
|
5670
|
-
// td : https://
|
|
5677
|
+
// td : https://www.iana.org/domains/root/db/td.html
|
|
5671
5678
|
td
|
|
5672
5679
|
|
|
5673
|
-
// tel: https://
|
|
5680
|
+
// tel: https://www.iana.org/domains/root/db/tel.html
|
|
5674
5681
|
// http://www.telnic.org/
|
|
5675
5682
|
tel
|
|
5676
5683
|
|
|
5677
5684
|
// tf : https://www.afnic.fr/wp-media/uploads/2022/12/afnic-naming-policy-2023-01-01.pdf
|
|
5678
5685
|
tf
|
|
5679
5686
|
|
|
5680
|
-
// tg : https://
|
|
5687
|
+
// tg : https://www.iana.org/domains/root/db/tg.html
|
|
5681
5688
|
// http://www.nic.tg/
|
|
5682
5689
|
tg
|
|
5683
5690
|
|
|
5684
|
-
// th : https://
|
|
5691
|
+
// th : https://www.iana.org/domains/root/db/th.html
|
|
5685
5692
|
// Submitted by registry <krit@thains.co.th>
|
|
5686
5693
|
th
|
|
5687
5694
|
ac.th
|
|
@@ -5710,10 +5717,10 @@ org.tj
|
|
|
5710
5717
|
test.tj
|
|
5711
5718
|
web.tj
|
|
5712
5719
|
|
|
5713
|
-
// tk : https://
|
|
5720
|
+
// tk : https://www.iana.org/domains/root/db/tk.html
|
|
5714
5721
|
tk
|
|
5715
5722
|
|
|
5716
|
-
// tl : https://
|
|
5723
|
+
// tl : https://www.iana.org/domains/root/db/tl.html
|
|
5717
5724
|
tl
|
|
5718
5725
|
gov.tl
|
|
5719
5726
|
|
|
@@ -5745,7 +5752,7 @@ org.tn
|
|
|
5745
5752
|
perso.tn
|
|
5746
5753
|
tourism.tn
|
|
5747
5754
|
|
|
5748
|
-
// to : https://
|
|
5755
|
+
// to : https://www.iana.org/domains/root/db/to.html
|
|
5749
5756
|
// Submitted by registry <egullich@colo.to>
|
|
5750
5757
|
to
|
|
5751
5758
|
com.to
|
|
@@ -5805,12 +5812,12 @@ name.tt
|
|
|
5805
5812
|
gov.tt
|
|
5806
5813
|
edu.tt
|
|
5807
5814
|
|
|
5808
|
-
// tv : https://
|
|
5815
|
+
// tv : https://www.iana.org/domains/root/db/tv.html
|
|
5809
5816
|
// Not listing any 2LDs as reserved since none seem to exist in practice,
|
|
5810
5817
|
// Wikipedia notwithstanding.
|
|
5811
5818
|
tv
|
|
5812
5819
|
|
|
5813
|
-
// tw : https://
|
|
5820
|
+
// tw : https://www.iana.org/domains/root/db/tw.html
|
|
5814
5821
|
tw
|
|
5815
5822
|
edu.tw
|
|
5816
5823
|
gov.tw
|
|
@@ -5939,7 +5946,7 @@ ne.ug
|
|
|
5939
5946
|
com.ug
|
|
5940
5947
|
org.ug
|
|
5941
5948
|
|
|
5942
|
-
// uk : https://
|
|
5949
|
+
// uk : https://www.iana.org/domains/root/db/uk.html
|
|
5943
5950
|
// Submitted by registry <Michael.Daly@nominet.org.uk>
|
|
5944
5951
|
uk
|
|
5945
5952
|
ac.uk
|
|
@@ -5954,7 +5961,7 @@ plc.uk
|
|
|
5954
5961
|
police.uk
|
|
5955
5962
|
*.sch.uk
|
|
5956
5963
|
|
|
5957
|
-
// us : https://
|
|
5964
|
+
// us : https://www.iana.org/domains/root/db/us.html
|
|
5958
5965
|
us
|
|
5959
5966
|
dni.us
|
|
5960
5967
|
fed.us
|
|
@@ -6222,10 +6229,10 @@ com.uz
|
|
|
6222
6229
|
net.uz
|
|
6223
6230
|
org.uz
|
|
6224
6231
|
|
|
6225
|
-
// va : https://
|
|
6232
|
+
// va : https://www.iana.org/domains/root/db/va.html
|
|
6226
6233
|
va
|
|
6227
6234
|
|
|
6228
|
-
// vc : https://
|
|
6235
|
+
// vc : https://www.iana.org/domains/root/db/vc.html
|
|
6229
6236
|
// Submitted by registry <kshah@ca.afilias.info>
|
|
6230
6237
|
vc
|
|
6231
6238
|
com.vc
|
|
@@ -6259,7 +6266,7 @@ store.ve
|
|
|
6259
6266
|
tec.ve
|
|
6260
6267
|
web.ve
|
|
6261
6268
|
|
|
6262
|
-
// vg : https://
|
|
6269
|
+
// vg : https://www.iana.org/domains/root/db/vg.html
|
|
6263
6270
|
vg
|
|
6264
6271
|
|
|
6265
6272
|
// vi : http://www.nic.vi/newdomainform.htm
|
|
@@ -6357,7 +6364,7 @@ vinhlong.vn
|
|
|
6357
6364
|
vinhphuc.vn
|
|
6358
6365
|
yenbai.vn
|
|
6359
6366
|
|
|
6360
|
-
// vu : https://
|
|
6367
|
+
// vu : https://www.iana.org/domains/root/db/vu.html
|
|
6361
6368
|
// http://www.vunic.vu/
|
|
6362
6369
|
vu
|
|
6363
6370
|
com.vu
|
|
@@ -6368,7 +6375,7 @@ org.vu
|
|
|
6368
6375
|
// wf : https://www.afnic.fr/wp-media/uploads/2022/12/afnic-naming-policy-2023-01-01.pdf
|
|
6369
6376
|
wf
|
|
6370
6377
|
|
|
6371
|
-
// ws : https://
|
|
6378
|
+
// ws : https://www.iana.org/domains/root/db/ws.html
|
|
6372
6379
|
// http://samoanic.ws/index.dhtml
|
|
6373
6380
|
ws
|
|
6374
6381
|
com.ws
|
|
@@ -6716,10 +6723,9 @@ gov.zw
|
|
|
6716
6723
|
mil.zw
|
|
6717
6724
|
org.zw
|
|
6718
6725
|
|
|
6719
|
-
|
|
6720
6726
|
// newGTLDs
|
|
6721
6727
|
|
|
6722
|
-
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-
|
|
6728
|
+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-09-13T15:16:52Z
|
|
6723
6729
|
// This list is auto-generated, don't edit it manually.
|
|
6724
6730
|
// aaa : American Automobile Association, Inc.
|
|
6725
6731
|
// https://www.iana.org/domains/root/db/aaa.html
|
|
@@ -8121,7 +8127,7 @@ forex
|
|
|
8121
8127
|
// https://www.iana.org/domains/root/db/forsale.html
|
|
8122
8128
|
forsale
|
|
8123
8129
|
|
|
8124
|
-
// forum :
|
|
8130
|
+
// forum : Waterford Limited
|
|
8125
8131
|
// https://www.iana.org/domains/root/db/forum.html
|
|
8126
8132
|
forum
|
|
8127
8133
|
|
|
@@ -9033,7 +9039,7 @@ maison
|
|
|
9033
9039
|
// https://www.iana.org/domains/root/db/makeup.html
|
|
9034
9040
|
makeup
|
|
9035
9041
|
|
|
9036
|
-
// man : MAN SE
|
|
9042
|
+
// man : MAN Truck & Bus SE
|
|
9037
9043
|
// https://www.iana.org/domains/root/db/man.html
|
|
9038
9044
|
man
|
|
9039
9045
|
|
|
@@ -9113,6 +9119,10 @@ men
|
|
|
9113
9119
|
// https://www.iana.org/domains/root/db/menu.html
|
|
9114
9120
|
menu
|
|
9115
9121
|
|
|
9122
|
+
// merck : Merck Registry Holdings, Inc.
|
|
9123
|
+
// https://www.iana.org/domains/root/db/merck.html
|
|
9124
|
+
merck
|
|
9125
|
+
|
|
9116
9126
|
// merckmsd : MSD Registry Holdings, Inc.
|
|
9117
9127
|
// https://www.iana.org/domains/root/db/merckmsd.html
|
|
9118
9128
|
merckmsd
|
|
@@ -9693,7 +9703,7 @@ realestate
|
|
|
9693
9703
|
// https://www.iana.org/domains/root/db/realtor.html
|
|
9694
9704
|
realtor
|
|
9695
9705
|
|
|
9696
|
-
// realty :
|
|
9706
|
+
// realty : Waterford Limited
|
|
9697
9707
|
// https://www.iana.org/domains/root/db/realty.html
|
|
9698
9708
|
realty
|
|
9699
9709
|
|
|
@@ -11181,11 +11191,28 @@ zone
|
|
|
11181
11191
|
// https://www.iana.org/domains/root/db/zuerich.html
|
|
11182
11192
|
zuerich
|
|
11183
11193
|
|
|
11184
|
-
|
|
11185
11194
|
// ===END ICANN DOMAINS===
|
|
11195
|
+
|
|
11186
11196
|
// ===BEGIN PRIVATE DOMAINS===
|
|
11197
|
+
|
|
11187
11198
|
// (Note: these are in alphabetical order by company name)
|
|
11188
11199
|
|
|
11200
|
+
// .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
|
|
11201
|
+
co.krd
|
|
11202
|
+
edu.krd
|
|
11203
|
+
|
|
11204
|
+
// .pl domains (grandfathered)
|
|
11205
|
+
art.pl
|
|
11206
|
+
gliwice.pl
|
|
11207
|
+
krakow.pl
|
|
11208
|
+
poznan.pl
|
|
11209
|
+
wroc.pl
|
|
11210
|
+
zakopane.pl
|
|
11211
|
+
|
|
11212
|
+
// .US
|
|
11213
|
+
// Submitted by Ed Moore <Ed.Moore@lib.de.us>
|
|
11214
|
+
lib.de.us
|
|
11215
|
+
|
|
11189
11216
|
// 12CHARS: https://12chars.com
|
|
11190
11217
|
// Submitted by Kenny Niehage <psl@12chars.com>
|
|
11191
11218
|
12chars.dev
|
|
@@ -11198,21 +11225,17 @@ cc.ua
|
|
|
11198
11225
|
inf.ua
|
|
11199
11226
|
ltd.ua
|
|
11200
11227
|
|
|
11201
|
-
//
|
|
11228
|
+
// 611 blockchain domain name system : https://611project.net/
|
|
11202
11229
|
611.to
|
|
11203
11230
|
|
|
11204
|
-
// AAA workspace : https://aaa.vodka
|
|
11205
|
-
// Submitted by Kirill Rezraf <admin@aaa.vodka>
|
|
11206
|
-
aaa.vodka
|
|
11207
|
-
|
|
11208
11231
|
// A2 Hosting
|
|
11209
11232
|
// Submitted by Tyler Hall <sysadmin@a2hosting.com>
|
|
11210
11233
|
a2hosted.com
|
|
11211
11234
|
cpserver.com
|
|
11212
11235
|
|
|
11213
|
-
//
|
|
11214
|
-
// Submitted by
|
|
11215
|
-
|
|
11236
|
+
// AAA workspace : https://aaa.vodka
|
|
11237
|
+
// Submitted by Kirill Rezraf <admin@aaa.vodka>
|
|
11238
|
+
aaa.vodka
|
|
11216
11239
|
|
|
11217
11240
|
// Acorn Labs : https://acorn.io
|
|
11218
11241
|
// Submitted by Craig Jellick <domains@acorn.io>
|
|
@@ -11242,6 +11265,10 @@ hlx3.page
|
|
|
11242
11265
|
adobeio-static.net
|
|
11243
11266
|
adobeioruntime.net
|
|
11244
11267
|
|
|
11268
|
+
// Africa.com Web Solutions Ltd : https://registry.africa.com
|
|
11269
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
11270
|
+
africa.com
|
|
11271
|
+
|
|
11245
11272
|
// Agnat sp. z o.o. : https://domena.pl
|
|
11246
11273
|
// Submitted by Przemyslaw Plewa <it-admin@domena.pl>
|
|
11247
11274
|
beep.pl
|
|
@@ -12075,16 +12102,11 @@ eero-stage.online
|
|
|
12075
12102
|
|
|
12076
12103
|
// concludes Amazon
|
|
12077
12104
|
|
|
12078
|
-
// Amune : https://amune.org/
|
|
12079
|
-
// Submitted by Team Amune <cert@amune.org>
|
|
12080
|
-
t3l3p0rt.net
|
|
12081
|
-
tele.amune.org
|
|
12082
|
-
|
|
12083
12105
|
// Apigee : https://apigee.com/
|
|
12084
12106
|
// Submitted by Apigee Security Team <security@apigee.com>
|
|
12085
12107
|
apigee.io
|
|
12086
12108
|
|
|
12087
|
-
// Apis Networks: https://apisnetworks.com
|
|
12109
|
+
// Apis Networks : https://apisnetworks.com
|
|
12088
12110
|
// Submitted by Matt Saladna <matt@apisnetworks.com>
|
|
12089
12111
|
panel.dev
|
|
12090
12112
|
|
|
@@ -12138,10 +12160,6 @@ cdn.prod.atlassian-dev.net
|
|
|
12138
12160
|
// Submitted by Lukas Reschke <lukas@authentick.net>
|
|
12139
12161
|
translated.page
|
|
12140
12162
|
|
|
12141
|
-
// Autocode : https://autocode.com
|
|
12142
|
-
// Submitted by Jacob Lee <jacob@autocode.com>
|
|
12143
|
-
autocode.dev
|
|
12144
|
-
|
|
12145
12163
|
// AVM : https://avm.de
|
|
12146
12164
|
// Submitted by Andreas Weise <a.weise@avm.de>
|
|
12147
12165
|
myfritz.link
|
|
@@ -12156,7 +12174,7 @@ onavstack.net
|
|
|
12156
12174
|
*.awdev.ca
|
|
12157
12175
|
*.advisor.ws
|
|
12158
12176
|
|
|
12159
|
-
// AZ.pl sp. z.o.o: https://az.pl
|
|
12177
|
+
// AZ.pl sp. z.o.o : https://az.pl
|
|
12160
12178
|
// Submitted by Krzysztof Wolski <krzysztof.wolski@home.eu>
|
|
12161
12179
|
ecommerce-shop.pl
|
|
12162
12180
|
|
|
@@ -12168,11 +12186,6 @@ b-data.io
|
|
|
12168
12186
|
// Submitted by Petros Angelatos <petrosagg@balena.io>
|
|
12169
12187
|
balena-devices.com
|
|
12170
12188
|
|
|
12171
|
-
// University of Banja Luka : https://unibl.org
|
|
12172
|
-
// Domains for Republic of Srpska administrative entity.
|
|
12173
|
-
// Submitted by Marko Ivanovic <kormang@hotmail.rs>
|
|
12174
|
-
rs.ba
|
|
12175
|
-
|
|
12176
12189
|
// Banzai Cloud
|
|
12177
12190
|
// Submitted by Janos Matyas <info@banzaicloud.com>
|
|
12178
12191
|
*.banzai.cloud
|
|
@@ -12208,10 +12221,6 @@ pages.gay
|
|
|
12208
12221
|
// Submitted by Adrian <adrian@betainabox.com>
|
|
12209
12222
|
betainabox.com
|
|
12210
12223
|
|
|
12211
|
-
// University of Bielsko-Biala regional domain: http://dns.bielsko.pl/
|
|
12212
|
-
// Submitted by Marcin <dns@ath.bielsko.pl>
|
|
12213
|
-
bielsko.pl
|
|
12214
|
-
|
|
12215
12224
|
// BinaryLane : http://www.binarylane.com
|
|
12216
12225
|
// Submitted by Nathan O'Sullivan <nathan@mammoth.com.au>
|
|
12217
12226
|
bnr.la
|
|
@@ -12266,6 +12275,11 @@ shop.brendly.rs
|
|
|
12266
12275
|
// Submitted by Dave Tharp <browsersafetymark.io@quicinc.com>
|
|
12267
12276
|
browsersafetymark.io
|
|
12268
12277
|
|
|
12278
|
+
// BRS Media : https://brsmedia.com/
|
|
12279
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12280
|
+
radio.am
|
|
12281
|
+
radio.fm
|
|
12282
|
+
|
|
12269
12283
|
// Bytemark Hosting : https://www.bytemark.co.uk
|
|
12270
12284
|
// Submitted by Paul Cammish <paul.cammish@bytemark.co.uk>
|
|
12271
12285
|
uk0.bigv.io
|
|
@@ -12276,10 +12290,6 @@ vm.bytemark.co.uk
|
|
|
12276
12290
|
// Submitted by Antonio Lain <antlai@cafjs.com>
|
|
12277
12291
|
cafjs.com
|
|
12278
12292
|
|
|
12279
|
-
// callidomus : https://www.callidomus.com/
|
|
12280
|
-
// Submitted by Marcus Popp <admin@callidomus.com>
|
|
12281
|
-
mycd.eu
|
|
12282
|
-
|
|
12283
12293
|
// Canva Pty Ltd : https://canva.com/
|
|
12284
12294
|
// Submitted by Joel Aquilina <publicsuffixlist@canva.com>
|
|
12285
12295
|
canva-apps.cn
|
|
@@ -12295,6 +12305,20 @@ carrd.co
|
|
|
12295
12305
|
crd.co
|
|
12296
12306
|
ju.mp
|
|
12297
12307
|
|
|
12308
|
+
// CDDO : https://www.gov.uk/guidance/get-an-api-domain-on-govuk
|
|
12309
|
+
// Submitted by Jamie Tanna <jamie.tanna@digital.cabinet-office.gov.uk>
|
|
12310
|
+
api.gov.uk
|
|
12311
|
+
|
|
12312
|
+
// CDN77.com : http://www.cdn77.com
|
|
12313
|
+
// Submitted by Jan Krpes <jan.krpes@cdn77.com>
|
|
12314
|
+
cdn77-storage.com
|
|
12315
|
+
rsc.contentproxy9.cz
|
|
12316
|
+
r.cdn77.net
|
|
12317
|
+
cdn77-ssl.net
|
|
12318
|
+
c.cdn77.org
|
|
12319
|
+
rsc.cdn77.org
|
|
12320
|
+
ssl.origin.cdn77-secure.org
|
|
12321
|
+
|
|
12298
12322
|
// CentralNic : http://www.centralnic.com/names/domains
|
|
12299
12323
|
// Submitted by registry <gavin.brown@centralnic.com>
|
|
12300
12324
|
za.bz
|
|
@@ -12318,46 +12342,6 @@ uk.net
|
|
|
12318
12342
|
ae.org
|
|
12319
12343
|
com.se
|
|
12320
12344
|
|
|
12321
|
-
// No longer operated by CentralNic, these entries should be adopted and/or removed by current operators
|
|
12322
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12323
|
-
ar.com
|
|
12324
|
-
hu.com
|
|
12325
|
-
kr.com
|
|
12326
|
-
no.com
|
|
12327
|
-
qc.com
|
|
12328
|
-
uy.com
|
|
12329
|
-
|
|
12330
|
-
// Africa.com Web Solutions Ltd : https://registry.africa.com
|
|
12331
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12332
|
-
africa.com
|
|
12333
|
-
|
|
12334
|
-
// iDOT Services Limited : http://www.domain.gr.com
|
|
12335
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12336
|
-
gr.com
|
|
12337
|
-
|
|
12338
|
-
// Radix FZC : http://domains.in.net
|
|
12339
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12340
|
-
web.in
|
|
12341
|
-
in.net
|
|
12342
|
-
|
|
12343
|
-
// US REGISTRY LLC : http://us.org
|
|
12344
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12345
|
-
us.org
|
|
12346
|
-
|
|
12347
|
-
// co.com Registry, LLC : https://registry.co.com
|
|
12348
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12349
|
-
co.com
|
|
12350
|
-
|
|
12351
|
-
// Roar Domains LLC : https://roar.basketball/
|
|
12352
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12353
|
-
aus.basketball
|
|
12354
|
-
nz.basketball
|
|
12355
|
-
|
|
12356
|
-
// BRS Media : https://brsmedia.com/
|
|
12357
|
-
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12358
|
-
radio.am
|
|
12359
|
-
radio.fm
|
|
12360
|
-
|
|
12361
12345
|
// certmgr.org : https://certmgr.org
|
|
12362
12346
|
// Submitted by B. Blechschmidt <hostmaster@certmgr.org>
|
|
12363
12347
|
certmgr.org
|
|
@@ -12371,13 +12355,6 @@ cx.ua
|
|
|
12371
12355
|
discourse.group
|
|
12372
12356
|
discourse.team
|
|
12373
12357
|
|
|
12374
|
-
// Clever Cloud : https://www.clever-cloud.com/
|
|
12375
|
-
// Submitted by Quentin Adam <noc@clever-cloud.com>
|
|
12376
|
-
cleverapps.cc
|
|
12377
|
-
*.services.clever-cloud.com
|
|
12378
|
-
cleverapps.io
|
|
12379
|
-
cleverapps.tech
|
|
12380
|
-
|
|
12381
12358
|
// Clerk : https://www.clerk.dev
|
|
12382
12359
|
// Submitted by Colin Sidoti <systems@clerk.dev>
|
|
12383
12360
|
clerk.app
|
|
@@ -12387,10 +12364,40 @@ clerkstage.app
|
|
|
12387
12364
|
*.stg.dev
|
|
12388
12365
|
*.stgstage.dev
|
|
12389
12366
|
|
|
12367
|
+
// Clever Cloud : https://www.clever-cloud.com/
|
|
12368
|
+
// Submitted by Quentin Adam <noc@clever-cloud.com>
|
|
12369
|
+
cleverapps.cc
|
|
12370
|
+
*.services.clever-cloud.com
|
|
12371
|
+
cleverapps.io
|
|
12372
|
+
cleverapps.tech
|
|
12373
|
+
|
|
12390
12374
|
// ClickRising : https://clickrising.com/
|
|
12391
12375
|
// Submitted by Umut Gumeli <infrastructure-publicsuffixlist@clickrising.com>
|
|
12392
12376
|
clickrising.net
|
|
12393
12377
|
|
|
12378
|
+
// Cloud DNS Ltd : http://www.cloudns.net
|
|
12379
|
+
// Submitted by Aleksander Hristov <noc@cloudns.net> & Boyan Peychev <boyan@cloudns.net>
|
|
12380
|
+
cloudns.asia
|
|
12381
|
+
cloudns.be
|
|
12382
|
+
cloudns.biz
|
|
12383
|
+
cloudns.cc
|
|
12384
|
+
cloudns.ch
|
|
12385
|
+
cloudns.cl
|
|
12386
|
+
cloudns.club
|
|
12387
|
+
dnsabr.com
|
|
12388
|
+
cloudns.cx
|
|
12389
|
+
cloudns.eu
|
|
12390
|
+
cloudns.in
|
|
12391
|
+
cloudns.info
|
|
12392
|
+
dns-cloud.net
|
|
12393
|
+
dns-dynamic.net
|
|
12394
|
+
cloudns.nz
|
|
12395
|
+
cloudns.org
|
|
12396
|
+
cloudns.ph
|
|
12397
|
+
cloudns.pro
|
|
12398
|
+
cloudns.pw
|
|
12399
|
+
cloudns.us
|
|
12400
|
+
|
|
12394
12401
|
// Cloud66 : https://www.cloud66.com/
|
|
12395
12402
|
// Submitted by Khash Sajadi <khash@cloud66.com>
|
|
12396
12403
|
c66.me
|
|
@@ -12417,11 +12424,11 @@ trycloudflare.com
|
|
|
12417
12424
|
pages.dev
|
|
12418
12425
|
r2.dev
|
|
12419
12426
|
workers.dev
|
|
12427
|
+
cloudflare.net
|
|
12428
|
+
cdn.cloudflare.net
|
|
12420
12429
|
cdn.cloudflareanycast.net
|
|
12421
12430
|
cdn.cloudflarecn.net
|
|
12422
12431
|
cdn.cloudflareglobal.net
|
|
12423
|
-
cloudflare.net
|
|
12424
|
-
cdn.cloudflare.net
|
|
12425
12432
|
|
|
12426
12433
|
// cloudscale.ch AG : https://www.cloudscale.ch/
|
|
12427
12434
|
// Submitted by Gaudenz Steinlin <support@cloudscale.ch>
|
|
@@ -12433,53 +12440,20 @@ objects.rma.cloudscale.ch
|
|
|
12433
12440
|
// Submitted by Patrick Nielsen <patrick@clovyr.io>
|
|
12434
12441
|
wnext.app
|
|
12435
12442
|
|
|
12436
|
-
//
|
|
12437
|
-
|
|
12443
|
+
// CNPY : https://cnpy.gdn
|
|
12444
|
+
// Submitted by Angelo Gladding <angelo@lahacker.net>
|
|
12445
|
+
cnpy.gdn
|
|
12438
12446
|
|
|
12439
12447
|
// Co & Co : https://co-co.nl/
|
|
12440
12448
|
// Submitted by Govert Versluis <govert@co-co.nl>
|
|
12441
12449
|
*.otap.co
|
|
12442
12450
|
|
|
12443
|
-
//
|
|
12444
|
-
|
|
12445
|
-
co.cz
|
|
12446
|
-
|
|
12447
|
-
// CDN77.com : http://www.cdn77.com
|
|
12448
|
-
// Submitted by Jan Krpes <jan.krpes@cdn77.com>
|
|
12449
|
-
cdn77-storage.com
|
|
12450
|
-
rsc.contentproxy9.cz
|
|
12451
|
-
r.cdn77.net
|
|
12452
|
-
cdn77-ssl.net
|
|
12453
|
-
c.cdn77.org
|
|
12454
|
-
rsc.cdn77.org
|
|
12455
|
-
ssl.origin.cdn77-secure.org
|
|
12456
|
-
|
|
12457
|
-
// Cloud DNS Ltd : http://www.cloudns.net
|
|
12458
|
-
// Submitted by Aleksander Hristov <noc@cloudns.net> & Boyan Peychev <boyan@cloudns.net>
|
|
12459
|
-
cloudns.asia
|
|
12460
|
-
cloudns.be
|
|
12461
|
-
cloudns.biz
|
|
12462
|
-
cloudns.cc
|
|
12463
|
-
cloudns.ch
|
|
12464
|
-
cloudns.cl
|
|
12465
|
-
cloudns.club
|
|
12466
|
-
dnsabr.com
|
|
12467
|
-
cloudns.cx
|
|
12468
|
-
cloudns.eu
|
|
12469
|
-
cloudns.in
|
|
12470
|
-
cloudns.info
|
|
12471
|
-
dns-cloud.net
|
|
12472
|
-
dns-dynamic.net
|
|
12473
|
-
cloudns.nz
|
|
12474
|
-
cloudns.org
|
|
12475
|
-
cloudns.ph
|
|
12476
|
-
cloudns.pro
|
|
12477
|
-
cloudns.pw
|
|
12478
|
-
cloudns.us
|
|
12451
|
+
// co.ca : http://registry.co.ca/
|
|
12452
|
+
co.ca
|
|
12479
12453
|
|
|
12480
|
-
//
|
|
12481
|
-
// Submitted by
|
|
12482
|
-
|
|
12454
|
+
// co.com Registry, LLC : https://registry.co.com
|
|
12455
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
12456
|
+
co.com
|
|
12483
12457
|
|
|
12484
12458
|
// Codeberg e. V. : https://codeberg.org
|
|
12485
12459
|
// Submitted by Moritz Marquardt <git@momar.de>
|
|
@@ -12499,6 +12473,10 @@ co.no
|
|
|
12499
12473
|
webhosting.be
|
|
12500
12474
|
hosting-cluster.nl
|
|
12501
12475
|
|
|
12476
|
+
// Contentful GmbH : https://www.contentful.com
|
|
12477
|
+
// Submitted by Contentful Developer Experience Team <prd-ecosystem-dx@contentful.com>
|
|
12478
|
+
ctfcloud.net
|
|
12479
|
+
|
|
12502
12480
|
// Convex : https://convex.dev/
|
|
12503
12481
|
// Submitted by James Cowling <security@convex.dev>
|
|
12504
12482
|
convex.site
|
|
@@ -12540,22 +12518,10 @@ on.crisp.email
|
|
|
12540
12518
|
// Submitted by Andrew Cady <public-suffix-list@cryptonomic.net>
|
|
12541
12519
|
*.cryptonomic.net
|
|
12542
12520
|
|
|
12543
|
-
// Cupcake : https://cupcake.io/
|
|
12544
|
-
// Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
|
|
12545
|
-
cupcake.is
|
|
12546
|
-
|
|
12547
12521
|
// Curv UG : https://curv-labs.de/
|
|
12548
12522
|
// Submitted by Marvin Wiesner <Marvin@curv-labs.de>
|
|
12549
12523
|
curv.dev
|
|
12550
12524
|
|
|
12551
|
-
// Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
|
|
12552
|
-
// Submitted by Gregory Drake <support@dyn.com>
|
|
12553
|
-
// Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
|
|
12554
|
-
*.customer-oci.com
|
|
12555
|
-
*.oci.customer-oci.com
|
|
12556
|
-
*.ocp.customer-oci.com
|
|
12557
|
-
*.ocs.customer-oci.com
|
|
12558
|
-
|
|
12559
12525
|
// cyber_Folks S.A. : https://cyberfolks.pl
|
|
12560
12526
|
// Submitted by Bartlomiej Kida <security@cyberfolks.pl>
|
|
12561
12527
|
cfolks.pl
|
|
@@ -12571,20 +12537,6 @@ platform0.app
|
|
|
12571
12537
|
fnwk.site
|
|
12572
12538
|
folionetwork.site
|
|
12573
12539
|
|
|
12574
|
-
// Daplie, Inc : https://daplie.com
|
|
12575
|
-
// Submitted by AJ ONeal <aj@daplie.com>
|
|
12576
|
-
daplie.me
|
|
12577
|
-
localhost.daplie.me
|
|
12578
|
-
|
|
12579
|
-
// Datto, Inc. : https://www.datto.com/
|
|
12580
|
-
// Submitted by Philipp Heckel <ph@datto.com>
|
|
12581
|
-
dattolocal.com
|
|
12582
|
-
dattorelay.com
|
|
12583
|
-
dattoweb.com
|
|
12584
|
-
mydatto.com
|
|
12585
|
-
dattolocal.net
|
|
12586
|
-
mydatto.net
|
|
12587
|
-
|
|
12588
12540
|
// Dansk.net : http://www.dansk.net/
|
|
12589
12541
|
// Submitted by Anani Voule <digital@digital.co.dk>
|
|
12590
12542
|
biz.dk
|
|
@@ -12593,15 +12545,15 @@ firm.dk
|
|
|
12593
12545
|
reg.dk
|
|
12594
12546
|
store.dk
|
|
12595
12547
|
|
|
12548
|
+
// Daplie, Inc : https://daplie.com
|
|
12549
|
+
// Submitted by AJ ONeal <aj@daplie.com>
|
|
12550
|
+
daplie.me
|
|
12551
|
+
localhost.daplie.me
|
|
12552
|
+
|
|
12596
12553
|
// dappnode.io : https://dappnode.io/
|
|
12597
12554
|
// Submitted by Abel Boldu / DAppNode Team <community@dappnode.io>
|
|
12598
12555
|
dyndns.dappnode.io
|
|
12599
12556
|
|
|
12600
|
-
// dapps.earth : https://dapps.earth/
|
|
12601
|
-
// Submitted by Daniil Burdakov <icqkill@gmail.com>
|
|
12602
|
-
*.dapps.earth
|
|
12603
|
-
*.bzz.dapps.earth
|
|
12604
|
-
|
|
12605
12557
|
// Dark, Inc. : https://darklang.com
|
|
12606
12558
|
// Submitted by Paul Biggar <ops@darklang.com>
|
|
12607
12559
|
builtwithdark.com
|
|
@@ -12616,15 +12568,41 @@ instance.datadetect.com
|
|
|
12616
12568
|
// Submitted by Richard Li <secalert@datawire.io>
|
|
12617
12569
|
edgestack.me
|
|
12618
12570
|
|
|
12571
|
+
// Datto, Inc. : https://www.datto.com/
|
|
12572
|
+
// Submitted by Philipp Heckel <ph@datto.com>
|
|
12573
|
+
dattolocal.com
|
|
12574
|
+
dattorelay.com
|
|
12575
|
+
dattoweb.com
|
|
12576
|
+
mydatto.com
|
|
12577
|
+
dattolocal.net
|
|
12578
|
+
mydatto.net
|
|
12579
|
+
|
|
12619
12580
|
// DDNS5 : https://ddns5.com
|
|
12620
12581
|
// Submitted by Cameron Elliott <cameron@cameronelliott.com>
|
|
12621
12582
|
ddns5.com
|
|
12622
12583
|
|
|
12623
|
-
//
|
|
12624
|
-
// Submitted by
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12584
|
+
// ddnss.de : https://www.ddnss.de/
|
|
12585
|
+
// Submitted by Robert Niedziela <webmaster@ddnss.de>
|
|
12586
|
+
ddnss.de
|
|
12587
|
+
dyn.ddnss.de
|
|
12588
|
+
dyndns.ddnss.de
|
|
12589
|
+
dyn-ip24.de
|
|
12590
|
+
dyndns1.de
|
|
12591
|
+
home-webserver.de
|
|
12592
|
+
dyn.home-webserver.de
|
|
12593
|
+
myhome-server.de
|
|
12594
|
+
ddnss.org
|
|
12595
|
+
|
|
12596
|
+
// Debian : https://www.debian.org/
|
|
12597
|
+
// Submitted by Peter Palfrader / Debian Sysadmin Team <dsa-publicsuffixlist@debian.org>
|
|
12598
|
+
debian.net
|
|
12599
|
+
|
|
12600
|
+
// Definima : http://www.definima.com/
|
|
12601
|
+
// Submitted by Maxence Bitterli <maxence@definima.com>
|
|
12602
|
+
definima.io
|
|
12603
|
+
definima.net
|
|
12604
|
+
|
|
12605
|
+
// Deno Land Inc : https://deno.com/
|
|
12628
12606
|
// Submitted by Luca Casonato <hostmaster@deno.com>
|
|
12629
12607
|
deno.dev
|
|
12630
12608
|
deno-staging.dev
|
|
@@ -12644,10 +12622,22 @@ dfirma.pl
|
|
|
12644
12622
|
dkonto.pl
|
|
12645
12623
|
you2.pl
|
|
12646
12624
|
|
|
12625
|
+
// DigitalOcean App Platform : https://www.digitalocean.com/products/app-platform/
|
|
12626
|
+
// Submitted by Braxton Huggins <psl-maintainers@digitalocean.com>
|
|
12627
|
+
ondigitalocean.app
|
|
12628
|
+
|
|
12629
|
+
// DigitalOcean Spaces : https://www.digitalocean.com/products/spaces/
|
|
12630
|
+
// Submitted by Robin H. Johnson <psl-maintainers@digitalocean.com>
|
|
12631
|
+
*.digitaloceanspaces.com
|
|
12632
|
+
|
|
12633
|
+
// DigitalPlat : https://www.digitalplat.org/
|
|
12634
|
+
// Submitted by Edward Hsing <contact@digitalplat.org>
|
|
12635
|
+
us.kg
|
|
12636
|
+
|
|
12647
12637
|
// Diher Solutions : https://diher.solutions
|
|
12648
12638
|
// Submitted by Didi Hermawan <mail@diher.solutions>
|
|
12649
|
-
|
|
12650
|
-
|
|
12639
|
+
rss.my.id
|
|
12640
|
+
diher.solutions
|
|
12651
12641
|
|
|
12652
12642
|
// Discord Inc : https://discord.com
|
|
12653
12643
|
// Submitted by Sahn Lam <slam@discordapp.com>
|
|
@@ -12662,6 +12652,10 @@ jozi.biz
|
|
|
12662
12652
|
// Submitted by Norbert Auler <mail@dnshome.de>
|
|
12663
12653
|
dnshome.de
|
|
12664
12654
|
|
|
12655
|
+
// dnstrace.pro : https://dnstrace.pro/
|
|
12656
|
+
// Submitted by Chris Partridge <chris@partridge.tech>
|
|
12657
|
+
bci.dnstrace.pro
|
|
12658
|
+
|
|
12665
12659
|
// DotArai : https://www.dotarai.com/
|
|
12666
12660
|
// Submitted by Atsadawat Netcharadsang <atsadawat@dotarai.co.th>
|
|
12667
12661
|
online.th
|
|
@@ -12696,13 +12690,6 @@ drud.us
|
|
|
12696
12690
|
// Submitted by Richard Harper <richard@duckdns.org>
|
|
12697
12691
|
duckdns.org
|
|
12698
12692
|
|
|
12699
|
-
// Bip : https://bip.sh
|
|
12700
|
-
// Submitted by Joel Kennedy <joel@bip.sh>
|
|
12701
|
-
bip.sh
|
|
12702
|
-
|
|
12703
|
-
// bitbridge.net : Submitted by Craig Welch, abeliidev@gmail.com
|
|
12704
|
-
bitbridge.net
|
|
12705
|
-
|
|
12706
12693
|
// dy.fi : http://dy.fi/
|
|
12707
12694
|
// Submitted by Heikki Hannikainen <hessu@hes.iki.fi>
|
|
12708
12695
|
dy.fi
|
|
@@ -12989,39 +12976,6 @@ stuff-4-sale.us
|
|
|
12989
12976
|
dyndns.ws
|
|
12990
12977
|
mypets.ws
|
|
12991
12978
|
|
|
12992
|
-
// ddnss.de : https://www.ddnss.de/
|
|
12993
|
-
// Submitted by Robert Niedziela <webmaster@ddnss.de>
|
|
12994
|
-
ddnss.de
|
|
12995
|
-
dyn.ddnss.de
|
|
12996
|
-
dyndns.ddnss.de
|
|
12997
|
-
dyn-ip24.de
|
|
12998
|
-
dyndns1.de
|
|
12999
|
-
home-webserver.de
|
|
13000
|
-
dyn.home-webserver.de
|
|
13001
|
-
myhome-server.de
|
|
13002
|
-
ddnss.org
|
|
13003
|
-
|
|
13004
|
-
// Definima : http://www.definima.com/
|
|
13005
|
-
// Submitted by Maxence Bitterli <maxence@definima.com>
|
|
13006
|
-
definima.io
|
|
13007
|
-
definima.net
|
|
13008
|
-
|
|
13009
|
-
// DigitalOcean App Platform : https://www.digitalocean.com/products/app-platform/
|
|
13010
|
-
// Submitted by Braxton Huggins <psl-maintainers@digitalocean.com>
|
|
13011
|
-
ondigitalocean.app
|
|
13012
|
-
|
|
13013
|
-
// DigitalOcean Spaces : https://www.digitalocean.com/products/spaces/
|
|
13014
|
-
// Submitted by Robin H. Johnson <psl-maintainers@digitalocean.com>
|
|
13015
|
-
*.digitaloceanspaces.com
|
|
13016
|
-
|
|
13017
|
-
// DigitalPlat : https://www.digitalplat.org/
|
|
13018
|
-
// Submitted by Edward Hsing <contact@digitalplat.org>
|
|
13019
|
-
us.kg
|
|
13020
|
-
|
|
13021
|
-
// dnstrace.pro : https://dnstrace.pro/
|
|
13022
|
-
// Submitted by Chris Partridge <chris@partridge.tech>
|
|
13023
|
-
bci.dnstrace.pro
|
|
13024
|
-
|
|
13025
12979
|
// Dynu.com : https://www.dynu.com/
|
|
13026
12980
|
// Submitted by Sue Ye <sue@dynu.com>
|
|
13027
12981
|
ddnsfree.com
|
|
@@ -13040,7 +12994,6 @@ freeddns.org
|
|
|
13040
12994
|
mywire.org
|
|
13041
12995
|
webredirect.org
|
|
13042
12996
|
myddns.rocks
|
|
13043
|
-
blogsite.xyz
|
|
13044
12997
|
|
|
13045
12998
|
// dynv6 : https://dynv6.com
|
|
13046
12999
|
// Submitted by Dominik Menke <dom@digineo.de>
|
|
@@ -13059,6 +13012,11 @@ easypanel.host
|
|
|
13059
13012
|
// Submitted by <infracloudteam@namecheap.com>
|
|
13060
13013
|
*.ewp.live
|
|
13061
13014
|
|
|
13015
|
+
// ECG Robotics, Inc : https://ecgrobotics.org
|
|
13016
|
+
// Submitted by <frc1533@ecgrobotics.org>
|
|
13017
|
+
onred.one
|
|
13018
|
+
staging.onred.one
|
|
13019
|
+
|
|
13062
13020
|
// eDirect Corp. : https://hosting.url.com.tw/
|
|
13063
13021
|
// Submitted by C.S. chang <cschang@corp.url.com.tw>
|
|
13064
13022
|
twmail.cc
|
|
@@ -13094,11 +13052,6 @@ tuleap-partners.com
|
|
|
13094
13052
|
encr.app
|
|
13095
13053
|
encoreapi.com
|
|
13096
13054
|
|
|
13097
|
-
// ECG Robotics, Inc: https://ecgrobotics.org
|
|
13098
|
-
// Submitted by <frc1533@ecgrobotics.org>
|
|
13099
|
-
onred.one
|
|
13100
|
-
staging.onred.one
|
|
13101
|
-
|
|
13102
13055
|
// encoway GmbH : https://www.encoway.de
|
|
13103
13056
|
// Submitted by Marcel Daus <cloudops@encoway.de>
|
|
13104
13057
|
eu.encoway.cloud
|
|
@@ -13139,7 +13092,6 @@ kr.eu.org
|
|
|
13139
13092
|
lt.eu.org
|
|
13140
13093
|
lu.eu.org
|
|
13141
13094
|
lv.eu.org
|
|
13142
|
-
mc.eu.org
|
|
13143
13095
|
me.eu.org
|
|
13144
13096
|
mk.eu.org
|
|
13145
13097
|
mt.eu.org
|
|
@@ -13299,6 +13251,12 @@ myfast.host
|
|
|
13299
13251
|
fastvps.site
|
|
13300
13252
|
myfast.space
|
|
13301
13253
|
|
|
13254
|
+
// FearWorks Media Ltd. : https://fearworksmedia.co.uk
|
|
13255
|
+
// submitted by Keith Fairley <domains@fearworksmedia.co.uk>
|
|
13256
|
+
conn.uk
|
|
13257
|
+
copro.uk
|
|
13258
|
+
hosp.uk
|
|
13259
|
+
|
|
13302
13260
|
// Fedora : https://fedoraproject.org/
|
|
13303
13261
|
// submitted by Patrick Uiterwijk <puiterwijk@fedoraproject.org>
|
|
13304
13262
|
fedorainfracloud.org
|
|
@@ -13307,12 +13265,6 @@ cloud.fedoraproject.org
|
|
|
13307
13265
|
app.os.fedoraproject.org
|
|
13308
13266
|
app.os.stg.fedoraproject.org
|
|
13309
13267
|
|
|
13310
|
-
// FearWorks Media Ltd. : https://fearworksmedia.co.uk
|
|
13311
|
-
// submitted by Keith Fairley <domains@fearworksmedia.co.uk>
|
|
13312
|
-
conn.uk
|
|
13313
|
-
copro.uk
|
|
13314
|
-
hosp.uk
|
|
13315
|
-
|
|
13316
13268
|
// Fermax : https://fermax.com/
|
|
13317
13269
|
// submitted by Koen Van Isterdael <k.vanisterdael@fermax.be>
|
|
13318
13270
|
mydobiss.com
|
|
@@ -13329,14 +13281,6 @@ filegear.me
|
|
|
13329
13281
|
// Submitted by Chris Raynor <chris@firebase.com>
|
|
13330
13282
|
firebaseapp.com
|
|
13331
13283
|
|
|
13332
|
-
// Firewebkit : https://www.firewebkit.com
|
|
13333
|
-
// Submitted by Majid Qureshi <mqureshi@amrayn.com>
|
|
13334
|
-
fireweb.app
|
|
13335
|
-
|
|
13336
|
-
// FLAP : https://www.flap.cloud
|
|
13337
|
-
// Submitted by Louis Chemineau <louis@chmn.me>
|
|
13338
|
-
flap.id
|
|
13339
|
-
|
|
13340
13284
|
// FlashDrive : https://flashdrive.io
|
|
13341
13285
|
// Submitted by Eric Chan <support@flashdrive.io>
|
|
13342
13286
|
fldrv.com
|
|
@@ -13351,10 +13295,6 @@ fly.dev
|
|
|
13351
13295
|
shw.io
|
|
13352
13296
|
edgeapp.net
|
|
13353
13297
|
|
|
13354
|
-
// Flynn : https://flynn.io
|
|
13355
|
-
// Submitted by Jonathan Rudenberg <jonathan@flynn.io>
|
|
13356
|
-
flynnhosting.net
|
|
13357
|
-
|
|
13358
13298
|
// Forgerock : https://www.forgerock.com
|
|
13359
13299
|
// Submitted by Roderick Parr <roderick.parr@forgerock.com>
|
|
13360
13300
|
forgeblocks.com
|
|
@@ -13370,15 +13310,7 @@ framer.photos
|
|
|
13370
13310
|
framer.website
|
|
13371
13311
|
framer.wiki
|
|
13372
13312
|
|
|
13373
|
-
//
|
|
13374
|
-
// Submitted by Victor Pupynin <hallo@frusky.de>
|
|
13375
|
-
*.frusky.de
|
|
13376
|
-
|
|
13377
|
-
// RavPage : https://www.ravpage.co.il
|
|
13378
|
-
// Submitted by Roni Horowitz <roni@responder.co.il>
|
|
13379
|
-
ravpage.co.il
|
|
13380
|
-
|
|
13381
|
-
// Frederik Braun https://frederik-braun.com
|
|
13313
|
+
// Frederik Braun : https://frederik-braun.com
|
|
13382
13314
|
// Submitted by Frederik Braun <fb@frederik-braun.com>
|
|
13383
13315
|
0e.vc
|
|
13384
13316
|
|
|
@@ -13399,6 +13331,10 @@ freedesktop.org
|
|
|
13399
13331
|
// Submitted by Cadence <contact@freemyip.com>
|
|
13400
13332
|
freemyip.com
|
|
13401
13333
|
|
|
13334
|
+
// Frusky MEDIA&PR : https://www.frusky.de
|
|
13335
|
+
// Submitted by Victor Pupynin <hallo@frusky.de>
|
|
13336
|
+
*.frusky.de
|
|
13337
|
+
|
|
13402
13338
|
// FunkFeuer - Verein zur Förderung freier Netze : https://www.funkfeuer.at
|
|
13403
13339
|
// Submitted by Daniel A. Maierhofer <vorstand@funkfeuer.at>
|
|
13404
13340
|
wien.funkfeuer.at
|
|
@@ -13448,10 +13384,6 @@ independent-review.uk
|
|
|
13448
13384
|
public-inquiry.uk
|
|
13449
13385
|
royal-commission.uk
|
|
13450
13386
|
|
|
13451
|
-
// CDDO : https://www.gov.uk/guidance/get-an-api-domain-on-govuk
|
|
13452
|
-
// Submitted by Jamie Tanna <jamie.tanna@digital.cabinet-office.gov.uk>
|
|
13453
|
-
api.gov.uk
|
|
13454
|
-
|
|
13455
13387
|
// Gehirn Inc. : https://www.gehirn.co.jp/
|
|
13456
13388
|
// Submitted by Kohei YOSHIDA <tech@gehirn.co.jp>
|
|
13457
13389
|
gehirn.ne.jp
|
|
@@ -13616,15 +13548,6 @@ heteml.net
|
|
|
13616
13548
|
// Submitted by Rohan Durrant <tldns@registry.godaddy>
|
|
13617
13549
|
graphic.design
|
|
13618
13550
|
|
|
13619
|
-
// GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
|
|
13620
|
-
// Submitted by Tom Whitwell <gov-uk-paas-support@digital.cabinet-office.gov.uk>
|
|
13621
|
-
cloudapps.digital
|
|
13622
|
-
london.cloudapps.digital
|
|
13623
|
-
|
|
13624
|
-
// GOV.UK Pay : https://www.payments.service.gov.uk/
|
|
13625
|
-
// Submitted by Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
|
|
13626
|
-
pymnt.uk
|
|
13627
|
-
|
|
13628
13551
|
// GoIP DNS Services : http://www.goip.de
|
|
13629
13552
|
// Submitted by Christian Poulter <milchstrasse@goip.de>
|
|
13630
13553
|
goip.de
|
|
@@ -13659,7 +13582,6 @@ codespot.com
|
|
|
13659
13582
|
googleapis.com
|
|
13660
13583
|
googlecode.com
|
|
13661
13584
|
pagespeedmobilizer.com
|
|
13662
|
-
publishproxy.com
|
|
13663
13585
|
withgoogle.com
|
|
13664
13586
|
withyoutube.com
|
|
13665
13587
|
blogspot.cv
|
|
@@ -13728,6 +13650,15 @@ blogspot.co.za
|
|
|
13728
13650
|
// Submitted by Niels Martignene <hello@goupile.fr>
|
|
13729
13651
|
goupile.fr
|
|
13730
13652
|
|
|
13653
|
+
// GOV.UK Pay : https://www.payments.service.gov.uk/
|
|
13654
|
+
// Submitted by Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
|
|
13655
|
+
pymnt.uk
|
|
13656
|
+
|
|
13657
|
+
// GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
|
|
13658
|
+
// Submitted by Tom Whitwell <gov-uk-paas-support@digital.cabinet-office.gov.uk>
|
|
13659
|
+
cloudapps.digital
|
|
13660
|
+
london.cloudapps.digital
|
|
13661
|
+
|
|
13731
13662
|
// Government of the Netherlands: https://www.government.nl
|
|
13732
13663
|
// Submitted by <domeinnaam@minaz.nl>
|
|
13733
13664
|
gov.nl
|
|
@@ -13736,10 +13667,6 @@ gov.nl
|
|
|
13736
13667
|
// Submitted by Matt Yamkowy <info@grayjaysports.ca>
|
|
13737
13668
|
grayjayleagues.com
|
|
13738
13669
|
|
|
13739
|
-
// Group 53, LLC : https://www.group53.com
|
|
13740
|
-
// Submitted by Tyler Todd <noc@nova53.net>
|
|
13741
|
-
awsmppl.com
|
|
13742
|
-
|
|
13743
13670
|
// GünstigBestellen : https://günstigbestellen.de
|
|
13744
13671
|
// Submitted by Furkan Akkoc <info@hendelzon.de>
|
|
13745
13672
|
günstigbestellen.de
|
|
@@ -13753,11 +13680,23 @@ caa.li
|
|
|
13753
13680
|
ua.rs
|
|
13754
13681
|
conf.se
|
|
13755
13682
|
|
|
13683
|
+
// Häkkinen.fi
|
|
13684
|
+
// Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
|
|
13685
|
+
häkkinen.fi
|
|
13686
|
+
|
|
13756
13687
|
// Handshake : https://handshake.org
|
|
13757
13688
|
// Submitted by Mike Damm <md@md.vc>
|
|
13758
13689
|
hs.run
|
|
13759
13690
|
hs.zone
|
|
13760
13691
|
|
|
13692
|
+
// Harrison Network : https://hrsn.net
|
|
13693
|
+
// Submitted by William Harrison <psl@hrsn.net>
|
|
13694
|
+
wdh.app
|
|
13695
|
+
preview.wdh.app
|
|
13696
|
+
hrsn.dev
|
|
13697
|
+
t.hrsn.dev
|
|
13698
|
+
t.hrsn.net
|
|
13699
|
+
|
|
13761
13700
|
// Hashbang : https://hashbang.sh
|
|
13762
13701
|
hashbang.sh
|
|
13763
13702
|
|
|
@@ -13779,15 +13718,15 @@ hatenadiary.org
|
|
|
13779
13718
|
// Submitted by Richard Zowalla <mi-admin@hs-heilbronn.de>
|
|
13780
13719
|
pages.it.hs-heilbronn.de
|
|
13781
13720
|
|
|
13721
|
+
// HeiyuSpace: https://lazycat.cloud
|
|
13722
|
+
// Submitted by Xia Bin <admin@lazycat.cloud>
|
|
13723
|
+
heiyu.space
|
|
13724
|
+
|
|
13782
13725
|
// Helio Networks : https://heliohost.org
|
|
13783
13726
|
// Submitted by Ben Frede <admin@heliohost.org>
|
|
13784
13727
|
helioho.st
|
|
13785
13728
|
heliohost.us
|
|
13786
13729
|
|
|
13787
|
-
// HeiyuSpace: https://lazycat.cloud
|
|
13788
|
-
// Submitted by Xia Bin <admin@lazycat.cloud>
|
|
13789
|
-
heiyu.space
|
|
13790
|
-
|
|
13791
13730
|
// Hepforge : https://www.hepforge.org
|
|
13792
13731
|
// Submitted by David Grellscheid <admin@hepforge.org>
|
|
13793
13732
|
hepforge.org
|
|
@@ -13822,49 +13761,66 @@ secaas.hk
|
|
|
13822
13761
|
// Submitted by Danilo De Franco<info@hoplix.shop>
|
|
13823
13762
|
hoplix.shop
|
|
13824
13763
|
|
|
13825
|
-
|
|
13826
13764
|
// HOSTBIP REGISTRY : https://www.hostbip.com/
|
|
13827
13765
|
// Submitted by Atanunu Igbunuroghene <publicsuffixlist@hostbip.com>
|
|
13828
13766
|
orx.biz
|
|
13829
13767
|
biz.gl
|
|
13768
|
+
biz.ng
|
|
13769
|
+
co.biz.ng
|
|
13770
|
+
dl.biz.ng
|
|
13771
|
+
go.biz.ng
|
|
13772
|
+
lg.biz.ng
|
|
13773
|
+
on.biz.ng
|
|
13830
13774
|
col.ng
|
|
13831
13775
|
firm.ng
|
|
13832
13776
|
gen.ng
|
|
13833
13777
|
ltd.ng
|
|
13834
13778
|
ngo.ng
|
|
13835
|
-
|
|
13836
|
-
sch.so
|
|
13779
|
+
plc.ng
|
|
13837
13780
|
|
|
13838
13781
|
// HostFly : https://www.ie.ua
|
|
13839
13782
|
// Submitted by Bohdan Dub <support@hostfly.com.ua>
|
|
13840
13783
|
ie.ua
|
|
13841
13784
|
|
|
13842
|
-
// HostyHosting
|
|
13785
|
+
// HostyHosting : https://hostyhosting.com
|
|
13843
13786
|
hostyhosting.io
|
|
13844
13787
|
|
|
13788
|
+
// Hugging Face: https://huggingface.co
|
|
13789
|
+
// Submitted by Eliott Coyac <website@huggingface.co>
|
|
13790
|
+
hf.space
|
|
13791
|
+
static.hf.space
|
|
13792
|
+
|
|
13845
13793
|
// Hypernode B.V. : https://www.hypernode.com/
|
|
13846
13794
|
// Submitted by Cipriano Groenendal <security@nl.team.blue>
|
|
13847
13795
|
hypernode.io
|
|
13848
13796
|
|
|
13849
|
-
//
|
|
13850
|
-
// Submitted by
|
|
13851
|
-
|
|
13797
|
+
// I-O DATA DEVICE, INC. : http://www.iodata.com/
|
|
13798
|
+
// Submitted by Yuji Minagawa <domains-admin@iodata.jp>
|
|
13799
|
+
iobb.net
|
|
13800
|
+
|
|
13801
|
+
// i-registry s.r.o. : http://www.i-registry.cz/
|
|
13802
|
+
// Submitted by Martin Semrad <semrad@i-registry.cz>
|
|
13803
|
+
co.cz
|
|
13852
13804
|
|
|
13853
13805
|
// Ici la Lune : http://www.icilalune.com/
|
|
13854
13806
|
// Submitted by Simon Morvan <simon@icilalune.com>
|
|
13855
13807
|
*.moonscale.io
|
|
13856
13808
|
moonscale.net
|
|
13857
13809
|
|
|
13810
|
+
// iDOT Services Limited : http://www.domain.gr.com
|
|
13811
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
13812
|
+
gr.com
|
|
13813
|
+
|
|
13858
13814
|
// iki.fi
|
|
13859
13815
|
// Submitted by Hannu Aronsson <haa@iki.fi>
|
|
13860
13816
|
iki.fi
|
|
13861
13817
|
|
|
13862
|
-
// iliad italia: https://www.iliad.it
|
|
13818
|
+
// iliad italia : https://www.iliad.it
|
|
13863
13819
|
// Submitted by Marios Makassikis <mmakassikis@freebox.fr>
|
|
13864
13820
|
ibxos.it
|
|
13865
13821
|
iliadboxos.it
|
|
13866
13822
|
|
|
13867
|
-
// Incsub, LLC: https://incsub.com/
|
|
13823
|
+
// Incsub, LLC : https://incsub.com/
|
|
13868
13824
|
// Submitted by Aaron Edwards <sysadmins@incsub.com>
|
|
13869
13825
|
smushcdn.com
|
|
13870
13826
|
wphostedmail.com
|
|
@@ -13927,26 +13883,43 @@ to.leg.br
|
|
|
13927
13883
|
// Submitted by Wolfgang Schwarz <admin@intermetrics.de>
|
|
13928
13884
|
pixolino.com
|
|
13929
13885
|
|
|
13930
|
-
// Internet-Pro, LLP: https://netangels.ru/
|
|
13886
|
+
// Internet-Pro, LLP : https://netangels.ru/
|
|
13931
13887
|
// Submitted by Vasiliy Sheredeko <piphon@gmail.com>
|
|
13932
13888
|
na4u.ru
|
|
13933
13889
|
|
|
13890
|
+
// IONOS SE : https://www.ionos.com/,
|
|
13891
|
+
// IONOS Group SE: https://www.ionos-group.com/
|
|
13892
|
+
// submitted by Henrik Willert <security@ionos.com>
|
|
13893
|
+
apps-1and1.com
|
|
13894
|
+
live-website.com
|
|
13895
|
+
apps-1and1.net
|
|
13896
|
+
websitebuilder.online
|
|
13897
|
+
app-ionos.space
|
|
13898
|
+
|
|
13934
13899
|
// iopsys software solutions AB : https://iopsys.eu/
|
|
13935
13900
|
// Submitted by Roman Azarenko <roman.azarenko@iopsys.eu>
|
|
13936
13901
|
iopsys.se
|
|
13937
13902
|
|
|
13903
|
+
// IPFS Project : https://ipfs.tech/
|
|
13904
|
+
// Submitted by Interplanetary Shipyard <domains@ipshipyard.com>
|
|
13905
|
+
*.dweb.link
|
|
13906
|
+
|
|
13938
13907
|
// IPiFony Systems, Inc. : https://www.ipifony.com/
|
|
13939
13908
|
// Submitted by Matthew Hardeman <mhardeman@ipifony.com>
|
|
13940
13909
|
ipifony.net
|
|
13941
13910
|
|
|
13942
|
-
// is-a.dev : https://www.is-a.dev
|
|
13943
|
-
// Submitted by William Harrison <admin@maintainers.is-a.dev>
|
|
13944
|
-
is-a.dev
|
|
13945
|
-
|
|
13946
13911
|
// ir.md : https://nic.ir.md
|
|
13947
13912
|
// Submitted by Ali Soizi <info@nic.ir.md>
|
|
13948
13913
|
ir.md
|
|
13949
13914
|
|
|
13915
|
+
// is-a-good.dev : https://is-a-good.dev
|
|
13916
|
+
// Submitted by William Harrison <webmaster@is-a-good.dev>
|
|
13917
|
+
is-a-good.dev
|
|
13918
|
+
|
|
13919
|
+
// is-a.dev : https://www.is-a.dev
|
|
13920
|
+
// Submitted by William Harrison <admin@m.is-a.dev>
|
|
13921
|
+
is-a.dev
|
|
13922
|
+
|
|
13950
13923
|
// IServ GmbH : https://iserv.de
|
|
13951
13924
|
// Submitted by Mario Hoberg <info@iserv.de>
|
|
13952
13925
|
iservschule.de
|
|
@@ -13956,15 +13929,10 @@ schulserver.de
|
|
|
13956
13929
|
test-iserv.de
|
|
13957
13930
|
iserv.dev
|
|
13958
13931
|
|
|
13959
|
-
// I-O DATA DEVICE, INC. : http://www.iodata.com/
|
|
13960
|
-
// Submitted by Yuji Minagawa <domains-admin@iodata.jp>
|
|
13961
|
-
iobb.net
|
|
13962
|
-
|
|
13963
13932
|
// Jelastic, Inc. : https://jelastic.com/
|
|
13964
13933
|
// Submitted by Ihor Kolodyuk <ik@jelastic.com>
|
|
13965
13934
|
mel.cloudlets.com.au
|
|
13966
13935
|
cloud.interhostsolutions.be
|
|
13967
|
-
mycloud.by
|
|
13968
13936
|
alp1.ae.flow.ch
|
|
13969
13937
|
appengine.flow.ch
|
|
13970
13938
|
es-1.axarnet.cloud
|
|
@@ -13986,7 +13954,6 @@ us.reclaim.cloud
|
|
|
13986
13954
|
ch.trendhosting.cloud
|
|
13987
13955
|
de.trendhosting.cloud
|
|
13988
13956
|
jele.club
|
|
13989
|
-
amscompute.com
|
|
13990
13957
|
dopaas.com
|
|
13991
13958
|
paas.hosted-by-previder.com
|
|
13992
13959
|
rag-cloud.hosteur.com
|
|
@@ -13994,10 +13961,8 @@ rag-cloud-ch.hosteur.com
|
|
|
13994
13961
|
jcloud.ik-server.com
|
|
13995
13962
|
jcloud-ver-jpc.ik-server.com
|
|
13996
13963
|
demo.jelastic.com
|
|
13997
|
-
kilatiron.com
|
|
13998
13964
|
paas.massivegrid.com
|
|
13999
13965
|
jed.wafaicloud.com
|
|
14000
|
-
lon.wafaicloud.com
|
|
14001
13966
|
ryd.wafaicloud.com
|
|
14002
13967
|
j.scaleforce.com.cy
|
|
14003
13968
|
jelastic.dogado.eu
|
|
@@ -14009,18 +13974,14 @@ mircloud.host
|
|
|
14009
13974
|
paas.beebyte.io
|
|
14010
13975
|
sekd1.beebyteapp.io
|
|
14011
13976
|
jele.io
|
|
14012
|
-
cloud-fr1.unispace.io
|
|
14013
13977
|
jc.neen.it
|
|
14014
|
-
cloud.jelastic.open.tim.it
|
|
14015
13978
|
jcloud.kz
|
|
14016
|
-
upaas.kazteleport.kz
|
|
14017
13979
|
cloudjiffy.net
|
|
14018
13980
|
fra1-de.cloudjiffy.net
|
|
14019
13981
|
west1-us.cloudjiffy.net
|
|
14020
13982
|
jls-sto1.elastx.net
|
|
14021
13983
|
jls-sto2.elastx.net
|
|
14022
13984
|
jls-sto3.elastx.net
|
|
14023
|
-
faststacks.net
|
|
14024
13985
|
fr-1.paas.massivegrid.net
|
|
14025
13986
|
lon-1.paas.massivegrid.net
|
|
14026
13987
|
lon-2.paas.massivegrid.net
|
|
@@ -14030,11 +13991,9 @@ sg-1.paas.massivegrid.net
|
|
|
14030
13991
|
jelastic.saveincloud.net
|
|
14031
13992
|
nordeste-idc.saveincloud.net
|
|
14032
13993
|
j.scaleforce.net
|
|
14033
|
-
jelastic.tsukaeru.net
|
|
14034
13994
|
sdscloud.pl
|
|
14035
13995
|
unicloud.pl
|
|
14036
13996
|
mircloud.ru
|
|
14037
|
-
jelastic.regruhosting.ru
|
|
14038
13997
|
enscaled.sg
|
|
14039
13998
|
jele.site
|
|
14040
13999
|
jelastic.team
|
|
@@ -14074,14 +14033,15 @@ js.org
|
|
|
14074
14033
|
kaas.gg
|
|
14075
14034
|
khplay.nl
|
|
14076
14035
|
|
|
14077
|
-
// Kakao : https://www.kakaocorp.com/
|
|
14078
|
-
// Submitted by JaeYoong Lee <cec@kakaocorp.com>
|
|
14079
|
-
ktistory.com
|
|
14080
|
-
|
|
14081
14036
|
// Kapsi : https://kapsi.fi
|
|
14082
14037
|
// Submitted by Tomi Juntunen <erani@kapsi.fi>
|
|
14083
14038
|
kapsi.fi
|
|
14084
14039
|
|
|
14040
|
+
// Katholieke Universiteit Leuven: https://www.kuleuven.be
|
|
14041
|
+
// Submitted by Abuse KU Leuven <abuse@kuleuven.be>
|
|
14042
|
+
ezproxy.kuleuven.be
|
|
14043
|
+
kuleuven.cloud
|
|
14044
|
+
|
|
14085
14045
|
// Keyweb AG : https://www.keyweb.de
|
|
14086
14046
|
// Submitted by Martin Dannehl <postmaster@keymachine.de>
|
|
14087
14047
|
keymachine.de
|
|
@@ -14099,24 +14059,15 @@ knightpoint.systems
|
|
|
14099
14059
|
// Submitted by Iván Oliva <ivan.oliva@koobin.com>
|
|
14100
14060
|
koobin.events
|
|
14101
14061
|
|
|
14102
|
-
// KUROKU LTD : https://kuroku.ltd/
|
|
14103
|
-
// Submitted by DisposaBoy <security@oya.to>
|
|
14104
|
-
oya.to
|
|
14105
|
-
|
|
14106
|
-
// Katholieke Universiteit Leuven: https://www.kuleuven.be
|
|
14107
|
-
// Submitted by Abuse KU Leuven <abuse@kuleuven.be>
|
|
14108
|
-
ezproxy.kuleuven.be
|
|
14109
|
-
kuleuven.cloud
|
|
14110
|
-
|
|
14111
|
-
// .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
|
|
14112
|
-
co.krd
|
|
14113
|
-
edu.krd
|
|
14114
|
-
|
|
14115
14062
|
// Krellian Ltd. : https://krellian.com
|
|
14116
14063
|
// Submitted by Ben Francis <ben@krellian.com>
|
|
14117
14064
|
webthings.io
|
|
14118
14065
|
krellian.net
|
|
14119
14066
|
|
|
14067
|
+
// KUROKU LTD : https://kuroku.ltd/
|
|
14068
|
+
// Submitted by DisposaBoy <security@oya.to>
|
|
14069
|
+
oya.to
|
|
14070
|
+
|
|
14120
14071
|
// LCube - Professional hosting e.K. : https://www.lcube-webhosting.de
|
|
14121
14072
|
// Submitted by Lars Laehn <info@lcube.de>
|
|
14122
14073
|
git-repos.de
|
|
@@ -14133,6 +14084,10 @@ lpusercontent.com
|
|
|
14133
14084
|
// Submitted by Lelux Admin <publisuffix@lelux.site>
|
|
14134
14085
|
lelux.site
|
|
14135
14086
|
|
|
14087
|
+
// libp2p project : https://libp2p.io
|
|
14088
|
+
// Submitted by Interplanetary Shipyard <domains@ipshipyard.com>
|
|
14089
|
+
libp2p.direct
|
|
14090
|
+
|
|
14136
14091
|
// Libre IT Ltd : https://libre.nz
|
|
14137
14092
|
// Submitted by Tomas Maggio <support@libre.nz>
|
|
14138
14093
|
runcontainers.dev
|
|
@@ -14163,14 +14118,15 @@ ip.linodeusercontent.com
|
|
|
14163
14118
|
// Submitted by Victor Velchev <admin@liquidnetlimited.com>
|
|
14164
14119
|
we.bs
|
|
14165
14120
|
|
|
14121
|
+
// Listen53 : https://www.l53.net
|
|
14122
|
+
// Submitted by Gerry Keh <biz@l53.net>
|
|
14123
|
+
filegear-sg.me
|
|
14124
|
+
ggff.net
|
|
14125
|
+
|
|
14166
14126
|
// Localcert : https://localcert.dev
|
|
14167
14127
|
// Submitted by Lann Martin <security@localcert.dev>
|
|
14168
14128
|
*.user.localcert.dev
|
|
14169
14129
|
|
|
14170
|
-
// localzone.xyz
|
|
14171
|
-
// Submitted by Kenny Niehage <hello@yahe.sh>
|
|
14172
|
-
localzone.xyz
|
|
14173
|
-
|
|
14174
14130
|
// Log'in Line : https://www.loginline.com/
|
|
14175
14131
|
// Submitted by Rémi Mach <remi.mach@loginline.com>
|
|
14176
14132
|
loginline.app
|
|
@@ -14179,14 +14135,14 @@ loginline.io
|
|
|
14179
14135
|
loginline.services
|
|
14180
14136
|
loginline.site
|
|
14181
14137
|
|
|
14182
|
-
// Lokalized : https://lokalized.nl
|
|
14183
|
-
// Submitted by Noah Taheij <noah@lokalized.nl>
|
|
14184
|
-
servers.run
|
|
14185
|
-
|
|
14186
14138
|
// Lõhmus Family, The
|
|
14187
14139
|
// Submitted by Heiki Lõhmus <hostmaster at lohmus dot me>
|
|
14188
14140
|
lohmus.me
|
|
14189
14141
|
|
|
14142
|
+
// Lokalized : https://lokalized.nl
|
|
14143
|
+
// Submitted by Noah Taheij <noah@lokalized.nl>
|
|
14144
|
+
servers.run
|
|
14145
|
+
|
|
14190
14146
|
// LubMAN UMCS Sp. z o.o : https://lubman.pl/
|
|
14191
14147
|
// Submitted by Ireneusz Maliszewski <ireneusz.maliszewski@lubman.pl>
|
|
14192
14148
|
krasnik.pl
|
|
@@ -14239,23 +14195,26 @@ barsyonline.co.uk
|
|
|
14239
14195
|
// Submitted by Damien Tournoud <dtournoud@magento.cloud>
|
|
14240
14196
|
*.magentosite.cloud
|
|
14241
14197
|
|
|
14198
|
+
// Mail.Ru Group : https://hb.cldmail.ru
|
|
14199
|
+
// Submitted by Ilya Zaretskiy <zaretskiy@corp.mail.ru>
|
|
14200
|
+
hb.cldmail.ru
|
|
14201
|
+
|
|
14202
|
+
// MathWorks : https://www.mathworks.com/
|
|
14203
|
+
// Submitted by Emily Reed <psl-maintainers@groups.mathworks.com>
|
|
14204
|
+
matlab.cloud
|
|
14205
|
+
modelscape.com
|
|
14206
|
+
mwcloudnonprod.com
|
|
14207
|
+
polyspace.com
|
|
14208
|
+
|
|
14242
14209
|
// May First - People Link : https://mayfirst.org/
|
|
14243
14210
|
// Submitted by Jamie McClelland <info@mayfirst.org>
|
|
14244
14211
|
mayfirst.info
|
|
14245
14212
|
mayfirst.org
|
|
14246
14213
|
|
|
14247
|
-
// Mail.Ru Group : https://hb.cldmail.ru
|
|
14248
|
-
// Submitted by Ilya Zaretskiy <zaretskiy@corp.mail.ru>
|
|
14249
|
-
hb.cldmail.ru
|
|
14250
|
-
|
|
14251
14214
|
// Maze Play: https://www.mazeplay.com
|
|
14252
14215
|
// Submitted by Adam Humpherys <adam@mws.dev>
|
|
14253
14216
|
mazeplay.com
|
|
14254
14217
|
|
|
14255
|
-
// mcpe.me : https://mcpe.me
|
|
14256
|
-
// Submitted by Noa Heyl <hi@noa.dev>
|
|
14257
|
-
mcpe.me
|
|
14258
|
-
|
|
14259
14218
|
// McHost : https://mchost.ru
|
|
14260
14219
|
// Submitted by Evgeniy Subbotin <e.subbotin@mchost.ru>
|
|
14261
14220
|
mcdir.me
|
|
@@ -14263,6 +14222,10 @@ mcdir.ru
|
|
|
14263
14222
|
vps.mcdir.ru
|
|
14264
14223
|
mcpre.ru
|
|
14265
14224
|
|
|
14225
|
+
// mcpe.me : https://mcpe.me
|
|
14226
|
+
// Submitted by Noa Heyl <hi@noa.dev>
|
|
14227
|
+
mcpe.me
|
|
14228
|
+
|
|
14266
14229
|
// Mediatech : https://mediatech.by
|
|
14267
14230
|
// Submitted by Evgeniy Kozhuhovskiy <ugenk@mediatech.by>
|
|
14268
14231
|
mediatech.by
|
|
@@ -14287,12 +14250,9 @@ atmeta.com
|
|
|
14287
14250
|
apps.fbsbx.com
|
|
14288
14251
|
|
|
14289
14252
|
// MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
|
|
14290
|
-
// Submitted by Zdeněk Šustr <zdenek.sustr@cesnet.cz>
|
|
14253
|
+
// Submitted by Zdeněk Šustr <zdenek.sustr@cesnet.cz> and Radim Janča <janca@cesnet.cz>
|
|
14291
14254
|
*.cloud.metacentrum.cz
|
|
14292
14255
|
custom.metacentrum.cz
|
|
14293
|
-
|
|
14294
|
-
// MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
|
|
14295
|
-
// Submitted by Radim Janča <janca@cesnet.cz>
|
|
14296
14256
|
flt.cloud.muni.cz
|
|
14297
14257
|
usr.cloud.muni.cz
|
|
14298
14258
|
|
|
@@ -14332,6 +14292,13 @@ trafficmanager.net
|
|
|
14332
14292
|
blob.core.windows.net
|
|
14333
14293
|
servicebus.windows.net
|
|
14334
14294
|
|
|
14295
|
+
// MikroTik: https://mikrotik.com
|
|
14296
|
+
// Submitted by MikroTik SysAdmin Team <support@mikrotik.com>
|
|
14297
|
+
routingthecloud.com
|
|
14298
|
+
sn.mynetname.net
|
|
14299
|
+
routingthecloud.net
|
|
14300
|
+
routingthecloud.org
|
|
14301
|
+
|
|
14335
14302
|
// minion.systems : http://minion.systems
|
|
14336
14303
|
// Submitted by Robert Böttinger <r@minion.systems>
|
|
14337
14304
|
csx.cc
|
|
@@ -14390,6 +14357,14 @@ netlify.app
|
|
|
14390
14357
|
// Submitted by Trung Tran <Trung.Tran@neustar.biz>
|
|
14391
14358
|
4u.com
|
|
14392
14359
|
|
|
14360
|
+
// NFSN, Inc. : https://www.NearlyFreeSpeech.NET/
|
|
14361
|
+
// Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net>
|
|
14362
|
+
nfshost.com
|
|
14363
|
+
|
|
14364
|
+
// NFT.Storage : https://nft.storage/
|
|
14365
|
+
// Submitted by Vasco Santos <vasco.santos@protocol.ai> or <support@nft.storage>
|
|
14366
|
+
ipfs.nftstorage.link
|
|
14367
|
+
|
|
14393
14368
|
// NGO.US Registry : https://nic.ngo.us
|
|
14394
14369
|
// Submitted by Alstra Solutions Ltd. Networking Team <admin@alstra.org>
|
|
14395
14370
|
ngo.us
|
|
@@ -14419,68 +14394,6 @@ torun.pl
|
|
|
14419
14394
|
nh-serv.co.uk
|
|
14420
14395
|
nimsite.uk
|
|
14421
14396
|
|
|
14422
|
-
// NFSN, Inc. : https://www.NearlyFreeSpeech.NET/
|
|
14423
|
-
// Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net>
|
|
14424
|
-
nfshost.com
|
|
14425
|
-
|
|
14426
|
-
// NFT.Storage : https://nft.storage/
|
|
14427
|
-
// Submitted by Vasco Santos <vasco.santos@protocol.ai> or <support@nft.storage>
|
|
14428
|
-
ipfs.nftstorage.link
|
|
14429
|
-
|
|
14430
|
-
// Noop : https://noop.app
|
|
14431
|
-
// Submitted by Nathaniel Schweinberg <noop@rearc.io>
|
|
14432
|
-
*.developer.app
|
|
14433
|
-
noop.app
|
|
14434
|
-
|
|
14435
|
-
// Northflank Ltd. : https://northflank.com/
|
|
14436
|
-
// Submitted by Marco Suter <marco@northflank.com>
|
|
14437
|
-
*.northflank.app
|
|
14438
|
-
*.build.run
|
|
14439
|
-
*.code.run
|
|
14440
|
-
*.database.run
|
|
14441
|
-
*.migration.run
|
|
14442
|
-
|
|
14443
|
-
// Noticeable : https://noticeable.io
|
|
14444
|
-
// Submitted by Laurent Pellegrino <security@noticeable.io>
|
|
14445
|
-
noticeable.news
|
|
14446
|
-
|
|
14447
|
-
// Notion Labs, Inc : https://www.notion.so/
|
|
14448
|
-
// Submitted by Jess Yao <trust-core-team@makenotion.com>
|
|
14449
|
-
notion.site
|
|
14450
|
-
|
|
14451
|
-
// Now-DNS : https://now-dns.com
|
|
14452
|
-
// Submitted by Steve Russell <steve@now-dns.com>
|
|
14453
|
-
dnsking.ch
|
|
14454
|
-
mypi.co
|
|
14455
|
-
n4t.co
|
|
14456
|
-
001www.com
|
|
14457
|
-
ddnslive.com
|
|
14458
|
-
myiphost.com
|
|
14459
|
-
forumz.info
|
|
14460
|
-
16-b.it
|
|
14461
|
-
32-b.it
|
|
14462
|
-
64-b.it
|
|
14463
|
-
soundcast.me
|
|
14464
|
-
tcp4.me
|
|
14465
|
-
dnsup.net
|
|
14466
|
-
hicam.net
|
|
14467
|
-
now-dns.net
|
|
14468
|
-
ownip.net
|
|
14469
|
-
vpndns.net
|
|
14470
|
-
dynserv.org
|
|
14471
|
-
now-dns.org
|
|
14472
|
-
x443.pw
|
|
14473
|
-
now-dns.top
|
|
14474
|
-
ntdll.top
|
|
14475
|
-
freeddns.us
|
|
14476
|
-
crafting.xyz
|
|
14477
|
-
zapto.xyz
|
|
14478
|
-
|
|
14479
|
-
// nsupdate.info : https://www.nsupdate.info/
|
|
14480
|
-
// Submitted by Thomas Waldmann <info@nsupdate.info>
|
|
14481
|
-
nsupdate.info
|
|
14482
|
-
nerdpol.ovh
|
|
14483
|
-
|
|
14484
14397
|
// No-IP.com : https://noip.com/
|
|
14485
14398
|
// Submitted by Deven Reza <publicsuffixlist@noip.com>
|
|
14486
14399
|
mmafan.biz
|
|
@@ -14573,12 +14486,60 @@ pointto.us
|
|
|
14573
14486
|
// Submitted by Konstantin Nosov <Nosov@nodeart.io>
|
|
14574
14487
|
stage.nodeart.io
|
|
14575
14488
|
|
|
14576
|
-
//
|
|
14577
|
-
// Submitted by
|
|
14489
|
+
// Noop : https://noop.app
|
|
14490
|
+
// Submitted by Nathaniel Schweinberg <noop@rearc.io>
|
|
14491
|
+
*.developer.app
|
|
14492
|
+
noop.app
|
|
14493
|
+
|
|
14494
|
+
// Northflank Ltd. : https://northflank.com/
|
|
14495
|
+
// Submitted by Marco Suter <marco@northflank.com>
|
|
14496
|
+
*.northflank.app
|
|
14497
|
+
*.build.run
|
|
14498
|
+
*.code.run
|
|
14499
|
+
*.database.run
|
|
14500
|
+
*.migration.run
|
|
14501
|
+
|
|
14502
|
+
// Noticeable : https://noticeable.io
|
|
14503
|
+
// Submitted by Laurent Pellegrino <security@noticeable.io>
|
|
14504
|
+
noticeable.news
|
|
14505
|
+
|
|
14506
|
+
// Notion Labs, Inc : https://www.notion.so/
|
|
14507
|
+
// Submitted by Jess Yao <trust-core-team@makenotion.com>
|
|
14508
|
+
notion.site
|
|
14509
|
+
|
|
14510
|
+
// Now-DNS : https://now-dns.com
|
|
14511
|
+
// Submitted by Steve Russell <steve@now-dns.com>
|
|
14512
|
+
dnsking.ch
|
|
14513
|
+
mypi.co
|
|
14514
|
+
n4t.co
|
|
14515
|
+
001www.com
|
|
14516
|
+
myiphost.com
|
|
14517
|
+
forumz.info
|
|
14518
|
+
soundcast.me
|
|
14519
|
+
tcp4.me
|
|
14520
|
+
dnsup.net
|
|
14521
|
+
hicam.net
|
|
14522
|
+
now-dns.net
|
|
14523
|
+
ownip.net
|
|
14524
|
+
vpndns.net
|
|
14525
|
+
dynserv.org
|
|
14526
|
+
now-dns.org
|
|
14527
|
+
x443.pw
|
|
14528
|
+
now-dns.top
|
|
14529
|
+
ntdll.top
|
|
14530
|
+
freeddns.us
|
|
14531
|
+
|
|
14532
|
+
// nsupdate.info : https://www.nsupdate.info/
|
|
14533
|
+
// Submitted by Thomas Waldmann <info@nsupdate.info>
|
|
14534
|
+
nsupdate.info
|
|
14535
|
+
nerdpol.ovh
|
|
14536
|
+
|
|
14537
|
+
// NYC.mn : https://dot.nyc.mn/
|
|
14538
|
+
// Submitted by NYC.mn Subdomain Service <nyc.mn@mailfence.com>
|
|
14578
14539
|
nyc.mn
|
|
14579
14540
|
|
|
14580
14541
|
// O3O.Foundation : https://o3o.foundation/
|
|
14581
|
-
// Submitted by the prvcy.page Registry Team <
|
|
14542
|
+
// Submitted by the prvcy.page Registry Team <info@o3o.foundation>
|
|
14582
14543
|
prvcy.page
|
|
14583
14544
|
|
|
14584
14545
|
// Obl.ong : <https://obl.ong>
|
|
@@ -14590,7 +14551,7 @@ obl.ong
|
|
|
14590
14551
|
observablehq.cloud
|
|
14591
14552
|
static.observableusercontent.com
|
|
14592
14553
|
|
|
14593
|
-
// OMG.LOL :
|
|
14554
|
+
// OMG.LOL : https://omg.lol
|
|
14594
14555
|
// Submitted by Adam Newbold <adam@omg.lol>
|
|
14595
14556
|
omg.lol
|
|
14596
14557
|
|
|
@@ -14626,6 +14587,7 @@ simplesite.pl
|
|
|
14626
14587
|
|
|
14627
14588
|
// Open Domains : https://open-domains.net
|
|
14628
14589
|
// Submitted by William Harrison <admin@open-domains.net>
|
|
14590
|
+
is-a-fullstack.dev
|
|
14629
14591
|
is-cool.dev
|
|
14630
14592
|
is-not-a.dev
|
|
14631
14593
|
localplayer.dev
|
|
@@ -14639,6 +14601,12 @@ opensocial.site
|
|
|
14639
14601
|
// Submitted by Sven Marnach <sven@opencraft.com>
|
|
14640
14602
|
opencraft.hosting
|
|
14641
14603
|
|
|
14604
|
+
// OpenHost : https://registry.openhost.uk
|
|
14605
|
+
// Submitted by OpenHost Registry Team <support@openhost.uk>
|
|
14606
|
+
16-b.it
|
|
14607
|
+
32-b.it
|
|
14608
|
+
64-b.it
|
|
14609
|
+
|
|
14642
14610
|
// OpenResearch GmbH: https://openresearch.com/
|
|
14643
14611
|
// Submitted by Philipp Schmid <ops@openresearch.com>
|
|
14644
14612
|
orsites.com
|
|
@@ -14647,6 +14615,17 @@ orsites.com
|
|
|
14647
14615
|
// Submitted by Yngve Pettersen <yngve@opera.com>
|
|
14648
14616
|
operaunite.com
|
|
14649
14617
|
|
|
14618
|
+
// Oracle Dyn : https://cloud.oracle.com/home https://dyn.com/dns/
|
|
14619
|
+
// Submitted by Gregory Drake <support@dyn.com>
|
|
14620
|
+
// Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
|
|
14621
|
+
*.customer-oci.com
|
|
14622
|
+
*.oci.customer-oci.com
|
|
14623
|
+
*.ocp.customer-oci.com
|
|
14624
|
+
*.ocs.customer-oci.com
|
|
14625
|
+
*.oraclecloudapps.com
|
|
14626
|
+
*.oraclegovcloudapps.com
|
|
14627
|
+
*.oraclegovcloudapps.uk
|
|
14628
|
+
|
|
14650
14629
|
// Orange : https://www.orange.com
|
|
14651
14630
|
// Submitted by Alexandre Linte <alexandre.linte@orange.com>
|
|
14652
14631
|
tech.orange
|
|
@@ -14696,6 +14675,11 @@ pgfog.com
|
|
|
14696
14675
|
// Submitted by Yann Guichard <yann@pagexl.com>
|
|
14697
14676
|
pagexl.com
|
|
14698
14677
|
|
|
14678
|
+
// Pantheon Systems, Inc. : https://pantheon.io/
|
|
14679
|
+
// Submitted by Gary Dylina <gary@pantheon.io>
|
|
14680
|
+
gotpantheon.com
|
|
14681
|
+
pantheonsite.io
|
|
14682
|
+
|
|
14699
14683
|
// Paywhirl, Inc : https://paywhirl.com/
|
|
14700
14684
|
// Submitted by Daniel Netzer <dan@paywhirl.com>
|
|
14701
14685
|
*.paywhirl.com
|
|
@@ -14709,18 +14693,9 @@ srv.us
|
|
|
14709
14693
|
gh.srv.us
|
|
14710
14694
|
gl.srv.us
|
|
14711
14695
|
|
|
14712
|
-
//
|
|
14713
|
-
|
|
14714
|
-
|
|
14715
|
-
krakow.pl
|
|
14716
|
-
poznan.pl
|
|
14717
|
-
wroc.pl
|
|
14718
|
-
zakopane.pl
|
|
14719
|
-
|
|
14720
|
-
// Pantheon Systems, Inc. : https://pantheon.io/
|
|
14721
|
-
// Submitted by Gary Dylina <gary@pantheon.io>
|
|
14722
|
-
gotpantheon.com
|
|
14723
|
-
pantheonsite.io
|
|
14696
|
+
// PE Ulyanov Kirill Sergeevich : https://airy.host
|
|
14697
|
+
// Submitted by Kirill Ulyanov <k.ulyanov@airy.host>
|
|
14698
|
+
lk3.ru
|
|
14724
14699
|
|
|
14725
14700
|
// Peplink | Pepwave : http://peplink.com/
|
|
14726
14701
|
// Submitted by Steve Leung <steveleung@peplink.com>
|
|
@@ -14730,10 +14705,6 @@ mypep.link
|
|
|
14730
14705
|
// Submitted by Kenneth Van Alstyne <kvanalstyne@perspecta.com>
|
|
14731
14706
|
perspecta.cloud
|
|
14732
14707
|
|
|
14733
|
-
// PE Ulyanov Kirill Sergeevich : https://airy.host
|
|
14734
|
-
// Submitted by Kirill Ulyanov <k.ulyanov@airy.host>
|
|
14735
|
-
lk3.ru
|
|
14736
|
-
|
|
14737
14708
|
// Planet-Work : https://www.planet-work.com/
|
|
14738
14709
|
// Submitted by Frédéric VANNIÈRE <f.vanniere@planet-work.com>
|
|
14739
14710
|
on-web.fr
|
|
@@ -14789,10 +14760,6 @@ xen.prgmr.com
|
|
|
14789
14760
|
// Submitted by registry <lendl@nic.at>
|
|
14790
14761
|
priv.at
|
|
14791
14762
|
|
|
14792
|
-
// Protocol Labs : https://protocol.ai/
|
|
14793
|
-
// Submitted by Michael Burns <noc@protocol.ai>
|
|
14794
|
-
*.dweb.link
|
|
14795
|
-
|
|
14796
14763
|
// Protonet GmbH : http://protonet.io
|
|
14797
14764
|
// Submitted by Martin Meier <admin@protonet.io>
|
|
14798
14765
|
protonet.io
|
|
@@ -14811,41 +14778,6 @@ pubtls.org
|
|
|
14811
14778
|
pythonanywhere.com
|
|
14812
14779
|
eu.pythonanywhere.com
|
|
14813
14780
|
|
|
14814
|
-
// QOTO, Org.
|
|
14815
|
-
// Submitted by Jeffrey Phillips Freeman <jeffrey.freeman@qoto.org>
|
|
14816
|
-
qoto.io
|
|
14817
|
-
|
|
14818
|
-
// Qualifio : https://qualifio.com/
|
|
14819
|
-
// Submitted by Xavier De Cock <xdecock@gmail.com>
|
|
14820
|
-
qualifioapp.com
|
|
14821
|
-
|
|
14822
|
-
// Quality Unit: https://qualityunit.com
|
|
14823
|
-
// Submitted by Vasyl Tsalko <vtsalko@qualityunit.com>
|
|
14824
|
-
ladesk.com
|
|
14825
|
-
|
|
14826
|
-
// QuickBackend: https://www.quickbackend.com
|
|
14827
|
-
// Submitted by Dani Biro <dani@pymet.com>
|
|
14828
|
-
qbuser.com
|
|
14829
|
-
|
|
14830
|
-
// Rad Web Hosting: https://radwebhosting.com
|
|
14831
|
-
// Submitted by Scott Claeys <s.claeys@radwebhosting.com>
|
|
14832
|
-
cloudsite.builders
|
|
14833
|
-
myradweb.net
|
|
14834
|
-
servername.us
|
|
14835
|
-
|
|
14836
|
-
// Raidboxes GmbH : https://raidboxes.de
|
|
14837
|
-
// Submitted by Auke Tembrink <hostmaster@raidboxes.de>
|
|
14838
|
-
myrdbx.io
|
|
14839
|
-
site.rb-hosting.io
|
|
14840
|
-
|
|
14841
|
-
// Redgate Software: https://red-gate.com
|
|
14842
|
-
// Submitted by Andrew Farries <andrew.farries@red-gate.com>
|
|
14843
|
-
instances.spawn.cc
|
|
14844
|
-
|
|
14845
|
-
// Russian Academy of Sciences
|
|
14846
|
-
// Submitted by Tech Support <support@rasnet.ru>
|
|
14847
|
-
ras.ru
|
|
14848
|
-
|
|
14849
14781
|
// QA2
|
|
14850
14782
|
// Submitted by Daniel Dent (https://www.danieldent.com/)
|
|
14851
14783
|
qa2.com
|
|
@@ -14864,6 +14796,22 @@ mycloudnas.com
|
|
|
14864
14796
|
mynascloud.com
|
|
14865
14797
|
myqnapcloud.com
|
|
14866
14798
|
|
|
14799
|
+
// QOTO, Org.
|
|
14800
|
+
// Submitted by Jeffrey Phillips Freeman <jeffrey.freeman@qoto.org>
|
|
14801
|
+
qoto.io
|
|
14802
|
+
|
|
14803
|
+
// Qualifio : https://qualifio.com/
|
|
14804
|
+
// Submitted by Xavier De Cock <xdecock@gmail.com>
|
|
14805
|
+
qualifioapp.com
|
|
14806
|
+
|
|
14807
|
+
// Quality Unit : https://qualityunit.com
|
|
14808
|
+
// Submitted by Vasyl Tsalko <vtsalko@qualityunit.com>
|
|
14809
|
+
ladesk.com
|
|
14810
|
+
|
|
14811
|
+
// QuickBackend: https://www.quickbackend.com
|
|
14812
|
+
// Submitted by Dani Biro <dani@pymet.com>
|
|
14813
|
+
qbuser.com
|
|
14814
|
+
|
|
14867
14815
|
// Quip : https://quip.com
|
|
14868
14816
|
// Submitted by Patrick Linehan <plinehan@quip.com>
|
|
14869
14817
|
*.quipelements.com
|
|
@@ -14878,20 +14826,45 @@ vaporcloud.io
|
|
|
14878
14826
|
rackmaze.com
|
|
14879
14827
|
rackmaze.net
|
|
14880
14828
|
|
|
14829
|
+
// Rad Web Hosting: https://radwebhosting.com
|
|
14830
|
+
// Submitted by Scott Claeys <s.claeys@radwebhosting.com>
|
|
14831
|
+
cloudsite.builders
|
|
14832
|
+
myradweb.net
|
|
14833
|
+
servername.us
|
|
14834
|
+
|
|
14835
|
+
// Radix FZC : http://domains.in.net
|
|
14836
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
14837
|
+
web.in
|
|
14838
|
+
in.net
|
|
14839
|
+
|
|
14840
|
+
// Raidboxes GmbH : https://raidboxes.de
|
|
14841
|
+
// Submitted by Auke Tembrink <hostmaster@raidboxes.de>
|
|
14842
|
+
myrdbx.io
|
|
14843
|
+
site.rb-hosting.io
|
|
14844
|
+
|
|
14881
14845
|
// Rancher Labs, Inc : https://rancher.com
|
|
14882
14846
|
// Submitted by Vincent Fiduccia <domains@rancher.com>
|
|
14883
14847
|
*.on-rancher.cloud
|
|
14884
14848
|
*.on-k3s.io
|
|
14885
14849
|
*.on-rio.io
|
|
14886
14850
|
|
|
14851
|
+
// RavPage : https://www.ravpage.co.il
|
|
14852
|
+
// Submitted by Roni Horowitz <roni@responder.co.il>
|
|
14853
|
+
ravpage.co.il
|
|
14854
|
+
|
|
14887
14855
|
// Read The Docs, Inc : https://www.readthedocs.org
|
|
14888
14856
|
// Submitted by David Fischer <team@readthedocs.org>
|
|
14857
|
+
readthedocs-hosted.com
|
|
14889
14858
|
readthedocs.io
|
|
14890
14859
|
|
|
14891
14860
|
// Red Hat, Inc. OpenShift : https://openshift.redhat.com/
|
|
14892
14861
|
// Submitted by Tim Kramer <tkramer@rhcloud.com>
|
|
14893
14862
|
rhcloud.com
|
|
14894
14863
|
|
|
14864
|
+
// Redgate Software: https://red-gate.com
|
|
14865
|
+
// Submitted by Andrew Farries <andrew.farries@red-gate.com>
|
|
14866
|
+
instances.spawn.cc
|
|
14867
|
+
|
|
14895
14868
|
// Render : https://render.com
|
|
14896
14869
|
// Submitted by Anurag Goel <dev@render.com>
|
|
14897
14870
|
onrender.com
|
|
@@ -14943,11 +14916,6 @@ devices.resinstaging.io
|
|
|
14943
14916
|
// Submitted by Chris Kastorff <info@rethinkdb.com>
|
|
14944
14917
|
hzc.io
|
|
14945
14918
|
|
|
14946
|
-
// Revitalised Limited : http://www.revitalised.co.uk
|
|
14947
|
-
// Submitted by Jack Price <jack@revitalised.co.uk>
|
|
14948
|
-
wellbeingzone.eu
|
|
14949
|
-
wellbeingzone.co.uk
|
|
14950
|
-
|
|
14951
14919
|
// Rico Developments Limited : https://adimo.co
|
|
14952
14920
|
// Submitted by Colin Brown <hello@adimo.co>
|
|
14953
14921
|
adimo.co.uk
|
|
@@ -14956,6 +14924,11 @@ adimo.co.uk
|
|
|
14956
14924
|
// Submitted by Micah Anderson <micah@riseup.net>
|
|
14957
14925
|
itcouldbewor.se
|
|
14958
14926
|
|
|
14927
|
+
// Roar Domains LLC : https://roar.basketball/
|
|
14928
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
14929
|
+
aus.basketball
|
|
14930
|
+
nz.basketball
|
|
14931
|
+
|
|
14959
14932
|
// Rochester Institute of Technology : http://www.rit.edu/
|
|
14960
14933
|
// Submitted by Jennifer Herting <jchits@rit.edu>
|
|
14961
14934
|
git-pages.rit.edu
|
|
@@ -14977,6 +14950,14 @@ rocky.page
|
|
|
14977
14950
|
спб.рус
|
|
14978
14951
|
я.рус
|
|
14979
14952
|
|
|
14953
|
+
// Russian Academy of Sciences
|
|
14954
|
+
// Submitted by Tech Support <support@rasnet.ru>
|
|
14955
|
+
ras.ru
|
|
14956
|
+
|
|
14957
|
+
// Sakura Frp : https://www.natfrp.com
|
|
14958
|
+
// Submitted by Bobo Liu <support@natfrp.cloud>
|
|
14959
|
+
nyat.app
|
|
14960
|
+
|
|
14980
14961
|
// SAKURA Internet Inc. : https://www.sakura.ad.jp/
|
|
14981
14962
|
// Submitted by Internet Service Department <rs-vendor-ml@sakura.ad.jp>
|
|
14982
14963
|
180r.com
|
|
@@ -15120,22 +15101,18 @@ seidat.net
|
|
|
15120
15101
|
// Submitted by Yuriy Romadin <contact@sellfy.com>
|
|
15121
15102
|
sellfy.store
|
|
15122
15103
|
|
|
15123
|
-
// Senseering GmbH : https://www.senseering.de
|
|
15124
|
-
// Submitted by Felix Mönckemeyer <f.moenckemeyer@senseering.de>
|
|
15125
|
-
senseering.net
|
|
15126
|
-
|
|
15127
15104
|
// Sendmsg: https://www.sendmsg.co.il
|
|
15128
15105
|
// Submitted by Assaf Stern <domains@comstar.co.il>
|
|
15129
15106
|
minisite.ms
|
|
15130
15107
|
|
|
15108
|
+
// Senseering GmbH : https://www.senseering.de
|
|
15109
|
+
// Submitted by Felix Mönckemeyer <f.moenckemeyer@senseering.de>
|
|
15110
|
+
senseering.net
|
|
15111
|
+
|
|
15131
15112
|
// Servebolt AS: https://servebolt.com
|
|
15132
15113
|
// Submitted by Daniel Kjeserud <cloudops@servebolt.com>
|
|
15133
15114
|
servebolt.cloud
|
|
15134
15115
|
|
|
15135
|
-
// Service Magnet : https://myservicemagnet.com
|
|
15136
|
-
// Submitted by Dave Sanders <dave@myservicemagnet.com>
|
|
15137
|
-
magnet.page
|
|
15138
|
-
|
|
15139
15116
|
// Service Online LLC : http://drs.ua/
|
|
15140
15117
|
// Submitted by Serhii Bulakh <support@drs.ua>
|
|
15141
15118
|
biz.ua
|
|
@@ -15168,6 +15145,7 @@ shopitsite.com
|
|
|
15168
15145
|
|
|
15169
15146
|
// shopware AG : https://shopware.com
|
|
15170
15147
|
// Submitted by Jens Küper <cloud@shopware.com>
|
|
15148
|
+
shopware.shop
|
|
15171
15149
|
shopware.store
|
|
15172
15150
|
|
|
15173
15151
|
// Siemens Mobility GmbH
|
|
@@ -15192,6 +15170,10 @@ bounty-full.com
|
|
|
15192
15170
|
alpha.bounty-full.com
|
|
15193
15171
|
beta.bounty-full.com
|
|
15194
15172
|
|
|
15173
|
+
// Small Technology Foundation : https://small-tech.org
|
|
15174
|
+
// Submitted by Aral Balkan <aral@small-tech.org>
|
|
15175
|
+
small-web.org
|
|
15176
|
+
|
|
15195
15177
|
// Smallregistry by Promopixel SARL: https://www.smallregistry.net
|
|
15196
15178
|
// Former AFNIC's SLDs
|
|
15197
15179
|
// Submitted by Jérôme Lipowicz <support@promopixel.com>
|
|
@@ -15206,10 +15188,6 @@ pharmacien.fr
|
|
|
15206
15188
|
port.fr
|
|
15207
15189
|
veterinaire.fr
|
|
15208
15190
|
|
|
15209
|
-
// Small Technology Foundation : https://small-tech.org
|
|
15210
|
-
// Submitted by Aral Balkan <aral@small-tech.org>
|
|
15211
|
-
small-web.org
|
|
15212
|
-
|
|
15213
15191
|
// Smoove.io : https://www.smoove.io/
|
|
15214
15192
|
// Submitted by Dan Kozak <dan@smoove.io>
|
|
15215
15193
|
vp4.me
|
|
@@ -15225,64 +15203,18 @@ streamlitapp.com
|
|
|
15225
15203
|
// Submitted by Ian Streeter <ian@snowplowanalytics.com>
|
|
15226
15204
|
try-snowplow.com
|
|
15227
15205
|
|
|
15228
|
-
//
|
|
15229
|
-
// Submitted by
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
// SparrowHost : https://sparrowhost.in/
|
|
15233
|
-
// Submitted by Anant Pandey <info@sparrowhost.in>
|
|
15234
|
-
ind.mom
|
|
15235
|
-
|
|
15236
|
-
// StackBlitz : https://stackblitz.com
|
|
15237
|
-
// Submitted by Dominic Elm <hello@stackblitz.com>
|
|
15238
|
-
w-corp-staticblitz.com
|
|
15239
|
-
w-credentialless-staticblitz.com
|
|
15240
|
-
w-staticblitz.com
|
|
15241
|
-
|
|
15242
|
-
// Stackhero : https://www.stackhero.io
|
|
15243
|
-
// Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
|
|
15244
|
-
stackhero-network.com
|
|
15245
|
-
|
|
15246
|
-
// STACKIT : https://www.stackit.de/en/
|
|
15247
|
-
// Submitted by STACKIT-DNS Team (Simon Stier) <stackit-dns@mail.schwarz>
|
|
15248
|
-
runs.onstackit.cloud
|
|
15249
|
-
stackit.gg
|
|
15250
|
-
stackit.rocks
|
|
15251
|
-
stackit.run
|
|
15252
|
-
stackit.zone
|
|
15253
|
-
|
|
15254
|
-
// Staclar : https://staclar.com
|
|
15255
|
-
// Submitted by Q Misell <q@staclar.com>
|
|
15256
|
-
// Submitted by Matthias Merkel <matthias.merkel@staclar.com>
|
|
15257
|
-
musician.io
|
|
15258
|
-
novecore.site
|
|
15259
|
-
|
|
15260
|
-
// staticland : https://static.land
|
|
15261
|
-
// Submitted by Seth Vincent <sethvincent@gmail.com>
|
|
15262
|
-
static.land
|
|
15263
|
-
dev.static.land
|
|
15264
|
-
sites.static.land
|
|
15265
|
-
|
|
15266
|
-
// Storebase : https://www.storebase.io
|
|
15267
|
-
// Submitted by Tony Schirmer <tony@storebase.io>
|
|
15268
|
-
storebase.store
|
|
15269
|
-
|
|
15270
|
-
// Strapi : https://strapi.io/
|
|
15271
|
-
// Submitted by Florent Baldino <security@strapi.io>
|
|
15272
|
-
strapiapp.com
|
|
15273
|
-
media.strapiapp.com
|
|
15274
|
-
|
|
15275
|
-
// Strategic System Consulting (eApps Hosting): https://www.eapps.com/
|
|
15276
|
-
// Submitted by Alex Oancea <aoancea@cloudscale365.com>
|
|
15277
|
-
vps-host.net
|
|
15278
|
-
atl.jelastic.vps-host.net
|
|
15279
|
-
njs.jelastic.vps-host.net
|
|
15280
|
-
ric.jelastic.vps-host.net
|
|
15206
|
+
// Software Consulting Michal Zalewski : https://www.mafelo.com
|
|
15207
|
+
// Submitted by Michal Zalewski <security@mafelo.com>
|
|
15208
|
+
mafelo.net
|
|
15281
15209
|
|
|
15282
15210
|
// Sony Interactive Entertainment LLC : https://sie.com/
|
|
15283
15211
|
// Submitted by David Coles <david.coles@sony.com>
|
|
15284
15212
|
playstation-cloud.com
|
|
15285
15213
|
|
|
15214
|
+
// SourceHut : https://sourcehut.org
|
|
15215
|
+
// Submitted by Drew DeVault <sir@cmpwn.com>
|
|
15216
|
+
srht.site
|
|
15217
|
+
|
|
15286
15218
|
// SourceLair PC : https://www.sourcelair.com
|
|
15287
15219
|
// Submitted by Antonis Kalipetis <akalipetis@sourcelair.com>
|
|
15288
15220
|
apps.lair.io
|
|
@@ -15292,6 +15224,10 @@ apps.lair.io
|
|
|
15292
15224
|
// Submitted by Reza Akhavan <spacekit.io@gmail.com>
|
|
15293
15225
|
spacekit.io
|
|
15294
15226
|
|
|
15227
|
+
// SparrowHost : https://sparrowhost.in/
|
|
15228
|
+
// Submitted by Anant Pandey <info@sparrowhost.in>
|
|
15229
|
+
ind.mom
|
|
15230
|
+
|
|
15295
15231
|
// SpeedPartner GmbH: https://www.speedpartner.de/
|
|
15296
15232
|
// Submitted by Stefan Neufeind <info@speedpartner.de>
|
|
15297
15233
|
customer.speedpartner.de
|
|
@@ -15318,6 +15254,30 @@ myspreadshop.pl
|
|
|
15318
15254
|
myspreadshop.se
|
|
15319
15255
|
myspreadshop.co.uk
|
|
15320
15256
|
|
|
15257
|
+
// StackBlitz : https://stackblitz.com
|
|
15258
|
+
// Submitted by Dominic Elm <hello@stackblitz.com>
|
|
15259
|
+
w-corp-staticblitz.com
|
|
15260
|
+
w-credentialless-staticblitz.com
|
|
15261
|
+
w-staticblitz.com
|
|
15262
|
+
|
|
15263
|
+
// Stackhero : https://www.stackhero.io
|
|
15264
|
+
// Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
|
|
15265
|
+
stackhero-network.com
|
|
15266
|
+
|
|
15267
|
+
// STACKIT : https://www.stackit.de/en/
|
|
15268
|
+
// Submitted by STACKIT-DNS Team (Simon Stier) <stackit-dns@mail.schwarz>
|
|
15269
|
+
runs.onstackit.cloud
|
|
15270
|
+
stackit.gg
|
|
15271
|
+
stackit.rocks
|
|
15272
|
+
stackit.run
|
|
15273
|
+
stackit.zone
|
|
15274
|
+
|
|
15275
|
+
// Staclar : https://staclar.com
|
|
15276
|
+
// Submitted by Q Misell <q@staclar.com>
|
|
15277
|
+
// Submitted by Matthias Merkel <matthias.merkel@staclar.com>
|
|
15278
|
+
musician.io
|
|
15279
|
+
novecore.site
|
|
15280
|
+
|
|
15321
15281
|
// Standard Library : https://stdlib.com
|
|
15322
15282
|
// Submitted by Jacob Lee <jacob@stdlib.com>
|
|
15323
15283
|
api.stdlib.com
|
|
@@ -15335,6 +15295,10 @@ researched.cx
|
|
|
15335
15295
|
tests.cx
|
|
15336
15296
|
surveys.so
|
|
15337
15297
|
|
|
15298
|
+
// Storebase : https://www.storebase.io
|
|
15299
|
+
// Submitted by Tony Schirmer <tony@storebase.io>
|
|
15300
|
+
storebase.store
|
|
15301
|
+
|
|
15338
15302
|
// Storipress : https://storipress.com
|
|
15339
15303
|
// Submitted by Benno Liu <benno@storipress.com>
|
|
15340
15304
|
storipress.app
|
|
@@ -15343,21 +15307,33 @@ storipress.app
|
|
|
15343
15307
|
// Submitted by Philip Hutchins <hostmaster@storj.io>
|
|
15344
15308
|
storj.farm
|
|
15345
15309
|
|
|
15310
|
+
// Strapi : https://strapi.io/
|
|
15311
|
+
// Submitted by Florent Baldino <security@strapi.io>
|
|
15312
|
+
strapiapp.com
|
|
15313
|
+
media.strapiapp.com
|
|
15314
|
+
|
|
15315
|
+
// Strategic System Consulting (eApps Hosting): https://www.eapps.com/
|
|
15316
|
+
// Submitted by Alex Oancea <aoancea@cloudscale365.com>
|
|
15317
|
+
vps-host.net
|
|
15318
|
+
atl.jelastic.vps-host.net
|
|
15319
|
+
njs.jelastic.vps-host.net
|
|
15320
|
+
ric.jelastic.vps-host.net
|
|
15321
|
+
|
|
15346
15322
|
// Streak : https://streak.com
|
|
15347
15323
|
// Submitted by Blake Kadatz <eng@streak.com>
|
|
15348
15324
|
streak-link.com
|
|
15349
15325
|
streaklinks.com
|
|
15350
15326
|
streakusercontent.com
|
|
15351
15327
|
|
|
15352
|
-
// Studenten Net Twente : http://www.snt.utwente.nl/
|
|
15353
|
-
// Submitted by Silke Hofstra <syscom@snt.utwente.nl>
|
|
15354
|
-
utwente.io
|
|
15355
|
-
|
|
15356
15328
|
// Student-Run Computing Facility : https://www.srcf.net/
|
|
15357
15329
|
// Submitted by Edwin Balani <sysadmins@srcf.net>
|
|
15358
15330
|
soc.srcf.net
|
|
15359
15331
|
user.srcf.net
|
|
15360
15332
|
|
|
15333
|
+
// Studenten Net Twente : http://www.snt.utwente.nl/
|
|
15334
|
+
// Submitted by Silke Hofstra <syscom@snt.utwente.nl>
|
|
15335
|
+
utwente.io
|
|
15336
|
+
|
|
15361
15337
|
// Sub 6 Limited: http://www.sub6.com
|
|
15362
15338
|
// Submitted by Dan Miller <dm@sub6.com>
|
|
15363
15339
|
temp-dns.com
|
|
@@ -15368,11 +15344,6 @@ supabase.co
|
|
|
15368
15344
|
supabase.in
|
|
15369
15345
|
supabase.net
|
|
15370
15346
|
|
|
15371
|
-
// Symfony, SAS : https://symfony.com/
|
|
15372
|
-
// Submitted by Fabien Potencier <fabien@symfony.com>
|
|
15373
|
-
*.sensiosite.cloud
|
|
15374
|
-
*.s5y.io
|
|
15375
|
-
|
|
15376
15347
|
// Syncloud : https://syncloud.org
|
|
15377
15348
|
// Submitted by Boris Rybalkin <syncloud@syncloud.it>
|
|
15378
15349
|
syncloud.it
|
|
@@ -15496,14 +15467,11 @@ webspace.rocks
|
|
|
15496
15467
|
lima.zone
|
|
15497
15468
|
|
|
15498
15469
|
// TransIP : https://www.transip.nl
|
|
15499
|
-
// Submitted by Rory Breuk <rbreuk@transip.nl>
|
|
15470
|
+
// Submitted by Rory Breuk <rbreuk@transip.nl> and Cedric Dubois <cedric.dubois@team.blue>
|
|
15500
15471
|
*.transurl.be
|
|
15501
15472
|
*.transurl.eu
|
|
15502
|
-
*.transurl.nl
|
|
15503
|
-
|
|
15504
|
-
// TransIP: https://www.transip.nl
|
|
15505
|
-
// Submitted by Cedric Dubois <cedric.dubois@team.blue>
|
|
15506
15473
|
site.transip.me
|
|
15474
|
+
*.transurl.nl
|
|
15507
15475
|
|
|
15508
15476
|
// TuxFamily : http://tuxfamily.org
|
|
15509
15477
|
// Submitted by TuxFamily administrators <adm@staff.tuxfamily.org>
|
|
@@ -15553,6 +15521,11 @@ it.com
|
|
|
15553
15521
|
// Submitted by Simon Højberg <security@unison.cloud>
|
|
15554
15522
|
unison-services.cloud
|
|
15555
15523
|
|
|
15524
|
+
// United Gameserver GmbH : https://united-gameserver.de
|
|
15525
|
+
// Submitted by Stefan Schwarz <sysadm@united-gameserver.de>
|
|
15526
|
+
virtual-user.de
|
|
15527
|
+
virtualuser.de
|
|
15528
|
+
|
|
15556
15529
|
// UNIVERSAL DOMAIN REGISTRY : https://www.udr.org.yt/
|
|
15557
15530
|
// see also: whois -h whois.udr.org.yt help
|
|
15558
15531
|
// Submitted by Atanunu Igbunuroghene <publicsuffixlist@udr.org.yt>
|
|
@@ -15562,10 +15535,14 @@ biz.wf
|
|
|
15562
15535
|
sch.wf
|
|
15563
15536
|
org.yt
|
|
15564
15537
|
|
|
15565
|
-
//
|
|
15566
|
-
//
|
|
15567
|
-
|
|
15568
|
-
|
|
15538
|
+
// University of Banja Luka : https://unibl.org
|
|
15539
|
+
// Domains for Republic of Srpska administrative entity.
|
|
15540
|
+
// Submitted by Marko Ivanovic <kormang@hotmail.rs>
|
|
15541
|
+
rs.ba
|
|
15542
|
+
|
|
15543
|
+
// University of Bielsko-Biala regional domain: http://dns.bielsko.pl/
|
|
15544
|
+
// Submitted by Marcin <dns@ath.bielsko.pl>
|
|
15545
|
+
bielsko.pl
|
|
15569
15546
|
|
|
15570
15547
|
// Upli : https://upli.io
|
|
15571
15548
|
// Submitted by Lenny Bakkalian <lenny.bakkalian@gmail.com>
|
|
@@ -15576,25 +15553,31 @@ upli.io
|
|
|
15576
15553
|
urown.cloud
|
|
15577
15554
|
dnsupdate.info
|
|
15578
15555
|
|
|
15579
|
-
// .
|
|
15580
|
-
// Submitted by
|
|
15581
|
-
|
|
15556
|
+
// US REGISTRY LLC : http://us.org
|
|
15557
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
|
15558
|
+
us.org
|
|
15559
|
+
|
|
15560
|
+
// V.UA Domain Administrator : https://domain.v.ua/
|
|
15561
|
+
// Submitted by Serhii Rostilo <sergey@rostilo.kiev.ua>
|
|
15562
|
+
v.ua
|
|
15582
15563
|
|
|
15583
15564
|
// Val Town, Inc : https://val.town/
|
|
15584
15565
|
// Submitted by Tom MacWright <security@val.town>
|
|
15585
15566
|
express.val.run
|
|
15586
15567
|
web.val.run
|
|
15587
15568
|
|
|
15588
|
-
// VeryPositive SIA : http://very.lv
|
|
15589
|
-
// Submitted by Danko Aleksejevs <danko@very.lv>
|
|
15590
|
-
2038.io
|
|
15591
|
-
|
|
15592
15569
|
// Vercel, Inc : https://vercel.com/
|
|
15593
|
-
// Submitted by
|
|
15570
|
+
// Submitted by Max Leiter <security@vercel.com>
|
|
15594
15571
|
vercel.app
|
|
15572
|
+
v0.build
|
|
15595
15573
|
vercel.dev
|
|
15574
|
+
vusercontent.net
|
|
15596
15575
|
now.sh
|
|
15597
15576
|
|
|
15577
|
+
// VeryPositive SIA : http://very.lv
|
|
15578
|
+
// Submitted by Danko Aleksejevs <danko@very.lv>
|
|
15579
|
+
2038.io
|
|
15580
|
+
|
|
15598
15581
|
// Viprinet Europe GmbH : http://www.viprinet.com
|
|
15599
15582
|
// Submitted by Simon Kissel <hostmaster@viprinet.com>
|
|
15600
15583
|
router.management
|
|
@@ -15607,10 +15590,6 @@ v-info.info
|
|
|
15607
15590
|
// Submitted by Nathan van Bakel <info@voorloper.com>
|
|
15608
15591
|
voorloper.cloud
|
|
15609
15592
|
|
|
15610
|
-
// V.UA Domain Administrator : https://domain.v.ua/
|
|
15611
|
-
// Submitted by Serhii Rostilo <sergey@rostilo.kiev.ua>
|
|
15612
|
-
v.ua
|
|
15613
|
-
|
|
15614
15593
|
// Vultr Objects : https://www.vultr.com/products/object-storage/
|
|
15615
15594
|
// Submitted by Niels Maumenee <storage@vultr.com>
|
|
15616
15595
|
*.vultrobjects.com
|
|
@@ -15624,11 +15603,11 @@ wafflecell.com
|
|
|
15624
15603
|
webflow.io
|
|
15625
15604
|
webflowtest.io
|
|
15626
15605
|
|
|
15627
|
-
// WebHare bv: https://www.webhare.com/
|
|
15606
|
+
// WebHare bv : https://www.webhare.com/
|
|
15628
15607
|
// Submitted by Arnold Hendriks <info@webhare.com>
|
|
15629
15608
|
*.webhare.dev
|
|
15630
15609
|
|
|
15631
|
-
// WebHotelier Technologies Ltd: https://www.webhotelier.net/
|
|
15610
|
+
// WebHotelier Technologies Ltd : https://www.webhotelier.net/
|
|
15632
15611
|
// Submitted by Apostolos Tsakpinis <apostolos.tsakpinis@gmail.com>
|
|
15633
15612
|
bookonline.app
|
|
15634
15613
|
hotelwithflight.com
|
|
@@ -15644,16 +15623,10 @@ pdns.page
|
|
|
15644
15623
|
plesk.page
|
|
15645
15624
|
wpsquared.site
|
|
15646
15625
|
|
|
15647
|
-
// WebWaddle Ltd: https://webwaddle.com/
|
|
15626
|
+
// WebWaddle Ltd : https://webwaddle.com/
|
|
15648
15627
|
// Submitted by Merlin Glander <hostmaster@webwaddle.com>
|
|
15649
15628
|
*.wadl.top
|
|
15650
15629
|
|
|
15651
|
-
// WeDeploy by Liferay, Inc. : https://www.wedeploy.com
|
|
15652
|
-
// Submitted by Henrique Vicente <security@wedeploy.com>
|
|
15653
|
-
wedeploy.io
|
|
15654
|
-
wedeploy.me
|
|
15655
|
-
wedeploy.sh
|
|
15656
|
-
|
|
15657
15630
|
// Western Digital Technologies, Inc : https://www.wdc.com
|
|
15658
15631
|
// Submitted by Jung Jin <jungseok.jin@wdc.com>
|
|
15659
15632
|
remotewd.com
|
|
@@ -15726,7 +15699,7 @@ cistron.nl
|
|
|
15726
15699
|
demon.nl
|
|
15727
15700
|
xs4all.space
|
|
15728
15701
|
|
|
15729
|
-
// Yandex.Cloud LLC: https://cloud.yandex.com
|
|
15702
|
+
// Yandex.Cloud LLC : https://cloud.yandex.com
|
|
15730
15703
|
// Submitted by Alexander Lodin <security+psl@yandex-team.ru>
|
|
15731
15704
|
yandexcloud.net
|
|
15732
15705
|
storage.yandexcloud.net
|