mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
import tzdata and DNS from tenfourfox (as of rev 16c85bb3)
This commit is contained in:
parent
75e16e5121
commit
c0eddaf735
4 changed files with 117 additions and 34 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
metaZones:table(nofallback){
|
||||
mapTimezones{
|
||||
Acre{
|
||||
|
|
@ -289,6 +290,7 @@ metaZones:table(nofallback){
|
|||
RS{"Europe/Belgrade"}
|
||||
SE{"Europe/Stockholm"}
|
||||
SI{"Europe/Ljubljana"}
|
||||
SJ{"Arctic/Longyearbyen"}
|
||||
SK{"Europe/Bratislava"}
|
||||
SM{"Europe/San_Marino"}
|
||||
TN{"Africa/Tunis"}
|
||||
|
|
@ -1273,6 +1275,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Argentina_Western",
|
||||
"2008-01-21 02:00",
|
||||
"2009-10-11 04:00",
|
||||
}
|
||||
{
|
||||
"Argentina",
|
||||
"2009-10-11 04:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
@ -1548,6 +1555,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"America_Pacific",
|
||||
"1973-10-28 09:00",
|
||||
"2020-03-08 10:00",
|
||||
}
|
||||
{
|
||||
"America_Mountain",
|
||||
"2020-03-08 10:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
@ -2521,6 +2533,13 @@ metaZones:table(nofallback){
|
|||
"America:Whitehorse"{
|
||||
{
|
||||
"America_Pacific",
|
||||
"1970-01-01 00:00",
|
||||
"2020-03-08 10:00",
|
||||
}
|
||||
{
|
||||
"America_Mountain",
|
||||
"2020-03-08 10:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
"America:Winnipeg"{
|
||||
|
|
@ -2720,7 +2739,7 @@ metaZones:table(nofallback){
|
|||
}
|
||||
{
|
||||
"Kazakhstan_Western",
|
||||
"2005-10-30 21:00",
|
||||
"2004-10-30 21:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
@ -2830,6 +2849,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Choibalsan",
|
||||
"1983-03-31 16:00",
|
||||
"2008-03-30 15:00",
|
||||
}
|
||||
{
|
||||
"Mongolia",
|
||||
"2008-03-30 15:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
timezoneTypes:table(nofallback){
|
||||
bcpTypeAlias{
|
||||
tz{
|
||||
|
|
@ -27,6 +28,7 @@ timezoneTypes:table(nofallback){
|
|||
"America:Indiana:Indianapolis"{"America/Indianapolis"}
|
||||
"America:Kentucky:Louisville"{"America/Louisville"}
|
||||
"America:Knox_IN"{"America/Indiana/Knox"}
|
||||
"America:Nuuk"{"America/Godthab"}
|
||||
"America:Porto_Acre"{"America/Rio_Branco"}
|
||||
"America:Rosario"{"America/Cordoba"}
|
||||
"America:Shiprock"{"America/Denver"}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
windowsZones:table(nofallback){
|
||||
mapTimezones{
|
||||
"AUS Central Standard Time"{
|
||||
|
|
@ -466,7 +467,7 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"Pacific Standard Time"{
|
||||
001{"America/Los_Angeles"}
|
||||
CA{"America/Vancouver America/Dawson America/Whitehorse"}
|
||||
CA{"America/Vancouver"}
|
||||
US{"America/Los_Angeles"}
|
||||
ZZ{"PST8PDT"}
|
||||
}
|
||||
|
|
@ -674,7 +675,10 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"US Mountain Standard Time"{
|
||||
001{"America/Phoenix"}
|
||||
CA{"America/Dawson_Creek America/Creston America/Fort_Nelson"}
|
||||
CA{
|
||||
"America/Whitehorse America/Creston America/Dawson America/Dawson_Cre"
|
||||
"ek America/Fort_Nelson"
|
||||
}
|
||||
MX{"America/Hermosillo"}
|
||||
US{"America/Phoenix"}
|
||||
ZZ{"Etc/GMT+7"}
|
||||
|
|
|
|||
|
|
@ -907,16 +907,18 @@ org.do
|
|||
sld.do
|
||||
web.do
|
||||
|
||||
// dz : https://en.wikipedia.org/wiki/.dz
|
||||
// dz : http://www.nic.dz/images/pdf_nic/charte.pdf
|
||||
dz
|
||||
art.dz
|
||||
asso.dz
|
||||
com.dz
|
||||
edu.dz
|
||||
gov.dz
|
||||
org.dz
|
||||
net.dz
|
||||
gov.dz
|
||||
edu.dz
|
||||
asso.dz
|
||||
pol.dz
|
||||
art.dz
|
||||
soc.dz
|
||||
tm.dz
|
||||
|
||||
// ec : http://www.nic.ec/reg/paso1.asp
|
||||
// Submitted by registry <vabboud@nic.ec>
|
||||
|
|
@ -1014,6 +1016,10 @@ pro.fj
|
|||
*.fk
|
||||
|
||||
// fm : https://en.wikipedia.org/wiki/.fm
|
||||
com.fm
|
||||
edu.fm
|
||||
net.fm
|
||||
org.fm
|
||||
fm
|
||||
|
||||
// fo : https://en.wikipedia.org/wiki/.fo
|
||||
|
|
@ -1053,6 +1059,8 @@ ga
|
|||
gb
|
||||
|
||||
// gd : https://en.wikipedia.org/wiki/.gd
|
||||
edu.gd
|
||||
gov.gd
|
||||
gd
|
||||
|
||||
// ge : http://www.nic.net.ge/policy_en.pdf
|
||||
|
|
@ -4691,13 +4699,12 @@ web.ni
|
|||
// ccTLD for the Netherlands
|
||||
nl
|
||||
|
||||
// no : http://www.norid.no/regelverk/index.en.html
|
||||
// The Norwegian registry has declined to notify us of updates. The web pages
|
||||
// referenced below are the official source of the data. There is also an
|
||||
// announce mailing list:
|
||||
// https://postlister.uninett.no/sympa/info/norid-diskusjon
|
||||
// no : https://www.norid.no/en/om-domenenavn/regelverk-for-no/
|
||||
// Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/
|
||||
// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/
|
||||
// Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/
|
||||
no
|
||||
// Norid generic domains : http://www.norid.no/regelverk/vedlegg-c.en.html
|
||||
// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/
|
||||
fhs.no
|
||||
vgs.no
|
||||
fylkesbibl.no
|
||||
|
|
@ -4705,13 +4712,13 @@ folkebibl.no
|
|||
museum.no
|
||||
idrett.no
|
||||
priv.no
|
||||
// Non-Norid generic domains : http://www.norid.no/regelverk/vedlegg-d.en.html
|
||||
// Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/
|
||||
mil.no
|
||||
stat.no
|
||||
dep.no
|
||||
kommune.no
|
||||
herad.no
|
||||
// no geographical names : http://www.norid.no/regelverk/vedlegg-b.en.html
|
||||
// Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/
|
||||
// counties
|
||||
aa.no
|
||||
ah.no
|
||||
|
|
@ -7103,7 +7110,7 @@ org.zw
|
|||
|
||||
// newGTLDs
|
||||
|
||||
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-08-07T17:16:50Z
|
||||
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-09-17T17:33:58Z
|
||||
// This list is auto-generated, don't edit it manually.
|
||||
// aaa : 2015-02-26 American Automobile Association, Inc.
|
||||
aaa
|
||||
|
|
@ -9010,9 +9017,6 @@ menu
|
|||
// merckmsd : 2016-07-14 MSD Registry Holdings, Inc.
|
||||
merckmsd
|
||||
|
||||
// metlife : 2015-05-07 MetLife Services and Solutions, LLC
|
||||
metlife
|
||||
|
||||
// miami : 2013-12-19 Minds + Machines Group Limited
|
||||
miami
|
||||
|
||||
|
|
@ -9181,7 +9185,7 @@ nokia
|
|||
// northwesternmutual : 2015-06-18 Northwestern Mutual Registry, LLC
|
||||
northwesternmutual
|
||||
|
||||
// norton : 2014-12-04 Symantec Corporation
|
||||
// norton : 2014-12-04 NortonLifeLock Inc.
|
||||
norton
|
||||
|
||||
// now : 2015-06-25 Amazon Registry Services, Inc.
|
||||
|
|
@ -10910,33 +10914,36 @@ uwu.ai
|
|||
// CentralNic : http://www.centralnic.com/names/domains
|
||||
// Submitted by registry <gavin.brown@centralnic.com>
|
||||
ae.org
|
||||
ar.com
|
||||
br.com
|
||||
cn.com
|
||||
com.de
|
||||
com.se
|
||||
de.com
|
||||
eu.com
|
||||
gb.com
|
||||
gb.net
|
||||
hu.com
|
||||
hu.net
|
||||
jp.net
|
||||
jpn.com
|
||||
kr.com
|
||||
mex.com
|
||||
no.com
|
||||
qc.com
|
||||
ru.com
|
||||
sa.com
|
||||
se.net
|
||||
uk.com
|
||||
uk.net
|
||||
us.com
|
||||
uy.com
|
||||
za.bz
|
||||
za.com
|
||||
|
||||
// No longer operated by CentralNic, these entries should be adopted and/or removed by current operators
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
ar.com
|
||||
gb.com
|
||||
hu.com
|
||||
kr.com
|
||||
no.com
|
||||
qc.com
|
||||
uy.com
|
||||
|
||||
// Africa.com Web Solutions Ltd : https://registry.africa.com
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
africa.com
|
||||
|
|
@ -10948,6 +10955,7 @@ gr.com
|
|||
// Radix FZC : http://domains.in.net
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
in.net
|
||||
web.in
|
||||
|
||||
// US REGISTRY LLC : http://us.org
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
|
|
@ -10957,6 +10965,21 @@ us.org
|
|||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
co.com
|
||||
|
||||
// Roar Domains LLC : https://roar.basketball/
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
aus.basketball
|
||||
nz.basketball
|
||||
|
||||
// BRS Media : https://brsmedia.com/
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
radio.am
|
||||
radio.fm
|
||||
|
||||
// Globe Hosting SRL : https://www.globehosting.com/
|
||||
// Submitted by Gavin Brown <gavin.brown@centralnic.com>
|
||||
co.ro
|
||||
shop.ro
|
||||
|
||||
// c.la : http://www.c.la/
|
||||
c.la
|
||||
|
||||
|
|
@ -11014,7 +11037,8 @@ cloudcontrolapp.com
|
|||
cloudera.site
|
||||
|
||||
// Cloudflare, Inc. : https://www.cloudflare.com/
|
||||
// Submitted by Jake Riesterer <publicsuffixlist@cloudflare.com>
|
||||
// Submitted by Cloudflare Team <publicsuffixlist@cloudflare.com>
|
||||
pages.dev
|
||||
trycloudflare.com
|
||||
workers.dev
|
||||
|
||||
|
|
@ -11209,6 +11233,10 @@ drud.us
|
|||
// Submitted by Richard Harper <richard@duckdns.org>
|
||||
duckdns.org
|
||||
|
||||
// Bip : https://bip.sh
|
||||
// Submitted by Joel Kennedy <joel@bip.sh>
|
||||
bip.sh
|
||||
|
||||
// bitbridge.net : Submitted by Craig Welch, abeliidev@gmail.com
|
||||
bitbridge.net
|
||||
|
||||
|
|
@ -11858,6 +11886,7 @@ gitlab.io
|
|||
|
||||
// Gitplac.si - https://gitplac.si
|
||||
// Submitted by Aljaž Starc <me@aljaxus.eu>
|
||||
gitapp.si
|
||||
gitpage.si
|
||||
|
||||
// Glitch, Inc : https://glitch.com
|
||||
|
|
@ -11884,7 +11913,6 @@ homeoffice.gov.uk
|
|||
// GlobeHosting, Inc.
|
||||
// Submitted by Zoltan Egresi <egresi@globehosting.com>
|
||||
ro.im
|
||||
shop.ro
|
||||
|
||||
// GoIP DNS Services : http://www.goip.de
|
||||
// Submitted by Christian Poulter <milchstrasse@goip.de>
|
||||
|
|
@ -11979,6 +12007,7 @@ googleapis.com
|
|||
googlecode.com
|
||||
pagespeedmobilizer.com
|
||||
publishproxy.com
|
||||
translate.goog
|
||||
withgoogle.com
|
||||
withyoutube.com
|
||||
|
||||
|
|
@ -12135,13 +12164,19 @@ iobb.net
|
|||
|
||||
//Jelastic, Inc. : https://jelastic.com/
|
||||
// Submited by Ihor Kolodyuk <ik@jelastic.com>
|
||||
appengine.flow.ch
|
||||
vip.jelastic.cloud
|
||||
jele.cloud
|
||||
jele.club
|
||||
dopaas.com
|
||||
hidora.com
|
||||
jcloud.ik-server.com
|
||||
demo.jelastic.com
|
||||
paas.massivegrid.com
|
||||
j.scaleforce.com.cy
|
||||
jelastic.dogado.eu
|
||||
fi.cloudplatform.fi
|
||||
paas.datacenter.fi
|
||||
jele.host
|
||||
mircloud.host
|
||||
jele.io
|
||||
|
|
@ -12626,6 +12661,10 @@ static.observableusercontent.com
|
|||
// Submitted by Andrew Sampson <andrew@ulterius.io>
|
||||
cya.gg
|
||||
|
||||
// OMG.LOL : <https://omg.lol>
|
||||
// Submitted by Adam Newbold <adam@omg.lol>
|
||||
omg.lol
|
||||
|
||||
// Omnibond Systems, LLC. : https://www.omnibond.com
|
||||
// Submitted by Cole Estep <cole@omnibond.com>
|
||||
cloudycluster.net
|
||||
|
|
@ -12954,6 +12993,10 @@ bounty-full.com
|
|||
alpha.bounty-full.com
|
||||
beta.bounty-full.com
|
||||
|
||||
// Small Technology Foundation : https://small-tech.org
|
||||
// Submitted by Aral Balkan <aral@small-tech.org>
|
||||
small-web.org
|
||||
|
||||
// Stackhero : https://www.stackhero.io
|
||||
// Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
|
||||
stackhero-network.com
|
||||
|
|
@ -13331,12 +13374,22 @@ enterprisecloud.nu
|
|||
// Submitted by Ben Aubin <security@mintere.com>
|
||||
mintere.site
|
||||
|
||||
// Cityhost LLC : https://cityhost.ua
|
||||
// Submitted by Maksym Rivtin <support@cityhost.net.ua>
|
||||
cx.ua
|
||||
|
||||
// WP Engine : https://wpengine.com/
|
||||
// Submitted by Michael Smith <michael.smith@wpengine.com>
|
||||
// Submitted by Brandon DuRette <brandon.durette@wpengine.com>
|
||||
wpenginepowered.com
|
||||
js.wpenginepowered.com
|
||||
|
||||
// Impertrix Solutions : <https://impertrixcdn.com>
|
||||
// Submitted by Zhixiang Zhao <csuite@impertrix.com>
|
||||
impertrixcdn.com
|
||||
impertrix.com
|
||||
|
||||
// GignoSystemJapan: http://gsj.bz
|
||||
// Submitted by GignoSystemJapan <kakutou-ec@gsj.bz>
|
||||
gsj.bz
|
||||
// ===END PRIVATE DOMAINS===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue