Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu

This updates to the upstream bug-fix only release for the 0.13 branch,
0.13.1.  This module is used by mailman3 in bullseye and some of the
bugs will preclude successful mail delivery.

>From a bugfix perspective this includes all the fixes in 0.14.0 in
unstable.  It does not include the change that caused the mailman3 test
failures (which aren't real failures, just a change in the expected
results).  Eventually unstable/testing will get sorted, but it's
unrelated to these fixes, so I would prefer not to wait.  It's fixed
upstream already.

Note: Most of the diff is the upstream PSL update which won't affect
Debian either way, we use the system PSL.

Except for s/UNRELEASED/bullseye// in debian/changelog it is ready to
upload.  I have successfully built the package and run the autopkgtests
in a bullseye environment.

Scott K
diff -Nru authheaders-0.13.0/authheaders/__init__.py 
authheaders-0.13.1/authheaders/__init__.py
--- authheaders-0.13.0/authheaders/__init__.py  2020-01-23 01:26:38.000000000 
-0500
+++ authheaders-0.13.1/authheaders/__init__.py  2021-10-24 13:58:40.000000000 
-0400
@@ -20,6 +20,7 @@
 
 import re
 import sys
+from email.utils import getaddresses
 from authheaders.dmarc_lookup import dns_query, receiver_record, get_org_domain
 from authres import SPFAuthenticationResult, DKIMAuthenticationResult, 
AuthenticationResultsHeader
 from authres.arc import ARCAuthenticationResult
@@ -39,14 +40,15 @@
     "chain_validation"
     ]
 
+
 def get_domain_part(address):
     '''Return domain part of an email address'''
     if sys.version_info < (3, 0) and isinstance(address, str):
         address = bytes(address)
     elif isinstance(address, str):
         address = bytes(address, 'utf8')
-    res = re.findall(b'@([a-z0-9.]+)', address)
-    return res[0].decode('ascii')
+    res = re.findall(b'@([a-z0-9.]+)', address, re.IGNORECASE)
+    return res[0].lower().decode('ascii')
 
 
 def check_spf(ip, mail_from, helo):
@@ -55,14 +57,18 @@
 
 
 def check_dkim(msg, dnsfunc=None):
-    d = DKIM(msg)
     try:
+        d = DKIM(msg)
         if(dnsfunc):
             res = d.verify(dnsfunc=dnsfunc) and 'pass' or 'fail'
         else:
             res = d.verify() and 'pass' or 'fail'
     except DKIMException as e:
         res = 'fail'
+    except DNSException as e:
+        res = 'temperror'
+    except Exception as e:
+        res = 'fail'
 
     header_i = d.signature_fields.get(b'i', b'').decode('ascii')
     header_d = d.signature_fields.get(b'd', b'').decode('ascii')
@@ -85,6 +91,10 @@
             cv, results, comment = a.verify()
     except DKIMException as e:
         cv, results, comment = CV_Fail, [], "%s" % e
+    except DNSException as e:
+        cv, results, comment = CV_Fail, [], "%s" % e
+    except Exception as e:
+        cv, results, comment = CV_Fail, [], "%s" % e
 
     return ARCAuthenticationResult(result=cv.decode('ascii'))
 
@@ -145,7 +155,7 @@
                 psddomain = True
                 result_comment = 'Used Public Suffix Domain Record'
 
-        if record:
+        if record and record.get('p'): # DMARC P tag is mandatory
             # find policy
             policy = record['p']
             if policy[-1:] == '\\':
@@ -211,7 +221,7 @@
 
     # get from domain
     headers, _ = rfc822_parse(msg)
-    from_headers = [x[1].split(b',') for x in headers if x[0].lower() == 
b"from"][0]
+    from_headers = [a[1] for a in 
getaddresses(x[1].decode(errors='ignore').strip() for x in headers if 
x[0].lower() == b"from")]
 
     if len(from_headers) > 1:
         # multi-from processing per RFC 7489 6.6.1
@@ -233,10 +243,12 @@
                 result, result_comment, from_domain, policy = domain
                 return DMARCAuthenticationResult(result=result, 
result_comment=result_comment, header_from=from_domain, policy=policy)
         result, result_comment, from_domain, policy = domain
-    else:
+    elif len(from_headers) == 1:
         from_header =  from_headers[0]
         from_domain = get_domain_part(from_header)
         result, result_comment, from_domain, policy = 
dmarc_per_from(from_domain, spf_result, dkim_result, dnsfunc, psddmarc)
+    else:
+        result = 'none'
 
     if result != 'none':
         return DMARCAuthenticationResult(result=result, 
result_comment=result_comment, header_from=from_domain, policy=policy)
diff -Nru authheaders-0.13.0/authheaders/public_suffix_list.txt 
authheaders-0.13.1/authheaders/public_suffix_list.txt
--- authheaders-0.13.0/authheaders/public_suffix_list.txt       2020-01-25 
17:07:20.000000000 -0500
+++ authheaders-0.13.1/authheaders/public_suffix_list.txt       2021-10-24 
14:00:43.000000000 -0400
@@ -79,7 +79,6 @@
 express.aero
 federation.aero
 flight.aero
-freight.aero
 fuel.aero
 gliding.aero
 government.aero
@@ -176,17 +175,21 @@
 // aq : https://en.wikipedia.org/wiki/.aq
 aq
 
-// ar : https://nic.ar/nic-argentina/normativa-vigente
+// ar : https://nic.ar/es/nic-argentina/normativa
 ar
+bet.ar
 com.ar
+coop.ar
 edu.ar
 gob.ar
 gov.ar
 int.ar
 mil.ar
 musica.ar
+mutual.ar
 net.ar
 org.ar
+senasa.ar
 tur.ar
 
 // arpa : https://en.wikipedia.org/wiki/.arpa
@@ -213,6 +216,7 @@
 co.at
 gv.at
 or.at
+sth.ac.at
 
 // au : https://en.wikipedia.org/wiki/.au
 // http://www.auda.org.au/
@@ -258,7 +262,7 @@
 vic.gov.au
 wa.gov.au
 // 4LDs
-education.tas.edu.au
+// education.tas.edu.au - Removed at the request of the Department of 
Education Tasmania
 schools.nsw.edu.au
 
 // aw : https://en.wikipedia.org/wiki/.aw
@@ -456,6 +460,7 @@
 am.br
 anani.br
 aparecida.br
+app.br
 arq.br
 art.br
 ato.br
@@ -463,6 +468,7 @@
 barueri.br
 belem.br
 bhz.br
+bib.br
 bio.br
 blog.br
 bmd.br
@@ -477,14 +483,19 @@
 com.br
 contagem.br
 coop.br
+coz.br
 cri.br
 cuiaba.br
 curitiba.br
 def.br
+des.br
+det.br
+dev.br
 ecn.br
 eco.br
 edu.br
 emp.br
+enf.br
 eng.br
 esp.br
 etc.br
@@ -500,6 +511,7 @@
 foz.br
 fst.br
 g12.br
+geo.br
 ggf.br
 goiania.br
 gov.br
@@ -543,6 +555,7 @@
 jus.br
 leg.br
 lel.br
+log.br
 londrina.br
 macapa.br
 maceio.br
@@ -575,6 +588,7 @@
 radio.br
 rec.br
 recife.br
+rep.br
 ribeirao.br
 rio.br
 riobranco.br
@@ -585,6 +599,7 @@
 santoandre.br
 saobernardo.br
 saogonca.br
+seg.br
 sjc.br
 slg.br
 slz.br
@@ -592,6 +607,7 @@
 srv.br
 taxi.br
 tc.br
+tec.br
 teo.br
 the.br
 tmp.br
@@ -719,11 +735,12 @@
 *.ck
 !www.ck
 
-// cl : https://en.wikipedia.org/wiki/.cl
+// cl : https://www.nic.cl
+// Confirmed by .CL registry <[email protected]>
 cl
-gov.cl
-gob.cl
 co.cl
+gob.cl
+gov.cl
 mil.cl
 
 // cm : https://en.wikipedia.org/wiki/.cm plus bug 981927
@@ -825,7 +842,13 @@
 inf.cu
 
 // cv : https://en.wikipedia.org/wiki/.cv
+// cv : 
http://www.dns.cv/tldcv_portal/do?com=DS;5446457100;111;+PAGE(4000018)+K-CAT-CODIGO(RDOM)+RCNT(100);
 <- registration rules
 cv
+com.cv
+edu.cv
+int.cv
+nome.cv
+org.cv
 
 // cw : http://www.una.cw/cw_registry/
 // Confirmed by registry <[email protected]> 2013-03-26
@@ -893,16 +916,18 @@
 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 <[email protected]>
@@ -982,13 +1007,28 @@
 // TODO: Check for updates (expected to be phased out around Q1/2009)
 aland.fi
 
-// fj : https://en.wikipedia.org/wiki/.fj
-*.fj
+// fj : http://domains.fj/
+// Submitted by registry <[email protected]> 2020-02-11
+fj
+ac.fj
+biz.fj
+com.fj
+gov.fj
+info.fj
+mil.fj
+name.fj
+net.fj
+org.fj
+pro.fj
 
 // fk : https://en.wikipedia.org/wiki/.fk
 *.fk
 
 // fm : https://en.wikipedia.org/wiki/.fm
+com.fm
+edu.fm
+net.fm
+org.fm
 fm
 
 // fo : https://en.wikipedia.org/wiki/.fo
@@ -1028,6 +1068,8 @@
 gb
 
 // gd : https://en.wikipedia.org/wiki/.gd
+edu.gd
+gov.gd
 gd
 
 // ge : http://www.nic.net.ge/policy_en.pdf
@@ -1119,7 +1161,7 @@
 // gs : https://en.wikipedia.org/wiki/.gs
 gs
 
-// gt : http://www.gt/politicas_de_registro.html
+// gt : https://www.gt/sitio/registration_policy.php?lang=en
 gt
 com.gt
 edu.gt
@@ -1143,6 +1185,7 @@
 web.gu
 
 // gw : https://en.wikipedia.org/wiki/.gw
+// gw : https://nic.gw/regras/
 gw
 
 // gy : https://en.wikipedia.org/wiki/.gy
@@ -3772,7 +3815,7 @@
 // li : https://en.wikipedia.org/wiki/.li
 li
 
-// lk : http://www.nic.lk/seclevpr.html
+// lk : 
https://www.nic.lk/index.php/domain-registration/lk-domain-naming-structure
 lk
 gov.lk
 sch.lk
@@ -4561,15 +4604,17 @@
 edu.mx
 net.mx
 
-// my : http://www.mynic.net.my/
+// my : http://www.mynic.my/
+// Available strings: https://mynic.my/resources/domains/buying-a-domain/
 my
+biz.my
 com.my
-net.my
-org.my
-gov.my
 edu.my
+gov.my
 mil.my
 name.my
+net.my
+org.my
 
 // mz : http://www.uem.mz/
 // Submitted by registry <[email protected]>
@@ -4666,13 +4711,13 @@
 //      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/
+// RSS feed: https://teknisk.norid.no/en/feed/
 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
@@ -4680,13 +4725,13 @@
 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
@@ -5815,7 +5860,7 @@
 org.ps
 net.ps
 
-// pt : http://online.dns.pt/dns/start_dns
+// pt : 
https://www.dns.pt/en/domain/pt-terms-and-conditions-registration-rules/
 pt
 net.pt
 gov.pt
@@ -6052,8 +6097,10 @@
 com.ss
 edu.ss
 gov.ss
+me.ss
 net.ss
 org.ss
+sch.ss
 
 // st : http://www.nic.st/html/policyrules/
 st
@@ -6062,7 +6109,6 @@
 consulado.st
 edu.st
 embaixada.st
-gov.st
 mil.st
 net.st
 org.st
@@ -6167,29 +6213,22 @@
 mil.tm
 edu.tm
 
-// tn : https://en.wikipedia.org/wiki/.tn
-// http://whois.ati.tn/
+// tn : http://www.registre.tn/fr/
+// https://whois.ati.tn/
 tn
 com.tn
 ens.tn
 fin.tn
 gov.tn
 ind.tn
+info.tn
 intl.tn
+mincom.tn
 nat.tn
 net.tn
 org.tn
-info.tn
 perso.tn
 tourism.tn
-edunet.tn
-rnrt.tn
-rns.tn
-rnu.tn
-mincom.tn
-agrinet.tn
-defense.tn
-turen.tn
 
 // to : https://en.wikipedia.org/wiki/.to
 // Submitted by registry <[email protected]>
@@ -6314,7 +6353,6 @@
 dn.ua
 dnepropetrovsk.ua
 dnipropetrovsk.ua
-dominic.ua
 donetsk.ua
 dp.ua
 if.ua
@@ -6508,7 +6546,7 @@
 k12.or.us
 k12.pa.us
 k12.pr.us
-k12.ri.us
+// k12.ri.us  Removed at request of Kim Cournoyer <[email protected]>
 k12.sc.us
 // k12.sd.us  Bug 934131 - Removed at request of James Booze 
<[email protected]>
 k12.tn.us
@@ -6680,9 +6718,10 @@
 edu.vc
 
 // ve : https://registro.nic.ve/
-// Submitted by registry
+// Submitted by registry [email protected] and [email protected]
 ve
 arts.ve
+bib.ve
 co.ve
 com.ve
 e12.ve
@@ -6694,7 +6733,9 @@
 int.ve
 mil.ve
 net.ve
+nom.ve
 org.ve
+rar.ve
 rec.ve
 store.ve
 tec.ve
@@ -6773,6 +6814,9 @@
 // xn--90ae ("bg", Bulgarian) : BG
 бг
 
+// xn--mgbcpq6gpa1a ("albahrain", Arabic) : BH
+البحرين
+
 // xn--90ais ("bel", Belarusian/Russian Cyrillic) : BY
 // Operated by .by registry
 бел
@@ -6795,8 +6839,13 @@
 مصر
 
 // xn--e1a4c ("eu", Cyrillic) : EU
+// https://eurid.eu
 ею
 
+// xn--qxa6a ("eu", Greek) : EU
+// https://eurid.eu
+ευ
+
 // xn--mgbah1a3hjkrd ("Mauritania", Arabic) : MR
 موريتانيا
 
@@ -6900,12 +6949,15 @@
 // xn--80ao21a ("Kaz", Kazakh) : KZ
 қаз
 
+// xn--q7ce6a ("Lao", Lao) : LA
+ລາວ
+
 // xn--fzc2c9e2c ("Lanka", Sinhalese-Sinhala) : LK
-// http://nic.lk
+// https://nic.lk
 ලංකා
 
 // xn--xkc2al3hye2a ("Ilangai", Tamil) : LK
-// http://nic.lk
+// https://nic.lk
 இலங்கை
 
 // xn--mgbc0a9azcg ("Morocco/al-Maghrib", Arabic) : MA
@@ -7025,7 +7077,13 @@
 xxx
 
 // ye : http://www.y.net.ye/services/domain_name.htm
-*.ye
+ye
+com.ye
+edu.ye
+gov.ye
+net.ye
+mil.ye
+org.ye
 
 // za : https://www.zadna.org.za/content/page/domain-information/
 ac.za
@@ -7074,7 +7132,7 @@
 
 // newGTLDs
 
-// List of new gTLDs imported from 
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 
2020-01-06T17:33:31Z
+// List of new gTLDs imported from 
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 
2021-10-08T15:12:46Z
 // This list is auto-generated, don't edit it manually.
 // aaa : 2015-02-26 American Automobile Association, Inc.
 aaa
@@ -7100,7 +7158,7 @@
 // able : 2015-06-25 Able Inc.
 able
 
-// abogado : 2014-04-24 Minds + Machines Group Limited
+// abogado : 2014-04-24 Registry Services, LLC
 abogado
 
 // abudhabi : 2015-07-30 Abu Dhabi Systems and Information Centre
@@ -7157,9 +7215,6 @@
 // aig : 2014-12-18 American International Group, Inc.
 aig
 
-// aigo : 2015-08-06 aigo Digital Technology Co,Ltd.
-aigo
-
 // airbus : 2015-07-30 Airbus S.A.S.
 airbus
 
@@ -7196,7 +7251,7 @@
 // alstom : 2015-07-30 ALSTOM
 alstom
 
-// amazon : 2019-12-19 Amazon EU S.à r.l.
+// amazon : 2019-12-19 Amazon Registry Services, Inc.
 amazon
 
 // americanexpress : 2015-07-31 American Express Travel Related Services 
Company, Inc.
@@ -7223,7 +7278,7 @@
 // android : 2014-08-07 Charleston Road Registry Inc.
 android
 
-// anquan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
+// anquan : 2015-01-08 Beijing Qihu Keji Co., Ltd.
 anquan
 
 // anz : 2015-07-31 Australia and New Zealand Banking Group Limited
@@ -7283,7 +7338,7 @@
 // audible : 2015-06-25 Amazon Registry Services, Inc.
 audible
 
-// audio : 2014-03-20 Uniregistry, Corp.
+// audio : 2014-03-20 UNR Corp.
 audio
 
 // auspost : 2015-08-13 Australian Postal Corporation
@@ -7292,19 +7347,19 @@
 // author : 2014-12-18 Amazon Registry Services, Inc.
 author
 
-// auto : 2014-11-13 Cars Registry Limited
+// auto : 2014-11-13 XYZ.COM LLC
 auto
 
-// autos : 2014-01-09 DERAutos, LLC
+// autos : 2014-01-09 XYZ.COM LLC
 autos
 
 // avianca : 2015-01-08 Avianca Holdings S.A.
 avianca
 
-// aws : 2015-06-25 Amazon Registry Services, Inc.
+// aws : 2015-06-25 AWS Registry LLC
 aws
 
-// axa : 2013-12-19 AXA SA
+// axa : 2013-12-19 AXA Group Operations SAS
 axa
 
 // azure : 2014-12-18 Microsoft Corporation
@@ -7376,10 +7431,10 @@
 // beats : 2015-05-14 Beats Electronics, LLC
 beats
 
-// beauty : 2015-12-03 L'Oréal
+// beauty : 2015-12-03 XYZ.COM LLC
 beauty
 
-// beer : 2014-01-09 Minds + Machines Group Limited
+// beer : 2014-01-09 Registry Services, LLC
 beer
 
 // bentley : 2014-12-18 Bentley Motors Limited
@@ -7421,7 +7476,7 @@
 // black : 2014-01-16 Afilias Limited
 black
 
-// blackfriday : 2014-01-16 Uniregistry, Corp.
+// blackfriday : 2014-01-16 UNR Corp.
 blackfriday
 
 // blockbuster : 2015-07-30 Dish DBS Corporation
@@ -7445,7 +7500,7 @@
 // bnpparibas : 2014-05-29 BNP Paribas
 bnpparibas
 
-// boats : 2014-12-04 DERBoats, LLC
+// boats : 2014-12-04 XYZ.COM LLC
 boats
 
 // boehringer : 2015-07-09 Boehringer Ingelheim International GmbH
@@ -7484,7 +7539,7 @@
 // boutique : 2013-11-14 Binky Moon, LLC
 boutique
 
-// box : 2015-11-12 .BOX INC.
+// box : 2015-11-12 Intercap Registry Inc.
 box
 
 // bradesco : 2014-12-18 Banco Bradesco S.A.
@@ -7496,7 +7551,7 @@
 // broadway : 2014-12-22 Celebrate Broadway, Inc.
 broadway
 
-// broker : 2014-12-11 Dotbroker Registry Limited
+// broker : 2014-12-11 Dog Beach, LLC
 broker
 
 // brother : 2015-01-29 Brother Industries, Ltd.
@@ -7568,7 +7623,7 @@
 // capitalone : 2015-08-06 Capital One Financial Corporation
 capitalone
 
-// car : 2015-01-22 Cars Registry Limited
+// car : 2015-01-22 XYZ.COM LLC
 car
 
 // caravan : 2013-12-12 Caravan International, Inc.
@@ -7586,18 +7641,15 @@
 // careers : 2013-10-02 Binky Moon, LLC
 careers
 
-// cars : 2014-11-13 Cars Registry Limited
+// cars : 2014-11-13 XYZ.COM LLC
 cars
 
-// casa : 2013-11-21 Minds + Machines Group Limited
+// casa : 2013-11-21 Registry Services, LLC
 casa
 
 // case : 2015-09-03 CNH Industrial N.V.
 case
 
-// caseih : 2015-09-03 CNH Industrial N.V.
-caseih
-
 // cash : 2014-03-06 Binky Moon, LLC
 cash
 
@@ -7622,9 +7674,6 @@
 // cbs : 2015-08-06 CBS Domains Inc.
 cbs
 
-// ceb : 2015-04-09 The Corporate Executive Board Company
-ceb
-
 // center : 2013-11-07 Binky Moon, LLC
 center
 
@@ -7637,7 +7686,7 @@
 // cfa : 2014-08-28 CFA Institute
 cfa
 
-// cfd : 2014-12-11 DotCFD Registry Limited
+// cfd : 2014-12-11 ShortDot SA
 cfd
 
 // chanel : 2015-04-09 Chanel International B.V.
@@ -7661,7 +7710,7 @@
 // chintai : 2015-06-11 CHINTAI Corporation
 chintai
 
-// christmas : 2013-11-21 Uniregistry, Corp.
+// christmas : 2013-11-21 UNR Corp.
 christmas
 
 // chrome : 2014-07-24 Charleston Road Registry Inc.
@@ -7700,7 +7749,7 @@
 // cleaning : 2013-12-05 Binky Moon, LLC
 cleaning
 
-// click : 2014-06-05 Uniregistry, Corp.
+// click : 2014-06-05 UNR Corp.
 click
 
 // clinic : 2014-03-20 Binky Moon, LLC
@@ -7715,7 +7764,7 @@
 // cloud : 2015-04-16 Aruba PEC S.p.A.
 cloud
 
-// club : 2013-11-08 .CLUB DOMAINS, LLC
+// club : 2013-11-08 Registry Services, LLC
 club
 
 // clubmed : 2015-06-25 Club Méditerranée S.A.
@@ -7772,7 +7821,7 @@
 // contractors : 2013-09-10 Binky Moon, LLC
 contractors
 
-// cooking : 2013-11-21 Minds + Machines Group Limited
+// cooking : 2013-11-21 Registry Services, LLC
 cooking
 
 // cookingchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
@@ -7805,7 +7854,7 @@
 // creditcard : 2014-03-20 Binky Moon, LLC
 creditcard
 
-// creditunion : 2015-01-22 CUNA Performance Resources, LLC
+// creditunion : 2015-01-22 DotCooperation LLC
 creditunion
 
 // cricket : 2014-10-09 dot Cricket Limited
@@ -7832,7 +7881,7 @@
 // cymru : 2014-05-08 Nominet UK
 cymru
 
-// cyou : 2015-01-22 Beijing Gamease Age Digital Technology Co., Ltd.
+// cyou : 2015-01-22 ShortDot SA
 cyou
 
 // dabur : 2014-02-06 Dabur India Limited
@@ -7862,7 +7911,7 @@
 // dclk : 2014-11-20 Charleston Road Registry Inc.
 dclk
 
-// dds : 2015-05-07 Minds + Machines Group Limited
+// dds : 2015-05-07 Registry Services, LLC
 dds
 
 // deal : 2015-06-25 Amazon Registry Services, Inc.
@@ -7901,7 +7950,7 @@
 // desi : 2013-11-14 Desi Networks LLC
 desi
 
-// design : 2014-11-07 Top Level Design, LLC
+// design : 2014-11-07 Registry Services, LLC
 design
 
 // dev : 2014-10-16 Charleston Road Registry Inc.
@@ -7913,7 +7962,7 @@
 // diamonds : 2013-09-22 Binky Moon, LLC
 diamonds
 
-// diet : 2014-06-26 Uniregistry, Corp.
+// diet : 2014-06-26 UNR Corp.
 diet
 
 // digital : 2014-03-06 Binky Moon, LLC
@@ -7973,7 +8022,7 @@
 // dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
 dunlop
 
-// dupont : 2015-06-25 E. I. du Pont de Nemours and Company
+// dupont : 2015-06-25 DuPont Specialty Products USA, LLC
 dupont
 
 // durban : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
@@ -8036,9 +8085,6 @@
 // estate : 2013-08-27 Binky Moon, LLC
 estate
 
-// esurance : 2015-07-23 Esurance Insurance Company
-esurance
-
 // etisalat : 2015-09-03 Emirates Telecommunications Corporation (trading as 
Etisalat)
 etisalat
 
@@ -8093,7 +8139,7 @@
 // farmers : 2015-07-09 Farmers Insurance Exchange
 farmers
 
-// fashion : 2014-07-03 Minds + Machines Group Limited
+// fashion : 2014-07-03 Registry Services, LLC
 fashion
 
 // fast : 2014-12-18 Amazon Registry Services, Inc.
@@ -8144,16 +8190,16 @@
 // fish : 2013-12-12 Binky Moon, LLC
 fish
 
-// fishing : 2013-11-21 Minds + Machines Group Limited
+// fishing : 2013-11-21 Registry Services, LLC
 fishing
 
-// fit : 2014-11-07 Minds + Machines Group Limited
+// fit : 2014-11-07 Registry Services, LLC
 fit
 
 // fitness : 2014-03-06 Binky Moon, LLC
 fitness
 
-// flickr : 2015-04-02 Yahoo! Domain Services Inc.
+// flickr : 2015-04-02 Flickr, Inc.
 flickr
 
 // flights : 2013-12-05 Binky Moon, LLC
@@ -8165,7 +8211,7 @@
 // florist : 2013-11-07 Binky Moon, LLC
 florist
 
-// flowers : 2014-10-09 Uniregistry, Corp.
+// flowers : 2014-10-09 UNR Corp.
 flowers
 
 // fly : 2014-05-08 Charleston Road Registry Inc.
@@ -8186,7 +8232,7 @@
 // ford : 2014-11-13 Ford Motor Company
 ford
 
-// forex : 2014-12-11 Dotforex Registry Limited
+// forex : 2014-12-11 Dog Beach, LLC
 forex
 
 // forsale : 2014-05-22 Dog Beach, LLC
@@ -8225,10 +8271,7 @@
 // fujitsu : 2015-07-30 Fujitsu Limited
 fujitsu
 
-// fujixerox : 2015-07-23 Xerox DNHC LLC
-fujixerox
-
-// fun : 2016-01-14 DotSpace Inc.
+// fun : 2016-01-14 Radix FZC
 fun
 
 // fund : 2014-03-20 Binky Moon, LLC
@@ -8255,7 +8298,7 @@
 // gallup : 2015-02-19 Gallup, Inc.
 gallup
 
-// game : 2015-05-28 Uniregistry, Corp.
+// game : 2015-05-28 UNR Corp.
 game
 
 // games : 2015-05-28 Dog Beach, LLC
@@ -8264,7 +8307,7 @@
 // gap : 2015-07-31 The Gap, Inc.
 gap
 
-// garden : 2014-06-26 Minds + Machines Group Limited
+// garden : 2014-06-26 Registry Services, LLC
 garden
 
 // gay : 2019-05-23 Top Level Design, LLC
@@ -8393,13 +8436,13 @@
 // guide : 2013-09-13 Binky Moon, LLC
 guide
 
-// guitars : 2013-11-14 Uniregistry, Corp.
+// guitars : 2013-11-14 UNR Corp.
 guitars
 
 // guru : 2013-08-27 Binky Moon, LLC
 guru
 
-// hair : 2015-12-03 L'Oréal
+// hair : 2015-12-03 XYZ.COM LLC
 hair
 
 // hamburg : 2014-02-20 Hamburg Top-Level-Domain GmbH
@@ -8426,7 +8469,7 @@
 // healthcare : 2014-06-12 Binky Moon, LLC
 healthcare
 
-// help : 2014-06-26 Uniregistry, Corp.
+// help : 2014-06-26 UNR Corp.
 help
 
 // helsinki : 2015-02-05 City of Helsinki
@@ -8441,7 +8484,7 @@
 // hgtv : 2015-07-02 Lifestyle Domain Holdings, Inc.
 hgtv
 
-// hiphop : 2014-03-06 Uniregistry, Corp.
+// hiphop : 2014-03-06 UNR Corp.
 hiphop
 
 // hisamitsu : 2015-07-16 Hisamitsu Pharmaceutical Co.,Inc.
@@ -8450,7 +8493,7 @@
 // hitachi : 2014-10-31 Hitachi, Ltd.
 hitachi
 
-// hiv : 2014-03-13 Uniregistry, Corp.
+// hiv : 2014-03-13 UNR Corp.
 hiv
 
 // hkt : 2015-05-14 PCCW-HKT DataCom Services Limited
@@ -8471,7 +8514,7 @@
 // homegoods : 2015-07-16 The TJX Companies, Inc.
 homegoods
 
-// homes : 2014-01-09 DERHomes, LLC
+// homes : 2014-01-09 XYZ.COM LLC
 homes
 
 // homesense : 2015-07-16 The TJX Companies, Inc.
@@ -8480,16 +8523,16 @@
 // honda : 2014-12-18 Honda Motor Co., Ltd.
 honda
 
-// horse : 2013-11-21 Minds + Machines Group Limited
+// horse : 2013-11-21 Registry Services, LLC
 horse
 
 // hospital : 2016-10-20 Binky Moon, LLC
 hospital
 
-// host : 2014-04-17 DotHost Inc.
+// host : 2014-04-17 Radix FZC
 host
 
-// hosting : 2014-05-29 Uniregistry, Corp.
+// hosting : 2014-05-29 UNR Corp.
 hosting
 
 // hot : 2015-08-27 Amazon Registry Services, Inc.
@@ -8579,9 +8622,6 @@
 // insure : 2014-03-20 Binky Moon, LLC
 insure
 
-// intel : 2015-08-06 Intel Corporation
-intel
-
 // international : 2013-11-07 Binky Moon, LLC
 international
 
@@ -8612,9 +8652,6 @@
 // itv : 2015-07-09 ITV Services Limited
 itv
 
-// iveco : 2015-09-03 CNH Industrial N.V.
-iveco
-
 // jaguar : 2014-11-13 Jaguar Land Rover Ltd
 jaguar
 
@@ -8624,9 +8661,6 @@
 // jcb : 2014-11-20 JCB Co., Ltd.
 jcb
 
-// jcp : 2015-04-23 JCP Media, Inc.
-jcp
-
 // jeep : 2015-07-30 FCA US LLC.
 jeep
 
@@ -8663,7 +8697,7 @@
 // jprs : 2014-09-18 Japan Registry Services Co., Ltd.
 jprs
 
-// juegos : 2014-03-20 Uniregistry, Corp.
+// juegos : 2014-03-20 UNR Corp.
 juegos
 
 // juniper : 2015-07-30 JUNIPER NETWORKS, INC.
@@ -8690,6 +8724,9 @@
 // kia : 2015-07-09 KIA MOTORS CORPORATION
 kia
 
+// kids : 2021-08-13 DotKids Foundation Limited
+kids
+
 // kim : 2013-09-23 Afilias Limited
 kim
 
@@ -8768,13 +8805,13 @@
 // latrobe : 2014-06-16 La Trobe University
 latrobe
 
-// law : 2015-01-22 LW TLD Limited
+// law : 2015-01-22 Registry Services, LLC
 law
 
 // lawyer : 2014-03-20 Dog Beach, LLC
 lawyer
 
-// lds : 2014-03-20 IRI Domain Management, LLC ("Applicant")
+// lds : 2014-03-20 IRI Domain Management, LLC
 lds
 
 // lease : 2014-03-06 Binky Moon, LLC
@@ -8831,7 +8868,7 @@
 // linde : 2014-12-04 Linde Aktiengesellschaft
 linde
 
-// link : 2013-11-14 Uniregistry, Corp.
+// link : 2013-11-14 UNR Corp.
 link
 
 // lipsy : 2015-06-25 Lipsy Ltd
@@ -8849,7 +8886,7 @@
 // llc : 2017-12-14 Afilias Limited
 llc
 
-// llp : 2019-08-26 Dot Registry LLC
+// llp : 2019-08-26 UNR Corp.
 llp
 
 // loan : 2014-11-20 dot Loan Limited
@@ -8867,7 +8904,7 @@
 // loft : 2015-07-30 Annco, Inc.
 loft
 
-// lol : 2015-01-30 Uniregistry, Corp.
+// lol : 2015-01-30 UNR Corp.
 lol
 
 // london : 2013-11-14 Dot London Domains Limited
@@ -8897,10 +8934,7 @@
 // lundbeck : 2015-08-06 H. Lundbeck A/S
 lundbeck
 
-// lupin : 2014-11-07 LUPIN LIMITED
-lupin
-
-// luxe : 2014-01-09 Minds + Machines Group Limited
+// luxe : 2014-01-09 Registry Services, LLC
 luxe
 
 // luxury : 2013-10-17 Luxury Partners, LLC
@@ -8918,7 +8952,7 @@
 // maison : 2013-12-05 Binky Moon, LLC
 maison
 
-// makeup : 2015-01-15 L'Oréal
+// makeup : 2015-01-15 XYZ.COM LLC
 makeup
 
 // man : 2014-12-04 MAN SE
@@ -8939,7 +8973,7 @@
 // marketing : 2013-11-07 Binky Moon, LLC
 marketing
 
-// markets : 2014-12-11 Dotmarkets Registry Limited
+// markets : 2014-12-11 Dog Beach, LLC
 markets
 
 // marriott : 2014-10-09 Marriott Worldwide Corporation
@@ -8987,9 +9021,6 @@
 // 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
 
@@ -9029,7 +9060,7 @@
 // moi : 2014-12-18 Amazon Registry Services, Inc.
 moi
 
-// mom : 2015-04-16 Uniregistry, Corp.
+// mom : 2015-04-16 UNR Corp.
 mom
 
 // monash : 2013-09-30 Monash University
@@ -9041,7 +9072,7 @@
 // monster : 2015-09-11 XYZ.COM LLC
 monster
 
-// mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
+// mormon : 2013-12-05 IRI Domain Management, LLC
 mormon
 
 // mortgage : 2014-03-20 Dog Beach, LLC
@@ -9053,7 +9084,7 @@
 // moto : 2015-06-04 Motorola Trademark Holdings, LLC
 moto
 
-// motorcycles : 2014-01-09 DERMotorcycles, LLC
+// motorcycles : 2014-01-09 XYZ.COM LLC
 motorcycles
 
 // mov : 2014-01-30 Charleston Road Registry Inc.
@@ -9071,21 +9102,18 @@
 // mtr : 2015-03-12 MTR Corporation Limited
 mtr
 
+// music : 2021-05-04 DotMusic Limited
+music
+
 // mutual : 2015-04-02 Northwestern Mutual MU TLD Registry, LLC
 mutual
 
 // nab : 2015-08-20 National Australia Bank Limited
 nab
 
-// nadex : 2014-12-11 Nadex Domains, Inc.
-nadex
-
 // nagoya : 2013-10-24 GMO Registry, Inc.
 nagoya
 
-// nationwide : 2015-07-23 Nationwide Mutual Insurance Company
-nationwide
-
 // natura : 2015-03-12 NATURA COSMÉTICOS S.A.
 natura
 
@@ -9107,15 +9135,12 @@
 // network : 2013-11-14 Binky Moon, LLC
 network
 
-// neustar : 2013-12-05 Registry Services, LLC
+// neustar : 2013-12-05 NeuStar, Inc.
 neustar
 
 // new : 2014-01-30 Charleston Road Registry Inc.
 new
 
-// newholland : 2015-09-03 CNH Industrial N.V.
-newholland
-
 // news : 2014-12-18 Dog Beach, LLC
 news
 
@@ -9161,7 +9186,7 @@
 // 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.
@@ -9188,7 +9213,7 @@
 // obi : 2014-09-25 OBI Group Holding SE & Co. KGaA
 obi
 
-// observer : 2015-04-30 Top Level Spectrum, Inc.
+// observer : 2015-04-30 Dog Beach, LLC
 observer
 
 // off : 2015-07-23 Johnson Shareholdings, Inc.
@@ -9221,15 +9246,12 @@
 // ong : 2014-03-06 Public Interest Registry
 ong
 
-// onl : 2013-09-16 I-Registry Ltd.
+// onl : 2013-09-16 iRegistry GmbH
 onl
 
-// online : 2015-01-15 DotOnline Inc.
+// online : 2015-01-15 Radix FZC
 online
 
-// onyourside : 2015-07-23 Nationwide Mutual Insurance Company
-onyourside
-
 // ooo : 2014-01-09 INFIBEAM AVENUES LIMITED
 ooo
 
@@ -9308,7 +9330,7 @@
 // phone : 2016-06-02 Dish DBS Corporation
 phone
 
-// photo : 2013-11-14 Uniregistry, Corp.
+// photo : 2013-11-14 UNR Corp.
 photo
 
 // photography : 2013-09-20 Binky Moon, LLC
@@ -9320,7 +9342,7 @@
 // physio : 2014-05-01 PhysBiz Pty Ltd
 physio
 
-// pics : 2013-11-14 Uniregistry, Corp.
+// pics : 2013-11-14 UNR Corp.
 pics
 
 // pictet : 2014-06-26 Pictet Europe S.A.
@@ -9383,7 +9405,7 @@
 // praxi : 2013-12-05 Praxi S.p.A.
 praxi
 
-// press : 2014-04-03 DotPress Inc.
+// press : 2014-04-03 Radix FZC
 press
 
 // prime : 2015-06-25 Amazon Registry Services, Inc.
@@ -9407,7 +9429,7 @@
 // properties : 2013-12-05 Binky Moon, LLC
 properties
 
-// property : 2014-05-22 Uniregistry, Corp.
+// property : 2014-05-22 UNR Corp.
 property
 
 // protection : 2015-04-23 XYZ.COM LLC
@@ -9434,9 +9456,6 @@
 // quest : 2015-03-26 XYZ.COM LLC
 quest
 
-// qvc : 2015-07-30 QVC, Inc.
-qvc
-
 // racing : 2014-12-04 Premier Registry Limited
 racing
 
@@ -9455,7 +9474,7 @@
 // realtor : 2014-05-29 Real Estate Domains LLC
 realtor
 
-// realty : 2015-03-19 Fegistry, LLC
+// realty : 2015-03-19 Dog Beach, LLC
 realty
 
 // recipes : 2013-10-17 Binky Moon, LLC
@@ -9518,7 +9537,7 @@
 // rexroth : 2015-06-18 Robert Bosch GMBH
 rexroth
 
-// rich : 2013-11-21 I-Registry Ltd.
+// rich : 2013-11-21 iRegistry GmbH
 rich
 
 // richardli : 2015-05-14 Pacific Century Asset Management (HK) Limited
@@ -9527,9 +9546,6 @@
 // ricoh : 2014-11-20 Ricoh Company, Ltd.
 ricoh
 
-// rightathome : 2015-07-23 Johnson Shareholdings, Inc.
-rightathome
-
 // ril : 2015-04-02 Reliance Industries Limited
 ril
 
@@ -9539,16 +9555,13 @@
 // rip : 2014-07-10 Dog Beach, LLC
 rip
 
-// rmit : 2015-11-19 Royal Melbourne Institute of Technology
-rmit
-
 // rocher : 2014-12-18 Ferrero Trading Lux S.A.
 rocher
 
 // rocks : 2013-11-14 Dog Beach, LLC
 rocks
 
-// rodeo : 2013-12-19 Minds + Machines Group Limited
+// rodeo : 2013-12-19 Registry Services, LLC
 rodeo
 
 // rogers : 2015-08-06 Rogers Communications Canada Inc.
@@ -9626,7 +9639,7 @@
 // sbi : 2015-03-12 STATE BANK OF INDIA
 sbi
 
-// sbs : 2014-11-07 SPECIAL BROADCASTING SERVICE CORPORATION
+// sbs : 2014-11-07 ShortDot SA
 sbs
 
 // sca : 2014-03-13 SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)
@@ -9659,9 +9672,6 @@
 // scjohnson : 2015-07-23 Johnson Shareholdings, Inc.
 scjohnson
 
-// scor : 2014-10-31 SCOR SE
-scor
-
 // scot : 2014-01-23 Dot Scot Registry Limited
 scot
 
@@ -9701,7 +9711,7 @@
 // sex : 2014-11-13 ICM Registry SX LLC
 sex
 
-// sexy : 2013-09-11 Uniregistry, Corp.
+// sexy : 2013-09-11 UNR Corp.
 sexy
 
 // sfr : 2015-08-13 Societe Francaise du Radiotelephone - SFR
@@ -9734,7 +9744,7 @@
 // shopping : 2016-03-31 Binky Moon, LLC
 shopping
 
-// shouji : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
+// shouji : 2015-01-08 Beijing Qihu Keji Co., Ltd.
 shouji
 
 // show : 2015-03-05 Binky Moon, LLC
@@ -9743,9 +9753,6 @@
 // showtime : 2015-08-06 CBS Domains Inc.
 showtime
 
-// shriram : 2014-01-23 Shriram Capital Ltd.
-shriram
-
 // silk : 2015-06-25 Amazon Registry Services, Inc.
 silk
 
@@ -9755,13 +9762,13 @@
 // singles : 2013-08-27 Binky Moon, LLC
 singles
 
-// site : 2015-01-15 DotSite Inc.
+// site : 2015-01-15 Radix FZC
 site
 
 // ski : 2015-04-09 Afilias Limited
 ski
 
-// skin : 2015-01-15 L'Oréal
+// skin : 2015-01-15 XYZ.COM LLC
 skin
 
 // sky : 2014-06-19 Sky International AG
@@ -9815,7 +9822,7 @@
 // spa : 2019-09-19 Asia Spa and Wellness Promotion Council Limited
 spa
 
-// space : 2014-04-03 DotSpace Inc.
+// space : 2014-04-03 Radix FZC
 space
 
 // sport : 2017-11-16 Global Association of International Sports Federations 
(GAISF)
@@ -9824,9 +9831,6 @@
 // spot : 2015-02-26 Amazon Registry Services, Inc.
 spot
 
-// spreadbetting : 2014-12-11 Dotspreadbetting Registry Limited
-spreadbetting
-
 // srl : 2015-05-07 InterNetX, Corp
 srl
 
@@ -9857,7 +9861,7 @@
 // storage : 2014-12-22 XYZ.COM LLC
 storage
 
-// store : 2015-04-09 DotStore Inc.
+// store : 2015-04-09 Radix FZC
 store
 
 // stream : 2016-01-08 dot Stream Limited
@@ -9884,7 +9888,7 @@
 // support : 2013-10-24 Binky Moon, LLC
 support
 
-// surf : 2014-01-09 Minds + Machines Group Limited
+// surf : 2014-01-09 Registry Services, LLC
 surf
 
 // surgery : 2014-03-20 Binky Moon, LLC
@@ -9896,18 +9900,12 @@
 // swatch : 2015-01-08 The Swatch Group Ltd
 swatch
 
-// swiftcover : 2015-07-23 Swiftcover Insurance Services Limited
-swiftcover
-
 // swiss : 2014-10-16 Swiss Confederation
 swiss
 
 // sydney : 2014-09-18 State of New South Wales, Department of Premier and 
Cabinet
 sydney
 
-// symantec : 2014-12-04 Symantec Corporation
-symantec
-
 // systems : 2013-11-07 Binky Moon, LLC
 systems
 
@@ -9932,7 +9930,7 @@
 // tatar : 2014-04-24 Limited Liability Company "Coordination Center of 
Regional Domain of Tatarstan Republic"
 tatar
 
-// tattoo : 2013-08-30 Uniregistry, Corp.
+// tattoo : 2013-08-30 UNR Corp.
 tattoo
 
 // tax : 2014-03-20 Binky Moon, LLC
@@ -9950,7 +9948,7 @@
 // team : 2015-03-05 Binky Moon, LLC
 team
 
-// tech : 2015-01-30 Personals TLD Inc.
+// tech : 2015-01-30 Radix FZC
 tech
 
 // technology : 2013-09-13 Binky Moon, LLC
@@ -9977,7 +9975,7 @@
 // tiaa : 2015-07-23 Teachers Insurance and Annuity Association of America
 tiaa
 
-// tickets : 2015-02-05 Accent Media Limited
+// tickets : 2015-02-05 XYZ.COM LLC
 tickets
 
 // tienda : 2013-11-14 Binky Moon, LLC
@@ -10043,13 +10041,13 @@
 // trade : 2014-01-23 Elite Registry Limited
 trade
 
-// trading : 2014-12-11 Dottrading Registry Limited
+// trading : 2014-12-11 Dog Beach, LLC
 trading
 
 // training : 2013-11-07 Binky Moon, LLC
 training
 
-// travel :  Dog Beach, LLC
+// travel : 2015-10-09 Dog Beach, LLC
 travel
 
 // travelchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
@@ -10061,7 +10059,7 @@
 // travelersinsurance : 2015-03-26 Travelers TLD, LLC
 travelersinsurance
 
-// trust : 2014-10-16 NCC Group Inc.
+// trust : 2014-10-16 UNR Corp.
 trust
 
 // trv : 2015-03-26 Travelers TLD, LLC
@@ -10094,7 +10092,7 @@
 // university : 2014-03-06 Binky Moon, LLC
 university
 
-// uno : 2013-09-11 DotSite Inc.
+// uno : 2013-09-11 Radix FZC
 uno
 
 // uol : 2014-05-01 UBN INTERNET LTDA.
@@ -10145,7 +10143,7 @@
 // vin : 2015-06-18 Binky Moon, LLC
 vin
 
-// vip : 2015-01-22 Minds + Machines Group Limited
+// vip : 2015-01-22 Registry Services, LLC
 vip
 
 // virgin : 2014-09-25 Virgin Enterprises Limited
@@ -10157,9 +10155,6 @@
 // vision : 2013-12-05 Binky Moon, LLC
 vision
 
-// vistaprint : 2014-09-18 Vistaprint Limited
-vistaprint
-
 // viva : 2014-11-07 Saudi Telecom Company
 viva
 
@@ -10169,7 +10164,7 @@
 // vlaanderen : 2014-02-06 DNS.be vzw
 vlaanderen
 
-// vodka : 2013-12-19 Minds + Machines Group Limited
+// vodka : 2013-12-19 Registry Services, LLC
 vodka
 
 // volkswagen : 2015-05-14 Volkswagen Group of America Inc.
@@ -10211,7 +10206,7 @@
 // watch : 2013-11-14 Binky Moon, LLC
 watch
 
-// watches : 2014-12-22 Richemont DNS Inc.
+// watches : 2014-12-22 Afilias Limited
 watches
 
 // weather : 2015-01-08 International Business Machines Corporation
@@ -10226,13 +10221,10 @@
 // weber : 2015-06-04 Saint-Gobain Weber SA
 weber
 
-// website : 2014-04-03 DotWebsite Inc.
+// website : 2014-04-03 Radix FZC
 website
 
-// wed : 2013-10-01 Atgron, Inc.
-wed
-
-// wedding : 2014-04-24 Minds + Machines Group Limited
+// wedding : 2014-04-24 Registry Services, LLC
 wedding
 
 // weibo : 2015-03-05 Sina Corporation
@@ -10274,7 +10266,7 @@
 // woodside : 2015-07-09 Woodside Petroleum Limited
 woodside
 
-// work : 2013-12-19 Minds + Machines Group Limited
+// work : 2013-12-19 Registry Services, LLC
 work
 
 // works : 2013-11-14 Binky Moon, LLC
@@ -10301,7 +10293,7 @@
 // xfinity : 2015-07-09 Comcast IP Holdings I, LLC
 xfinity
 
-// xihuan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
+// xihuan : 2015-01-08 Beijing Qihu Keji Co., Ltd.
 xihuan
 
 // xin : 2014-12-11 Elegant Leader Limited
@@ -10337,7 +10329,7 @@
 // xn--45q11c : 2013-11-21 Zodiac Gemini Ltd
 八卦
 
-// xn--4gbrim : 2013-10-04 Suhub Electronic Establishment
+// xn--4gbrim : 2013-10-04 Helium TLDs Ltd
 موقع
 
 // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
@@ -10397,7 +10389,7 @@
 // xn--cck2b3b : 2015-02-26 Amazon Registry Services, Inc.
 ストア
 
-// xn--cckwcxetd : 2019-12-19 Amazon EU S.à r.l.
+// xn--cckwcxetd : 2019-12-19 Amazon Registry Services, Inc.
 アマゾン
 
 // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
@@ -10421,9 +10413,6 @@
 // xn--efvy88h : 2014-08-22 Guangzhou YU Wei Information Technology Co., Ltd.
 新闻
 
-// xn--estv75g : 2015-02-19 Industrial and Commercial Bank of China Limited
-工行
-
 // xn--fct429k : 2015-04-09 Amazon Registry Services, Inc.
 家電
 
@@ -10445,7 +10434,7 @@
 // xn--fzys8d69uvgm : 2015-05-14 PCCW Enterprises Limited
 電訊盈科
 
-// xn--g2xx48c : 2015-01-30 Minds + Machines Group Limited
+// xn--g2xx48c : 2015-01-30 Nawang Heli(Xiamen) Network Service Co., LTD.
 购物
 
 // xn--gckr3f0f : 2015-02-26 Amazon Registry Services, Inc.
@@ -10469,7 +10458,7 @@
 // xn--j1aef : 2015-01-15 VeriSign Sarl
 ком
 
-// xn--jlq480n2rg : 2019-12-19 Amazon EU S.à r.l.
+// xn--jlq480n2rg : 2019-12-19 Amazon Registry Services, Inc.
 亚马逊
 
 // xn--jlq61u9w7b : 2015-01-08 Nokia Corporation
@@ -10481,9 +10470,6 @@
 // xn--kcrx77d1x4a : 2014-11-07 Koninklijke Philips N.V.
 飞利浦
 
-// xn--kpu716f : 2014-12-22 Richemont DNS Inc.
-手表
-
 // xn--kput3i : 2014-02-13 Beijing RITT-Net Technology Development Co., Ltd
 手机
 
@@ -10532,15 +10518,12 @@
 // xn--nyqy26a : 2014-11-07 Stable Tone Limited
 健康
 
-// xn--otu796d : 2017-08-06 Internet DotTrademark Organisation Limited
+// xn--otu796d : 2017-08-06 Jiang Yu Liang Cai Technology Company Limited
 招聘
 
 // xn--p1acf : 2013-12-12 Rusnames Limited
 рус
 
-// xn--pbt977c : 2014-12-22 Richemont DNS Inc.
-珠宝
-
 // xn--pssy2u : 2015-01-15 VeriSign Sarl
 大拿
 
@@ -10598,10 +10581,10 @@
 // xyz : 2013-12-05 XYZ.COM LLC
 xyz
 
-// yachts : 2014-01-09 DERYachts, LLC
+// yachts : 2014-01-09 XYZ.COM LLC
 yachts
 
-// yahoo : 2015-04-02 Yahoo! Domain Services Inc.
+// yahoo : 2015-04-02 Oath Inc.
 yahoo
 
 // yamaxun : 2014-12-18 Amazon Registry Services, Inc.
@@ -10613,7 +10596,7 @@
 // yodobashi : 2014-11-20 YODOBASHI CAMERA CO.,LTD.
 yodobashi
 
-// yoga : 2014-05-29 Minds + Machines Group Limited
+// yoga : 2014-05-29 Registry Services, LLC
 yoga
 
 // yokohama : 2013-12-12 GMO Registry, Inc.
@@ -10625,7 +10608,7 @@
 // youtube : 2014-05-01 Charleston Road Registry Inc.
 youtube
 
-// yun : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
+// yun : 2015-01-08 Beijing Qihu Keji Co., Ltd.
 yun
 
 // zappos : 2015-06-25 Amazon Registry Services, Inc.
@@ -10657,11 +10640,25 @@
 inf.ua
 ltd.ua
 
+// 611coin : https://611project.org/
+611.to
+
+// Aaron Marais' Gitlab pages: https://lab.aaronleem.co.za
+// Submitted by Aaron Marais <[email protected]>
+graphox.us
+
+// accesso Technology Group, plc. : https://accesso.com/
+// Submitted by accesso Team <[email protected]>
+*.devcdnaccesso.com
+
 // Adobe : https://www.adobe.com/
-// Submitted by Ian Boston <[email protected]>
+// Submitted by Ian Boston <[email protected]> and Lars Trieloff 
<[email protected]>
 adobeaemcloud.com
-adobeaemcloud.net
 *.dev.adobeaemcloud.com
+hlx.live
+adobeaemcloud.net
+hlx.page
+hlx3.page
 
 // Agnat sp. z o.o. : https://domena.pl
 // Submitted by Przemyslaw Plewa <[email protected]>
@@ -10676,6 +10673,10 @@
 *.compute.estate
 *.alces.network
 
+// all-inkl.com : https://all-inkl.com
+// Submitted by Werner Kaltofen <[email protected]>
+kasserver.com
+
 // Altervista: https://www.altervista.org
 // Submitted by Carlo Cannas <[email protected]>
 altervista.org
@@ -10723,6 +10724,10 @@
 *.elb.amazonaws.com
 *.elb.amazonaws.com.cn
 
+// Amazon Global Accelerator : https://aws.amazon.com/global-accelerator/
+// Submitted by Daniel Massaguer <[email protected]>
+awsglobalaccelerator.com
+
 // Amazon S3 : https://aws.amazon.com/s3/
 // Submitted by Luke Wells <[email protected]>
 s3.amazonaws.com
@@ -10793,6 +10798,19 @@
 // Submitted by Apigee Security Team <[email protected]>
 apigee.io
 
+// Apphud : https://apphud.com
+// Submitted by Alexander Selivanov <[email protected]>
+siiites.com
+
+// Appspace : https://www.appspace.com
+// Submitted by Appspace Security Team <[email protected]>
+appspacehosted.com
+appspaceusercontent.com
+
+// Appudo UG (haftungsbeschränkt) : https://www.appudo.com
+// Submitted by Alexander Hochbaum <[email protected]>
+appudo.net
+
 // Aptible : https://www.aptible.com/
 // Submitted by Thomas Orozco <[email protected]>
 on-aptible.com
@@ -10818,15 +10836,27 @@
 // Submitted by Vincent Tseng <[email protected]>
 myasustor.com
 
+// Atlassian : https://atlassian.com
+// Submitted by Sam Smyth <[email protected]>
+cdn.prod.atlassian-dev.net
+
 // AVM : https://avm.de
 // Submitted by Andreas Weise <[email protected]>
 myfritz.net
 
+// AVStack Pte. Ltd. : https://avstack.io
+// Submitted by Jasper Hugo <[email protected]>
+onavstack.net
+
 // AW AdvisorWebsites.com Software Inc : https://advisorwebsites.com
 // Submitted by James Kennedy <[email protected]>
 *.awdev.ca
 *.advisor.ws
 
+// AZ.pl sp. z.o.o: https://az.pl
+// Submited by Krzysztof Wolski <[email protected]>
+ecommerce-shop.pl
+
 // b-data GmbH : https://www.b-data.io
 // Submitted by Olivier Benz <[email protected]>
 b-data.io
@@ -10839,9 +10869,17 @@
 // Submitted by Petros Angelatos <[email protected]>
 balena-devices.com
 
+// University of Banja Luka : https://unibl.org
+// Domains for Republic of Srpska administrative entity.
+// Submitted by Marko Ivanovic <[email protected]>
+rs.ba
+
 // Banzai Cloud
-// Submitted by Gabor Kozma <[email protected]>
+// Submitted by Janos Matyas <[email protected]>
+*.banzai.cloud
 app.banzaicloud.io
+*.backyards.banzaicloud.io
+
 
 // BetaInABox
 // Submitted by Adrian <[email protected]>
@@ -10851,14 +10889,30 @@
 // Submitted by Nathan O'Sullivan <[email protected]>
 bnr.la
 
+// Bitbucket : http://bitbucket.org
+// Submitted by Andy Ortlieb <[email protected]>
+bitbucket.io
+
 // Blackbaud, Inc. : https://www.blackbaud.com
 // Submitted by Paul Crowder <[email protected]>
 blackbaudcdn.net
 
+// Blatech : http://www.blatech.net
+// Submitted by Luke Bratch <[email protected]>
+of.je
+
+// Blue Bite, LLC : https://bluebite.com
+// Submitted by Joshua Weiss <[email protected]>
+bluebite.io
+
 // Boomla : https://boomla.com
 // Submitted by Tibor Halter <[email protected]>
 boomla.net
 
+// Boutir : https://www.boutir.com
+// Submitted by Eric Ng Ka Ka <[email protected]>
+boutir.com
+
 // Boxfuse : https://boxfuse.com
 // Submitted by Axel Fontaine <[email protected]>
 boxfuse.io
@@ -10872,6 +10926,10 @@
 bplaced.net
 square7.net
 
+// Brendly : https://brendly.rs
+// Submitted by Dusan Radovanovic <[email protected]>
+shop.brendly.rs
+
 // BrowserSafetyMark
 // Submitted by Dave Tharp <[email protected]>
 browsersafetymark.io
@@ -10882,46 +10940,55 @@
 dh.bytemark.co.uk
 vm.bytemark.co.uk
 
+// Caf.js Labs LLC : https://www.cafjs.com
+// Submitted by Antonio Lain <[email protected]>
+cafjs.com
+
 // callidomus : https://www.callidomus.com/
 // Submitted by Marcus Popp <[email protected]>
 mycd.eu
 
 // Carrd : https://carrd.co
 // Submitted by AJ <[email protected]>
+drr.ac
+uwu.ai
 carrd.co
 crd.co
-uwu.ai
+ju.mp
 
 // CentralNic : http://www.centralnic.com/names/domains
 // Submitted by registry <[email protected]>
 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 <[email protected]>
+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 <[email protected]>
 africa.com
@@ -10933,6 +11000,7 @@
 // Radix FZC : http://domains.in.net
 // Submitted by Gavin Brown <[email protected]>
 in.net
+web.in
 
 // US REGISTRY LLC : http://us.org
 // Submitted by Gavin Brown <[email protected]>
@@ -10942,6 +11010,16 @@
 // Submitted by Gavin Brown <[email protected]>
 co.com
 
+// Roar Domains LLC : https://roar.basketball/
+// Submitted by Gavin Brown <[email protected]>
+aus.basketball
+nz.basketball
+
+// BRS Media : https://brsmedia.com/
+// Submitted by Gavin Brown <[email protected]>
+radio.am
+radio.fm
+
 // c.la : http://www.c.la/
 c.la
 
@@ -10949,13 +11027,14 @@
 // Submitted by B. Blechschmidt <[email protected]>
 certmgr.org
 
-// Citrix : https://citrix.com
-// Submitted by Alex Stoddard <[email protected]>
-xenapponazure.com
+// Cityhost LLC  : https://cityhost.ua
+// Submitted by Maksym Rivtin <[email protected]>
+cx.ua
 
 // Civilized Discourse Construction Kit, Inc. : https://www.discourse.org/
-// Submitted by Rishabh Nambiar <[email protected]>
+// Submitted by Rishabh Nambiar & Michael Brown <[email protected]>
 discourse.group
+discourse.team
 
 // ClearVox : http://www.clearvox.nl/
 // Submitted by Leon Rowland <[email protected]>
@@ -10966,9 +11045,17 @@
 cleverapps.io
 
 // Clerk : https://www.clerk.dev
-// Submitted by Colin Sidoti <[email protected]>
+// Submitted by Colin Sidoti <[email protected]>
+clerk.app
+clerkstage.app
 *.lcl.dev
+*.lclstage.dev
 *.stg.dev
+*.stgstage.dev
+
+// ClickRising : https://clickrising.com/
+// Submitted by Umut Gumeli <[email protected]>
+clickrising.net
 
 // Cloud66 : https://www.cloud66.com/
 // Submitted by Khash Sajadi <[email protected]>
@@ -10990,11 +11077,12 @@
 cloudcontrolapp.com
 
 // Cloudera, Inc. : https://www.cloudera.com/
-// Submitted by Philip Langdale <[email protected]>
-cloudera.site
+// Submitted by Kedarnath Waikar <[email protected]>
+*.cloudera.site
 
 // Cloudflare, Inc. : https://www.cloudflare.com/
-// Submitted by Jake Riesterer <[email protected]>
+// Submitted by Cloudflare Team <[email protected]>
+pages.dev
 trycloudflare.com
 workers.dev
 
@@ -11035,10 +11123,6 @@
 cloudns.pw
 cloudns.us
 
-// Cloudeity Inc : https://cloudeity.com
-// Submitted by Stefan Dimitrov <[email protected]>
-cloudeity.net
-
 // CNPY : https://cnpy.gdn
 // Submitted by Angelo Gladding <[email protected]>
 cnpy.gdn
@@ -11085,6 +11169,10 @@
 // Submitted by Jonathan Rudenberg <[email protected]>
 cupcake.is
 
+// Curv UG : https://curv-labs.de/
+// Submitted by Marvin Wiesner <[email protected]>
+curv.dev
+
 // Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
 // Submitted by Gregory Drake <[email protected]>
 // Note: This is intended to also include customer-oci.com due to wildcards 
implicitly including the current label
@@ -11098,6 +11186,12 @@
 cyon.link
 cyon.site
 
+// Danger Science Group: https://dangerscience.com/
+// Submitted by Skylar MacDonald <[email protected]>
+fnwk.site
+folionetwork.site
+platform0.app
+
 // Daplie, Inc : https://daplie.com
 // Submitted by AJ ONeal <[email protected]>
 daplie.me
@@ -11120,6 +11214,10 @@
 reg.dk
 store.dk
 
+// dappnode.io : https://dappnode.io/
+// Submitted by Abel Boldu / DAppNode Team <[email protected]>
+dyndns.dappnode.io
+
 // dapps.earth : https://dapps.earth/
 // Submitted by Daniil Burdakov <[email protected]>
 *.dapps.earth
@@ -11129,18 +11227,41 @@
 // Submitted by Paul Biggar <[email protected]>
 builtwithdark.com
 
+// DataDetect, LLC. : https://datadetect.com
+// Submitted by Andrew Banchich <[email protected]>
+demo.datadetect.com
+instance.datadetect.com
+
 // Datawire, Inc : https://www.datawire.io
 // Submitted by Richard Li <[email protected]>
 edgestack.me
 
+// DDNS5 : https://ddns5.com
+// Submitted by Cameron Elliott <[email protected]>
+ddns5.com
+
 // Debian : https://www.debian.org/
 // Submitted by Peter Palfrader / Debian Sysadmin Team 
<[email protected]>
 debian.net
 
+// Deno Land Inc : https://deno.com/
+// Submitted by Luca Casonato <[email protected]>
+deno.dev
+deno-staging.dev
+
 // deSEC : https://desec.io/
 // Submitted by Peter Thomassen <[email protected]>
 dedyn.io
 
+// Diher Solutions : https://diher.solutions
+// Submitted by Didi Hermawan <[email protected]>
+*.rss.my.id
+*.diher.solutions
+
+// DNS Africa Ltd https://dns.business
+// Submitted by Calvin Browne <[email protected]>
+jozi.biz
+
 // DNShome : https://www.dnshome.de/
 // Submitted by Norbert Auler <[email protected]>
 dnshome.de
@@ -11154,6 +11275,10 @@
 // Submitted by Paul Fang <[email protected]>
 drayddns.com
 
+// DreamCommerce : https://shoper.pl/
+// Submitted by Konrad Kotarba <[email protected]>
+shoparena.pl
+
 // DreamHost : http://www.dreamhost.com/
 // Submitted by Andrew Farmer <[email protected]>
 dreamhosters.com
@@ -11171,6 +11296,13 @@
 // Submitted by Richard Harper <[email protected]>
 duckdns.org
 
+// Bip : https://bip.sh
+// Submitted by Joel Kennedy <[email protected]>
+bip.sh
+
+// bitbridge.net : Submitted by Craig Welch, [email protected]
+bitbridge.net
+
 // dy.fi : http://dy.fi/
 // Submitted by Heikki Hannikainen <[email protected]>
 dy.fi
@@ -11474,6 +11606,14 @@
 definima.net
 definima.io
 
+// DigitalOcean App Platform : 
https://www.digitalocean.com/products/app-platform/
+// Submitted by Braxton Huggins <[email protected]>
+ondigitalocean.app
+
+// DigitalOcean Spaces : https://www.digitalocean.com/products/spaces/
+// Submitted by Robin H. Johnson <[email protected]>
+*.digitaloceanspaces.com
+
 // dnstrace.pro : https://dnstrace.pro/
 // Submitted by Chris Partridge <[email protected]>
 bci.dnstrace.pro
@@ -11502,10 +11642,26 @@
 // Submitted by Dominik Menke <[email protected]>
 dynv6.net
 
+// Ellucian : https://ellucian.com
+// Submitted by Josue Colon <[email protected]>
+elluciancrmadvance.com
+elluciancrmadvise.com
+elluciancrmrecruit.com
+
 // E4YOU spol. s.r.o. : https://e4you.cz/
 // Submitted by Vladimir Dudr <[email protected]>
 e4.cz
 
+// eero : https://eero.com/
+// Submitted by Yue Kang <[email protected]>
+eero.online
+eero-stage.online
+
+// Elementor : Elementor Ltd.
+// Submitted by Anton Barkan <[email protected]>
+elementor.cloud
+elementor.cool
+
 // En root‽ : https://en-root.org
 // Submitted by Emmanuel Raviart <[email protected]>
 en-root.fr
@@ -11513,17 +11669,13 @@
 // Enalean SAS: https://www.enalean.com
 // Submitted by Thomas Cottier <[email protected]>
 mytuleap.com
+tuleap-partners.com
 
 // ECG Robotics, Inc: https://ecgrobotics.org
 // Submitted by <[email protected]>
 onred.one
 staging.onred.one
 
-// Enonic : http://enonic.com/
-// Submitted by Erik Kaareng-Sunde <[email protected]>
-enonic.io
-customer.enonic.io
-
 // EU.org https://eu.org/
 // Submitted by Pierre Beyssac <[email protected]>
 eu.org
@@ -11583,6 +11735,10 @@
 uk.eu.org
 us.eu.org
 
+// Eurobyte : https://eurobyte.ru
+// Submitted by Evgeniy Subbotin <[email protected]>
+eurodir.ru
+
 // Evennode : http://www.evennode.com/
 // Submitted by Michal Kralik <[email protected]>
 eu-1.evennode.com
@@ -11602,6 +11758,10 @@
 mymailer.com.tw
 url.tw
 
+// Fabrica Technologies, Inc. : https://www.fabrica.dev/
+// Submitted by Eric Jiang <[email protected]>
+onfabrica.com
+
 // Facebook, Inc.
 // Submitted by Peter Ruibal <[email protected]>
 apps.fbsbx.com
@@ -11685,9 +11845,11 @@
 // Fancy Bits, LLC : http://getchannels.com
 // Submitted by Aman Gupta <[email protected]>
 channelsdvr.net
+u.channelsdvr.net
 
 // Fastly Inc. : http://www.fastly.com/
 // Submitted by Fastly Security <[email protected]>
+edgecompute.app
 fastly-terrarium.com
 fastlylb.net
 map.fastlylb.net
@@ -11701,12 +11863,11 @@
 
 // FASTVPS EESTI OU : https://fastvps.ru/
 // Submitted by Likhachev Vasiliy <[email protected]>
-fastpanel.direct
 fastvps-server.com
-
-// Featherhead : https://featherhead.xyz/
-// Submitted by Simon Menke <[email protected]>
-fhapp.xyz
+fastvps.host
+myfast.host
+fastvps.site
+myfast.space
 
 // Fedora : https://fedoraproject.org/
 // submitted by Patrick Uiterwijk <[email protected]>
@@ -11716,10 +11877,22 @@
 app.os.fedoraproject.org
 app.os.stg.fedoraproject.org
 
+// FearWorks Media Ltd. : https://fearworksmedia.co.uk
+// submitted by Keith Fairley <[email protected]>
+couk.me
+ukco.me
+conn.uk
+copro.uk
+hosp.uk
+
 // Fermax : https://fermax.com/
 // submitted by Koen Van Isterdael <[email protected]>
 mydobiss.com
 
+// FH Muenster : https://www.fh-muenster.de
+// Submitted by Robin Naundorf <[email protected]>
+fh-muenster.io
+
 // Filegear Inc. : https://www.filegear.com
 // Submitted by Jason Zhu <[email protected]>
 filegear.me
@@ -11734,11 +11907,42 @@
 // Submitted by Chris Raynor <[email protected]>
 firebaseapp.com
 
+// Firewebkit : https://www.firewebkit.com
+// Submitted by Majid Qureshi <[email protected]>
+fireweb.app
+
+// FLAP : https://www.flap.cloud
+// Submitted by Louis Chemineau <[email protected]>
+flap.id
+
+// fly.io: https://fly.io
+// Submitted by Kurt Mackey <[email protected]>
+fly.dev
+edgeapp.net
+shw.io
+
 // Flynn : https://flynn.io
 // Submitted by Jonathan Rudenberg <[email protected]>
-flynnhub.com
 flynnhosting.net
 
+// Forgerock : https://www.forgerock.com
+// Submitted by Roderick Parr <[email protected]>
+forgeblocks.com
+id.forgerock.io
+
+// Framer : https://www.framer.com
+// Submitted by Koen Rouwhorst <[email protected]>
+framer.app
+framercanvas.com
+
+// Frusky MEDIA&PR : https://www.frusky.de
+// Submitted by Victor Pupynin <[email protected]>
+*.frusky.de
+
+// RavPage : https://www.ravpage.co.il
+// Submitted by Roni Horowitz <[email protected]>
+ravpage.co.il
+
 // Frederik Braun https://frederik-braun.com
 // Submitted by Frederik Braun <[email protected]>
 0e.vc
@@ -11756,6 +11960,14 @@
 // Submitted by Daniel Stone <[email protected]>
 freedesktop.org
 
+// freemyip.com : https://freemyip.com
+// Submitted by Cadence <[email protected]>
+freemyip.com
+
+// FunkFeuer - Verein zur Förderung freier Netze : https://www.funkfeuer.at
+// Submitted by Daniel A. Maierhofer <[email protected]>
+wien.funkfeuer.at
+
 // Futureweb OG : http://www.futureweb.at
 // Submitted by Andreas Schnederle-Wagner <[email protected]>
 *.futurecms.at
@@ -11779,30 +11991,59 @@
 // Gentlent, Inc. : https://www.gentlent.com
 // Submitted by Tom Klein <[email protected]>
 gentapps.com
+gentlentapis.com
 lab.ms
+cdn-edges.net
+
+// Ghost Foundation : https://ghost.org
+// Submitted by Matt Hanley <[email protected]>
+ghost.io
+
+// GignoSystemJapan: http://gsj.bz
+// Submitted by GignoSystemJapan <[email protected]>
+gsj.bz
 
 // GitHub, Inc.
 // Submitted by Patrick Toomey <[email protected]>
-github.io
 githubusercontent.com
+githubpreview.dev
+github.io
 
 // GitLab, Inc.
 // Submitted by Alex Hanselka <[email protected]>
 gitlab.io
 
+// Gitplac.si - https://gitplac.si
+// Submitted by Aljaž Starc <[email protected]>
+gitapp.si
+gitpage.si
+
 // Glitch, Inc : https://glitch.com
 // Submitted by Mads Hartmann <[email protected]>
 glitch.me
 
+// Global NOG Alliance : https://nogalliance.org/
+// Submitted by Sander Steffann <[email protected]>
+nog.community
+
+// Globe Hosting SRL : https://www.globehosting.com/
+// Submitted by Gavin Brown <[email protected]>
+co.ro
+shop.ro
+
 // GMO Pepabo, Inc. : https://pepabo.com/
 // Submitted by dojineko <[email protected]>
 lolipop.io
 
 // GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
-// Submitted by Tom Whitwell <[email protected]>
+// Submitted by Tom Whitwell 
<[email protected]>
 cloudapps.digital
 london.cloudapps.digital
 
+// GOV.UK Pay : https://www.payments.service.gov.uk/
+// Submitted by Richard Baker <[email protected]>
+pymnt.uk
+
 // UKHomeOffice : https://www.gov.uk/government/organisations/home-office
 // Submitted by Jon Shanks <[email protected]>
 homeoffice.gov.uk
@@ -11810,7 +12051,6 @@
 // GlobeHosting, Inc.
 // Submitted by Zoltan Egresi <[email protected]>
 ro.im
-shop.ro
 
 // GoIP DNS Services : http://www.goip.de
 // Submitted by Christian Poulter <[email protected]>
@@ -11824,6 +12064,18 @@
 *.0emm.com
 appspot.com
 *.r.appspot.com
+codespot.com
+googleapis.com
+googlecode.com
+pagespeedmobilizer.com
+publishproxy.com
+withgoogle.com
+withyoutube.com
+*.gateway.dev
+cloud.goog
+translate.goog
+*.usercontent.goog
+cloudfunctions.net
 blogspot.ae
 blogspot.al
 blogspot.am
@@ -11898,20 +12150,20 @@
 blogspot.tw
 blogspot.ug
 blogspot.vn
-cloudfunctions.net
-cloud.goog
-codespot.com
-googleapis.com
-googlecode.com
-pagespeedmobilizer.com
-publishproxy.com
-withgoogle.com
-withyoutube.com
+
+// Goupile : https://goupile.fr
+// Submitted by Niels Martignene <[email protected]>
+goupile.fr
 
 // Group 53, LLC : https://www.group53.com
 // Submitted by Tyler Todd <[email protected]>
 awsmppl.com
 
+// GünstigBestellen : https://günstigbestellen.de
+// Submitted by Furkan Akkoc <[email protected]>
+günstigbestellen.de
+günstigliefern.de
+
 // Hakaran group: http://hakaran.cz
 // Submited by Arseniy Sokolov <[email protected]>
 fin.ci
@@ -11933,6 +12185,10 @@
 hasura.app
 hasura-app.io
 
+// Heilbronn University of Applied Sciences - Faculty Informatics (GitLab 
Pages): https://www.hs-heilbronn.de
+// Submitted by Richard Zowalla <[email protected]>
+pages.it.hs-heilbronn.de
+
 // Hepforge : https://www.hepforge.org
 // Submitted by David Grellscheid <[email protected]>
 hepforge.org
@@ -11950,20 +12206,29 @@
 development.run
 ravendb.run
 
+// home.pl S.A.: https://home.pl
+// Submited by Krzysztof Wolski <[email protected]>
+homesklep.pl
+
+// Hong Kong Productivity Council: https://www.hkpc.org/
+// Submitted by SECaaS Team <[email protected]>
+secaas.hk
+
 // HOSTBIP REGISTRY : https://www.hostbip.com/
 // Submitted by Atanunu Igbunuroghene <[email protected]>
-bpl.biz
 orx.biz
-ng.city
 biz.gl
-ng.ink
 col.ng
 firm.ng
 gen.ng
 ltd.ng
 ngo.ng
-ng.school
+edu.scot
 sch.so
+org.yt
+
+// HostyHosting (hostyhosting.com)
+hostyhosting.io
 
 // Häkkinen.fi
 // Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
@@ -11978,6 +12243,19 @@
 // Submitted by Hannu Aronsson <[email protected]>
 iki.fi
 
+// Impertrix Solutions : <https://impertrixcdn.com>
+// Submitted by Zhixiang Zhao <[email protected]>
+impertrixcdn.com
+impertrix.com
+
+// Incsub, LLC: https://incsub.com/
+// Submitted by Aaron Edwards <[email protected]>
+smushcdn.com
+wphostedmail.com
+wpmucdn.com
+tempurl.host
+wpmudev.host
+
 // Individual Network Berlin e.V. : https://www.in-berlin.de/
 // Submitted by Christian Seitz <[email protected]>
 dyn-berlin.de
@@ -12033,13 +12311,22 @@
 // Submitted by Wolfgang Schwarz <[email protected]>
 pixolino.com
 
+// Internet-Pro, LLP: https://netangels.ru/
+// Submited by Vasiliy Sheredeko <[email protected]>
+na4u.ru
+
+// iopsys software solutions AB : https://iopsys.eu/
+// Submitted by Roman Azarenko <[email protected]>
+iopsys.se
+
 // IPiFony Systems, Inc. : https://www.ipifony.com/
 // Submitted by Matthew Hardeman <[email protected]>
 ipifony.net
 
 // IServ GmbH : https://iserv.eu
-// Submitted by Kim-Alexander Brodowski <[email protected]>
+// Submitted by Kim-Alexander Brodowski <[email protected]>
 mein-iserv.de
+schulserver.de
 test-iserv.de
 iserv.dev
 
@@ -12047,6 +12334,92 @@
 // Submitted by Yuji Minagawa <[email protected]>
 iobb.net
 
+// Jelastic, Inc. : https://jelastic.com/
+// Submited by Ihor Kolodyuk <[email protected]>
+mel.cloudlets.com.au
+cloud.interhostsolutions.be
+users.scale.virtualcloud.com.br
+mycloud.by
+alp1.ae.flow.ch
+appengine.flow.ch
+es-1.axarnet.cloud
+diadem.cloud
+vip.jelastic.cloud
+jele.cloud
+it1.eur.aruba.jenv-aruba.cloud
+it1.jenv-aruba.cloud
+keliweb.cloud
+cs.keliweb.cloud
+oxa.cloud
+tn.oxa.cloud
+uk.oxa.cloud
+primetel.cloud
+uk.primetel.cloud
+ca.reclaim.cloud
+uk.reclaim.cloud
+us.reclaim.cloud
+ch.trendhosting.cloud
+de.trendhosting.cloud
+jele.club
+amscompute.com
+clicketcloud.com
+dopaas.com
+hidora.com
+paas.hosted-by-previder.com
+rag-cloud.hosteur.com
+rag-cloud-ch.hosteur.com
+jcloud.ik-server.com
+jcloud-ver-jpc.ik-server.com
+demo.jelastic.com
+kilatiron.com
+paas.massivegrid.com
+jed.wafaicloud.com
+lon.wafaicloud.com
+ryd.wafaicloud.com
+j.scaleforce.com.cy
+jelastic.dogado.eu
+fi.cloudplatform.fi
+demo.datacenter.fi
+paas.datacenter.fi
+jele.host
+mircloud.host
+paas.beebyte.io
+sekd1.beebyteapp.io
+jele.io
+cloud-fr1.unispace.io
+jc.neen.it
+cloud.jelastic.open.tim.it
+jcloud.kz
+upaas.kazteleport.kz
+cloudjiffy.net
+fra1-de.cloudjiffy.net
+west1-us.cloudjiffy.net
+jls-sto1.elastx.net
+jls-sto2.elastx.net
+jls-sto3.elastx.net
+faststacks.net
+fr-1.paas.massivegrid.net
+lon-1.paas.massivegrid.net
+lon-2.paas.massivegrid.net
+ny-1.paas.massivegrid.net
+ny-2.paas.massivegrid.net
+sg-1.paas.massivegrid.net
+jelastic.saveincloud.net
+nordeste-idc.saveincloud.net
+j.scaleforce.net
+jelastic.tsukaeru.net
+sdscloud.pl
+unicloud.pl
+mircloud.ru
+jelastic.regruhosting.ru
+enscaled.sg
+jele.site
+jelastic.team
+orangecloud.tn
+j.layershift.co.uk
+phx.enscaled.us
+mircloud.us
+
 // Jino : https://www.jino.ru
 // Submitted by Sergey Ulyashin <[email protected]>
 myjino.ru
@@ -12055,6 +12428,10 @@
 *.spectrum.myjino.ru
 *.vps.myjino.ru
 
+// Jotelulu S.L. : https://jotelulu.com
+// Submitted by Daniel Fariña <[email protected]>
+jotelulu.cloud
+
 // Joyent : https://www.joyent.com/
 // Submitted by Brian Bennett <[email protected]>
 *.triton.zone
@@ -12086,10 +12463,20 @@
 // Submitted by DisposaBoy <[email protected]>
 oya.to
 
+// Katholieke Universiteit Leuven: https://www.kuleuven.be
+// Submitted by Abuse KU Leuven <[email protected]>
+kuleuven.cloud
+ezproxy.kuleuven.be
+
 // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
 co.krd
 edu.krd
 
+// Krellian Ltd. : https://krellian.com
+// Submitted by Ben Francis <[email protected]>
+krellian.net
+webthings.io
+
 // LCube - Professional hosting e.K. : https://www.lcube-webhosting.de
 // Submitted by Lars Laehn <[email protected]>
 git-repos.de
@@ -12120,10 +12507,6 @@
 // Submitted by Greg Holland <[email protected]>
 app.lmpm.com
 
-// Linki Tools UG : https://linki.tools
-// Submitted by Paulo Matos <[email protected]>
-linkitools.space
-
 // linkyard ldt: https://www.linkyard.ch/
 // Submitted by Mario Siegenthaler <[email protected]>
 linkyard.cloud
@@ -12132,12 +12515,18 @@
 // Linode : https://linode.com
 // Submitted by <[email protected]>
 members.linode.com
-nodebalancer.linode.com
+*.nodebalancer.linode.com
+*.linodeobjects.com
+ip.linodeusercontent.com
 
 // LiquidNet Ltd : http://www.liquidnetlimited.com/
 // Submitted by Victor Velchev <[email protected]>
 we.bs
 
+// localzone.xyz
+// Submitted by Kenny Niehage <[email protected]>
+localzone.xyz
+
 // Log'in Line : https://www.loginline.com/
 // Submitted by Rémi Mach <[email protected]>
 loginline.app
@@ -12146,6 +12535,14 @@
 loginline.services
 loginline.site
 
+// Lokalized : https://lokalized.nl
+// Submitted by Noah Taheij <[email protected]>
+servers.run
+
+// Lõhmus Family, The
+// Submitted by Heiki Lõhmus <hostmaster at lohmus dot me>
+lohmus.me
+
 // LubMAN UMCS Sp. z o.o : https://lubman.pl/
 // Submitted by Ireneusz Maliszewski <[email protected]>
 krasnik.pl
@@ -12157,7 +12554,6 @@
 
 // Lug.org.uk : https://lug.org.uk
 // Submitted by Jon Spriggs <[email protected]>
-uklugs.org
 glug.org.uk
 lug.org.uk
 lugs.org.uk
@@ -12183,6 +12579,7 @@
 barsy.org
 barsy.pro
 barsy.pub
+barsy.ro
 barsy.shop
 barsy.site
 barsy.support
@@ -12201,6 +12598,34 @@
 // Submitted by Ilya Zaretskiy <[email protected]>
 hb.cldmail.ru
 
+// Mail Transfer Platform : https://www.neupeer.com
+// Submitted by Li Hui <[email protected]>
+cn.vu
+
+// Maze Play: https://www.mazeplay.com
+// Submitted by Adam Humpherys <[email protected]>
+mazeplay.com
+
+// mcpe.me : https://mcpe.me
+// Submitted by Noa Heyl <[email protected]>
+mcpe.me
+
+// McHost : https://mchost.ru
+// Submitted by Evgeniy Subbotin <[email protected]>
+mcdir.me
+mcdir.ru
+mcpre.ru
+vps.mcdir.ru
+
+// Mediatech : https://mediatech.by
+// Submitted by Evgeniy Kozhuhovskiy <[email protected]>
+mediatech.by
+mediatech.dev
+
+// Medicom Health : https://medicomhealth.com
+// Submitted by Michael Olson <[email protected]>
+hra.health
+
 // Memset hosting : https://www.memset.com
 // Submitted by Tom Whitwell <[email protected]>
 miniserver.com
@@ -12208,7 +12633,7 @@
 
 // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
 // Submitted by Zdeněk Šustr <[email protected]>
-cloud.metacentrum.cz
+*.cloud.metacentrum.cz
 custom.metacentrum.cz
 
 // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
@@ -12225,11 +12650,29 @@
 co.pl
 
 // Microsoft Corporation : http://microsoft.com
-// Submitted by Justin Luk <[email protected]>
-azurecontainer.io
+// Submitted by Mitch Webster <[email protected]>
+*.azurecontainer.io
 azurewebsites.net
 azure-mobile.net
 cloudapp.net
+azurestaticapps.net
+centralus.azurestaticapps.net
+eastasia.azurestaticapps.net
+eastus2.azurestaticapps.net
+westeurope.azurestaticapps.net
+westus2.azurestaticapps.net
+
+// minion.systems : http://minion.systems
+// Submitted by Robert Böttinger <[email protected]>
+csx.cc
+
+// Mintere : https://mintere.com/
+// Submitted by Ben Aubin <[email protected]>
+mintere.site
+
+// MobileEducation, LLC : https://joinforte.com
+// Submitted by Grayson Martin <[email protected]>
+forte.id
 
 // Mozilla Corporation : https://mozilla.com
 // Submitted by Ben Francis <[email protected]>
@@ -12245,34 +12688,48 @@
 org.ru
 pp.ru
 
+// Mythic Beasts : https://www.mythic-beasts.com
+// Submitted by Paul Cammish <[email protected]>
+hostedpi.com
+customer.mythic-beasts.com
+caracal.mythic-beasts.com
+fentiger.mythic-beasts.com
+lynx.mythic-beasts.com
+ocelot.mythic-beasts.com
+oncilla.mythic-beasts.com
+onza.mythic-beasts.com
+sphinx.mythic-beasts.com
+vs.mythic-beasts.com
+x.mythic-beasts.com
+yali.mythic-beasts.com
+cust.retrosnub.co.uk
+
 // Nabu Casa : https://www.nabucasa.com
 // Submitted by Paulus Schoutsen <[email protected]>
 ui.nabu.casa
 
 // Names.of.London : https://names.of.london/
-// Submitted by James Stevens <[email protected]> or <[email protected]>
+// Submitted by James Stevens <registry[at]names.of.london> or 
<publiclist[at]jrcs.net>
 pony.club
 of.fashion
-on.fashion
-of.football
 in.london
 of.london
+from.marketing
+with.marketing
 for.men
+repair.men
 and.mom
 for.mom
 for.one
+under.one
 for.sale
-of.work
+that.win
+from.work
 to.work
 
-// NCTU.ME : https://nctu.me/
-// Submitted by Tocknicsu <[email protected]>
-nctu.me
-
 // Netlify : https://www.netlify.com
 // Submitted by Jessica Parsons <[email protected]>
-bitballoon.com
-netlify.com
+netlify.app
 
 // Neustar Inc.
 // Submitted by Trung Tran <[email protected]>
@@ -12290,6 +12747,20 @@
 // Submitted by Jeff Wheelhouse <[email protected]>
 nfshost.com
 
+// Noop : https://noop.app
+// Submitted by Nathaniel Schweinberg <[email protected]>
+*.developer.app
+noop.app
+
+// Northflank Ltd. : https://northflank.com/
+// Submitted by Marco Suter <[email protected]>
+*.northflank.app
+*.code.run
+
+// Noticeable : https://noticeable.io
+// Submitted by Laurent Pellegrino <[email protected]>
+noticeable.news
+
 // Now-DNS : https://now-dns.com
 // Submitted by Steve Russell <[email protected]>
 dnsking.ch
@@ -12428,58 +12899,6 @@
 // Submitted by Matthew Brown <[email protected]>
 nyc.mn
 
-// NymNom : https://nymnom.com/
-// Submitted by Dave McCormack <[email protected]>
-nom.ae
-nom.af
-nom.ai
-nom.al
-nym.by
-nym.bz
-nom.cl
-nym.ec
-nom.gd
-nom.ge
-nom.gl
-nym.gr
-nom.gt
-nym.gy
-nym.hk
-nom.hn
-nym.ie
-nom.im
-nom.ke
-nym.kz
-nym.la
-nym.lc
-nom.li
-nym.li
-nym.lt
-nym.lu
-nym.me
-nom.mk
-nym.mn
-nym.mx
-nom.nu
-nym.nz
-nym.pe
-nym.pt
-nom.pw
-nom.qa
-nym.ro
-nom.rs
-nom.si
-nym.sk
-nom.st
-nym.su
-nym.sx
-nom.tj
-nym.tw
-nom.ug
-nom.uy
-nom.vc
-nom.vg
-
 // Observable, Inc. : https://observablehq.com
 // Submitted by Mike Bostock <[email protected]>
 static.observableusercontent.com
@@ -12488,35 +12907,66 @@
 // Submitted by Andrew Sampson <[email protected]>
 cya.gg
 
+// OMG.LOL : <https://omg.lol>
+// Submitted by Adam Newbold <[email protected]>
+omg.lol
+
 // Omnibond Systems, LLC. : https://www.omnibond.com
 // Submitted by Cole Estep <[email protected]>
 cloudycluster.net
 
+// OmniWe Limited: https://omniwe.com
+// Submitted by Vicary Archangel <[email protected]>
+omniwe.site
+
+// One.com: https://www.one.com/
+// Submitted by Jacob Bunk Nielsen <[email protected]>
+service.one
+
 // One Fold Media : http://www.onefoldmedia.com/
 // Submitted by Eddie Jones <[email protected]>
 nid.io
 
+// Open Social : https://www.getopensocial.com/
+// Submitted by Alexander Varwijk <[email protected]>
+opensocial.site
+
 // OpenCraft GmbH : http://opencraft.com/
 // Submitted by Sven Marnach <[email protected]>
 opencraft.hosting
 
+// OpenResearch GmbH: https://openresearch.com/
+// Submitted by Philipp Schmid <[email protected]>
+orsites.com
+
 // Opera Software, A.S.A.
 // Submitted by Yngve Pettersen <[email protected]>
 operaunite.com
 
-// Oursky Limited : https://skygear.io/
-// Submited by Skygear Developer <[email protected]>
+// Oursky Limited : https://authgear.com/, https://skygear.io/
+// Submited by Authgear Team <[email protected]>, Skygear Developer 
<[email protected]>
+authgear-staging.com
+authgearapps.com
 skygearapp.com
 
 // OutSystems
 // Submitted by Duarte Santos <[email protected]>
 outsystemscloud.com
 
+// OVHcloud: https://ovhcloud.com
+// Submitted by Vincent Cassé <[email protected]>
+*.webpaas.ovh.net
+*.hosting.ovh.net
+
 // OwnProvider GmbH: http://www.ownprovider.com
 // Submitted by Jan Moennich <[email protected]>
 ownprovider.com
 own.pm
 
+// OwO : https://whats-th.is/
+// Submitted by Dean Sheather <[email protected]>
+*.owo.codes
+
 // OX : http://www.ox.rs
 // Submitted by Adam Grand <[email protected]>
 ox.rs
@@ -12533,6 +12983,21 @@
 // Submitted by Jason Kriss <[email protected]>
 pagefrontapp.com
 
+// PageXL : https://pagexl.com
+// Submitted by Yann Guichard <[email protected]>
+pagexl.com
+
+// Paywhirl, Inc : https://paywhirl.com/
+// Submitted by Daniel Netzer <[email protected]>
+*.paywhirl.com
+
+// pcarrier.ca Software Inc: https://pcarrier.ca/
+// Submitted by Pierre Carrier <[email protected]>
+bar0.net
+bar1.net
+bar2.net
+rdv.to
+
 // .pl domains (grandfathered)
 art.pl
 gliwice.pl
@@ -12554,14 +13019,34 @@
 // Submitted by Kenneth Van Alstyne <[email protected]>
 perspecta.cloud
 
+// PE Ulyanov Kirill Sergeevich : https://airy.host
+// Submitted by Kirill Ulyanov <[email protected]>
+lk3.ru
+
 // Planet-Work : https://www.planet-work.com/
 // Submitted by Frédéric VANNIÈRE <[email protected]>
 on-web.fr
 
 // Platform.sh : https://platform.sh
 // Submitted by Nikola Kotur <[email protected]>
-*.platform.sh
+bc.platform.sh
+ent.platform.sh
+eu.platform.sh
+us.platform.sh
 *.platformsh.site
+*.tst.site
+
+// Platter: https://platter.dev
+// Submitted by Patrick Flor <[email protected]>
+platter-app.com
+platter-app.dev
+platterp.us
+
+// Plesk : https://www.plesk.com/
+// Submitted by Anton Akhtyamov <[email protected]>
+pdns.page
+plesk.page
+pleskns.com
 
 // Port53 : https://port53.io/
 // Submitted by Maximilian Schieder <[email protected]>
@@ -12571,6 +13056,17 @@
 // Submitted by Zulfais <[email protected]>
 co.bn
 
+// Postman, Inc : https://postman.com
+// Submitted by Rahul Dhawan <[email protected]>
+postman-echo.com
+pstmn.io
+mock.pstmn.io
+httpbin.org
+
+//prequalifyme.today : https://prequalifyme.today
+//Submitted by DeepakTiwari [email protected]
+prequalifyme.today
+
 // prgmr.com : https://prgmr.com/
 // Submitted by Sarah Newman <[email protected]>
 xen.prgmr.com
@@ -12600,10 +13096,31 @@
 // Submitted by Kor Nielsen <[email protected]>
 pubtls.org
 
+// PythonAnywhere LLP: https://www.pythonanywhere.com
+// Submitted by Giles Thomas <[email protected]>
+pythonanywhere.com
+eu.pythonanywhere.com
+
+// QOTO, Org.
+// Submitted by Jeffrey Phillips Freeman <[email protected]>
+qoto.io
+
 // Qualifio : https://qualifio.com/
 // Submitted by Xavier De Cock <[email protected]>
 qualifioapp.com
 
+// QuickBackend: https://www.quickbackend.com
+// Submitted by Dani Biro <[email protected]>
+qbuser.com
+
+// Rad Web Hosting: https://radwebhosting.com
+// Submitted by Scott Claeys <[email protected]>
+cloudsite.builders
+
+// Redgate Software: https://red-gate.com
+// Submitted by Andrew Farries <[email protected]>
+instances.spawn.cc
+
 // Redstar Consultants : https://www.redstarconsultants.com/
 // Submitted by Jons Slemmer <[email protected]>
 instantcloud.cn
@@ -12641,6 +13158,10 @@
 rackmaze.com
 rackmaze.net
 
+// Rakuten Games, Inc : https://dev.viberplay.io
+// Submitted by Joshua Zhang <[email protected]>
+g.vbrplsbx.io
+
 // Rancher Labs, Inc : https://rancher.com
 // Submitted by Vincent Fiduccia <[email protected]>
 *.on-k3s.io
@@ -12663,6 +13184,7 @@
 // Repl.it : https://repl.it
 // Submitted by Mason Clayton <[email protected]>
 repl.co
+id.repl.co
 repl.run
 
 // Resin.io : https://resin.io
@@ -12677,13 +13199,33 @@
 // Revitalised Limited : http://www.revitalised.co.uk
 // Submitted by Jack Price <[email protected]>
 wellbeingzone.eu
-ptplus.fit
 wellbeingzone.co.uk
 
+// Rico Developments Limited : https://adimo.co
+// Submitted by Colin Brown <[email protected]>
+adimo.co.uk
+
+// Riseup Networks : https://riseup.net
+// Submitted by Micah Anderson <[email protected]>
+itcouldbewor.se
+
 // Rochester Institute of Technology : http://www.rit.edu/
 // Submitted by Jennifer Herting <[email protected]>
 git-pages.rit.edu
 
+// Rusnames Limited: http://rusnames.ru/
+// Submitted by Sergey Zotov <[email protected]>
+биз.рус
+ком.рус
+крым.рус
+мир.рус
+мск.рус
+орг.рус
+самара.рус
+сочи.рус
+спб.рус
+я.рус
+
 // Sandstorm Development Group, Inc. : https://sandcats.io/
 // Submitted by Asheesh Laroia <[email protected]>
 sandcats.io
@@ -12700,6 +13242,7 @@
 // Scottish Government: https://www.gov.scot
 // Submitted by Martin Ellis <[email protected]>
 gov.scot
+service.gov.scot
 
 // Scry Security : http://www.scrysec.com
 // Submitted by Shante Adam <[email protected]>
@@ -12718,12 +13261,37 @@
 myfirewall.org
 spdns.org
 
+// Seidat : https://www.seidat.com
+// Submitted by Artem Kondratev <[email protected]>
+seidat.net
+
+// Sellfy : https://sellfy.com
+// Submitted by Yuriy Romadin <[email protected]>
+sellfy.store
+
+// Senseering GmbH : https://www.senseering.de
+// Submitted by Felix Mönckemeyer <[email protected]>
+senseering.net
+
+// Sendmsg: https://www.sendmsg.co.il
+// Submitted by Assaf Stern <[email protected]>
+minisite.ms
+
+// Service Magnet : https://myservicemagnet.com
+// Submitted by Dave Sanders <[email protected]>
+magnet.page
+
 // Service Online LLC : http://drs.ua/
 // Submitted by Serhii Bulakh <[email protected]>
 biz.ua
 co.ua
 pp.ua
 
+// Shift Crypto AG : https://shiftcrypto.ch
+// Submitted by alex <[email protected]>
+shiftcrypto.dev
+shiftcrypto.io
+
 // ShiftEdit : https://shiftedit.net/
 // Submitted by Adam Jimenez <[email protected]>
 shiftedit.io
@@ -12732,10 +13300,18 @@
 // Submitted by Alex Bowers <[email protected]>
 myshopblocks.com
 
+// Shopify : https://www.shopify.com
+// Submitted by Alex Richter <[email protected]>
+myshopify.com
+
 // Shopit : https://www.shopitcommerce.com/
 // Submitted by Craig McMahon <[email protected]>
 shopitsite.com
 
+// shopware AG : https://shopware.com
+// Submitted by Jens Küper <[email protected]>
+shopware.store
+
 // Siemens Mobility GmbH
 // Submitted by Oliver Graebner <[email protected]>
 mo-siemens.io
@@ -12758,16 +13334,51 @@
 alpha.bounty-full.com
 beta.bounty-full.com
 
+// Small Technology Foundation : https://small-tech.org
+// Submitted by Aral Balkan <[email protected]>
+small-web.org
+
+// Smoove.io : https://www.smoove.io/
+// Submitted by Dan Kozak <[email protected]>
+vp4.me
+
+// Snowplow Analytics : https://snowplowanalytics.com/
+// Submitted by Ian Streeter <[email protected]>
+try-snowplow.com
+
+// SourceHut : https://sourcehut.org
+// Submitted by Drew DeVault <[email protected]>
+srht.site
+
 // Stackhero : https://www.stackhero.io
 // Submitted by Adrien Gillon <[email protected]>
 stackhero-network.com
 
+// Staclar : https://staclar.com
+// Submitted by Matthias Merkel <[email protected]>
+novecore.site
+
 // staticland : https://static.land
 // Submitted by Seth Vincent <[email protected]>
 static.land
 dev.static.land
 sites.static.land
 
+// Storebase : https://www.storebase.io
+// Submitted by Tony Schirmer <[email protected]>
+storebase.store
+
+// Strategic System Consulting (eApps Hosting): https://www.eapps.com/
+// Submitted by Alex Oancea <[email protected]>
+vps-host.net
+atl.jelastic.vps-host.net
+njs.jelastic.vps-host.net
+ric.jelastic.vps-host.net
+
+// Sony Interactive Entertainment LLC : https://sie.com/
+// Submitted by David Coles <[email protected]>
+playstation-cloud.com
+
 // SourceLair PC : https://www.sourcelair.com
 // Submitted by Antonis Kalipetis <[email protected]>
 apps.lair.io
@@ -12781,6 +13392,28 @@
 // Submitted by Stefan Neufeind <[email protected]>
 customer.speedpartner.de
 
+// Spreadshop (sprd.net AG) : https://www.spreadshop.com/
+// Submitted by Martin Breest <[email protected]>
+myspreadshop.at
+myspreadshop.com.au
+myspreadshop.be
+myspreadshop.ca
+myspreadshop.ch
+myspreadshop.com
+myspreadshop.de
+myspreadshop.dk
+myspreadshop.es
+myspreadshop.fi
+myspreadshop.fr
+myspreadshop.ie
+myspreadshop.it
+myspreadshop.net
+myspreadshop.nl
+myspreadshop.no
+myspreadshop.pl
+myspreadshop.se
+myspreadshop.co.uk
+
 // Standard Library : https://stdlib.com
 // Submitted by Jacob Lee <[email protected]>
 api.stdlib.com
@@ -12802,10 +13435,12 @@
 // Submitted by Dan Miller <[email protected]>
 temp-dns.com
 
-// Swisscom Application Cloud: https://developer.swisscom.com
-// Submitted by Matthias.Winzeler <[email protected]>
-applicationcloud.io
-scapp.io
+// Supabase : https://supabase.io
+// Submitted by Inian Parameshwaran <[email protected]>
+supabase.co
+supabase.in
+supabase.net
+su.paba.se
 
 // Symfony, SAS : https://symfony.com/
 // Submitted by Fabien Potencier <[email protected]>
@@ -12834,10 +13469,19 @@
 vpnplus.to
 direct.quickconnect.to
 
+// Tabit Technologies Ltd. : https://tabit.cloud/
+// Submitted by Oren Agiv <[email protected]>
+tabitorder.co.il
+
 // TAIFUN Software AG : http://taifun-software.de
 // Submitted by Bjoern Henke <[email protected]>
 taifun-dns.de
 
+// Tailscale Inc. : https://www.tailscale.com
+// Submitted by David Anderson <[email protected]>
+beta.tailscale.net
+ts.net
+
 // TASK geographical domains (www.task.gda.pl/uslugi/dns)
 gda.pl
 gdansk.pl
@@ -12861,22 +13505,42 @@
 
 // Thingdust AG : https://thingdust.com/
 // Submitted by Adrian Imboden <[email protected]>
+*.firenet.ch
+*.svc.firenet.ch
+reservd.com
 thingdustdata.com
 cust.dev.thingdust.io
 cust.disrec.thingdust.io
 cust.prod.thingdust.io
 cust.testing.thingdust.io
+reservd.dev.thingdust.io
+reservd.disrec.thingdust.io
+reservd.testing.thingdust.io
+
+// ticket i/O GmbH : https://ticket.io
+// Submitted by Christian Franke <[email protected]>
+tickets.io
 
 // Tlon.io : https://tlon.io
 // Submitted by Mark Staarink <[email protected]>
 arvo.network
 azimuth.network
+tlon.network
+
+// Tor Project, Inc. : https://torproject.org
+// Submitted by Antoine Beaupré <[email protected]
+torproject.net
+pages.torproject.net
 
 // TownNews.com : http://www.townnews.com
 // Submitted by Dustin Ward <[email protected]>
 bloxcms.com
 townnews-staging.com
 
+// TradableBits: https://tradablebits.com
+// Submitted by Dmitry Khrisanov [email protected]
+tbits.me
+
 // TrafficPlex GmbH : https://www.trafficplex.de/
 // Submitted by Phillipp Röll <[email protected]>
 12hp.at
@@ -12942,6 +13606,15 @@
 virtualuser.de
 virtual-user.de
 
+// Upli : https://upli.io
+// Submitted by Lenny Bakkalian <[email protected]>
+upli.io
+
+// urown.net : https://urown.net
+// Submitted by Hostmaster <[email protected]>
+urown.cloud
+dnsupdate.info
+
 // .US
 // Submitted by Ed Moore <[email protected]>
 lib.de.us
@@ -12950,6 +13623,12 @@
 // Submitted by Danko Aleksejevs <[email protected]>
 2038.io
 
+// Vercel, Inc : https://vercel.com/
+// Submitted by Connor Davis <[email protected]>
+vercel.app
+vercel.dev
+now.sh
+
 // Viprinet Europe GmbH : http://www.viprinet.com
 // Submitted by Simon Kissel <[email protected]>
 router.management
@@ -12962,6 +13641,48 @@
 // Submitted by Nathan van Bakel <[email protected]>
 voorloper.cloud
 
+// Voxel.sh DNS : https://voxel.sh/dns/
+// Submitted by Mia Rehlinger <[email protected]>
+neko.am
+nyaa.am
+be.ax
+cat.ax
+es.ax
+eu.ax
+gg.ax
+mc.ax
+us.ax
+xy.ax
+nl.ci
+xx.gl
+app.gp
+blog.gt
+de.gt
+to.gt
+be.gy
+cc.hn
+blog.kg
+io.kg
+jp.kg
+tv.kg
+uk.kg
+us.kg
+de.ls
+at.md
+de.md
+jp.md
+to.md
+indie.porn
+vxl.sh
+ch.tc
+me.tc
+we.tc
+nyan.to
+at.vg
+blog.vu
+dev.vu
+me.vu
+
 // V.UA Domain Administrator : https://domain.v.ua/
 // Submitted by Serhii Rostilo <[email protected]>
 v.ua
@@ -12970,10 +13691,26 @@
 // Submitted by Masayuki Note <[email protected]>
 wafflecell.com
 
+// WapBlog.ID : https://www.wapblog.id
+// Submitted by Fajar Sodik <[email protected]>
+idnblogger.com
+indowapblog.com
+bloger.id
+wblog.id
+wbq.me
+fastblog.net
+
 // WebHare bv: https://www.webhare.com/
 // Submitted by Arnold Hendriks <[email protected]>
 *.webhare.dev
 
+// WebHotelier Technologies Ltd: https://www.webhotelier.net/
+// Submitted by Apostolos Tsakpinis <[email protected]>
+reserve-online.net
+reserve-online.com
+bookonline.app
+hotelwithflight.com
+
 // WeDeploy by Liferay, Inc. : https://www.wedeploy.com
 // Submitted by Henrique Vicente <[email protected]>
 wedeploy.io
@@ -12984,9 +13721,46 @@
 // Submitted by Jung Jin <[email protected]>
 remotewd.com
 
+// WIARD Enterprises : https://wiardweb.com
+// Submitted by Kidd Hustle <[email protected]>
+pages.wiardweb.com
+
 // Wikimedia Labs : https://wikitech.wikimedia.org
-// Submitted by Yuvi Panda <[email protected]>
+// Submitted by Arturo Borrero Gonzalez <[email protected]>
 wmflabs.org
+toolforge.org
+wmcloud.org
+
+// WISP : https://wisp.gg
+// Submitted by Stepan Fedotov <[email protected]>
+panel.gg
+daemon.panel.gg
+
+// WoltLab GmbH : https://www.woltlab.com
+// Submitted by Tim Düsterhus <[email protected]>
+woltlab-demo.com
+myforum.community
+community-pro.de
+diskussionsbereich.de
+community-pro.net
+meinforum.net
+
+// Woods Valldata : https://www.woodsvalldata.co.uk/
+// Submitted by Chris Whittle <[email protected]>
+affinitylottery.org.uk
+raffleentry.org.uk
+weeklylottery.org.uk
+
+// WP Engine : https://wpengine.com/
+// Submitted by Michael Smith <[email protected]>
+// Submitted by Brandon DuRette <[email protected]>
+wpenginepowered.com
+js.wpenginepowered.com
+
+// Wix.com, Inc. : https://www.wix.com
+// Submitted by Shahar Talmi <[email protected]>
+wixsite.com
+editorx.io
 
 // XenonCloud GbR: https://xenoncloud.net
 // Submitted by Julian Uphoff <[email protected]>
@@ -13030,6 +13804,7 @@
 
 // Yunohost : https://yunohost.org
 // Submitted by Valentin Grimaud <[email protected]>
+ynh.fr
 nohost.me
 noho.st
 
@@ -13038,10 +13813,6 @@
 za.net
 za.org
 
-// Zeit, Inc. : https://zeit.domains/
-// Submitted by Olli Vanhoja <[email protected]>
-now.sh
-
 // Zine EOOD : https://zine.bg/
 // Submitted by Martin Angelov <[email protected]>
 bss.design
@@ -13050,7 +13821,6 @@
 // Submitted by Emil Stahl <[email protected]>
 basicserver.io
 virtualserver.io
-site.builder.nu
 enterprisecloud.nu
 
 // ===END PRIVATE DOMAINS===
diff -Nru authheaders-0.13.0/authheaders/test/test_authentication.py 
authheaders-0.13.1/authheaders/test/test_authentication.py
--- authheaders-0.13.0/authheaders/test/test_authentication.py  2019-12-10 
16:32:37.000000000 -0500
+++ authheaders-0.13.1/authheaders/test/test_authentication.py  2021-10-24 
13:57:47.000000000 -0400
@@ -23,7 +23,7 @@
 
 import sys
 import os
-from authheaders import authenticate_message, sign_message
+from authheaders import authenticate_message, sign_message, get_domain_part
 
 #import logging
 #logging.basicConfig(level=10)
@@ -48,6 +48,8 @@
         self.message5 = read_test_data("test.message_sub")
         self.message6 = read_test_data("test.message_np1")
         self.message7 = read_test_data("test.message_np2")
+        self.message8 = read_test_data("testcomma.message")
+        self.message9 = read_test_data("test_nop.message")
         self.key = read_test_data("test.private")
 
     def dnsfunc(self, domain, timeout=5):
@@ -67,6 +69,7 @@
           "_dmarc.example.net": """v=DMARC1\; p=none\; sp=reject""",
           "_dmarc.sub.example.net": "",
           "_dmarc.example.biz": """v=DMARC1\; p=none\; sp=quarantine\; 
np=reject""",
+          "_dmarc.nop.example.org": """v=DMARC1\; sp=quarantine\; np=reject""",
           "_dmarc.sub.example.biz": "",
           "_dmarc.sub2.example.biz": "",
           "sub.example.biz": None,
@@ -114,11 +117,26 @@
         res = authenticate_message(self.message7, "example.com", 
prev='Authentication-Results: example.com; dkim=fail header.d=sub2.example.biz 
[email protected]', spf=False, dkim=False, dnsfunc=self.dnsfunc)
         self.assertEqual(res, "Authentication-Results: example.com; dkim=fail 
header.d=sub2.example.biz [email protected]; dmarc=fail (Used Org 
Domain Record) header.from=sub2.example.biz policy.dmarc=quarantine")
 
+    def test_authenticate_dmarc_no_p(self):
+        self.maxDiff = None
+        res = authenticate_message(self.message9, "example.com", 
prev='Authentication-Results: example.com; dkim=fail header.d=nop.example.org 
[email protected]', spf=False, dkim=False, dnsfunc=self.dnsfunc)
+        self.assertEqual(res, "Authentication-Results: example.com; dkim=fail 
header.d=nop.example.org [email protected]; dmarc=none")
+
+    def test_authenticate_dmarc_comma(self):
+        res = authenticate_message(self.message8, "example.com", spf=False, 
dnsfunc=self.dnsfunc)
+        self.assertEqual(res, "Authentication-Results: example.com; dkim=pass 
header.d=example.com [email protected]; dmarc=pass (Used From Domain 
Record) header.from=example.com policy.dmarc=reject")
+
     def test_prev(self):
         prev = "Authentication-Results: example.com; spf=pass 
smtp.mailfrom=gmail.com"
         res = authenticate_message(self.message2, "example.com", prev=prev, 
spf=False, dmarc=False, dnsfunc=self.dnsfunc)
         self.assertEqual(res, "Authentication-Results: example.com; spf=pass 
smtp.mailfrom=gmail.com; dkim=pass header.d=example.com [email protected]")
 
+    def test_get_domain_part(self):
+        froms_to_test = [['[email protected]', 'example.com'], [""""Test, User" 
<[email protected]>""", 'example.com'], ["""Test User 
<[email protected]>""", 'sub2.example.biz'], 
["""=?UTF-8?B?QmVkIEJhdGggJiBCZXlvbmQ=?=<BdBth&[email protected]>""", 
'example.com'], ]
+        for body_from in froms_to_test:
+            res = get_domain_part(body_from[0])
+            self.assertEqual(res, body_from[1])
+
 class TestChainValidation(unittest.TestCase):
     def dnsfuncb(self, domain, timeout=5):
         _dns_responses = {
diff -Nru authheaders-0.13.0/authheaders/test/testcomma.message 
authheaders-0.13.1/authheaders/test/testcomma.message
--- authheaders-0.13.0/authheaders/test/testcomma.message       1969-12-31 
19:00:00.000000000 -0500
+++ authheaders-0.13.1/authheaders/test/testcomma.message       2021-10-24 
13:52:03.000000000 -0400
@@ -0,0 +1,17 @@
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=example.com;
+ [email protected]; q=dns/txt; s=test; t=1634508572; h=message-id : date :
+ from : to : subject : from;
+ bh=GxJuJkl2SUqxLvdJuTSdj9oaqhgEAqM9jignEld5R5o=;
+ b=Etr8Du4ijapE3ewK1vrOUl5KoTpKQSxVIycfOuiXgs9tG/W74nx3FBc7Vy7zopT1pc6A1
+ J9STHgCw+ucn/et8uu2dJc9Nbsi/n23PoQqc/9amH3gVhYCRM9HQxI96XX405Et17pbrPwh
+ dtEhNiEbejbRtDLpt+hObnHkA4v4LoE=
+Authentication-Results: lists.example.org; arc=none; spf=pass 
[email protected]; dkim=pass (1024-bit key) [email protected]; 
dmarc=pass
+Received: from localhost
+Message-ID: <[email protected]>
+Date: Mon, 01 Jan 2011 01:02:03 +0400
+From: "Test, User" <[email protected]>
+To: [email protected]
+Subject: Testing
+
+This is a test message with a comma in the friendly name.
+
diff -Nru authheaders-0.13.0/authheaders/test/test_nop.message 
authheaders-0.13.1/authheaders/test/test_nop.message
--- authheaders-0.13.0/authheaders/test/test_nop.message        1969-12-31 
19:00:00.000000000 -0500
+++ authheaders-0.13.1/authheaders/test/test_nop.message        2021-10-24 
13:56:44.000000000 -0400
@@ -0,0 +1,9 @@
+Authentication-Results: lists.example.org; arc=none; spf=pass 
[email protected]; dkim=pass (1024-bit key) [email protected]; 
dmarc=pass
+Received: from localhost
+Message-ID: <[email protected]>
+Date: Mon, 01 Jan 2011 01:02:03 +0400
+From: Test User <[email protected]>
+To: [email protected]
+Subject: Testing
+
+This is a test message.
diff -Nru authheaders-0.13.0/authheaders.egg-info/PKG-INFO 
authheaders-0.13.1/authheaders.egg-info/PKG-INFO
--- authheaders-0.13.0/authheaders.egg-info/PKG-INFO    2020-01-25 
17:08:36.000000000 -0500
+++ authheaders-0.13.1/authheaders.egg-info/PKG-INFO    2021-10-24 
14:03:14.000000000 -0400
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: authheaders
-Version: 0.13.0
+Version: 0.13.1
 Summary: A library wrapping email authentication header verification and 
generation.
 Home-page: https://github.com/ValiMail/authentication-headers
 Author: Gene Shuman
diff -Nru authheaders-0.13.0/authheaders.egg-info/requires.txt 
authheaders-0.13.1/authheaders.egg-info/requires.txt
--- authheaders-0.13.0/authheaders.egg-info/requires.txt        2020-01-25 
17:08:36.000000000 -0500
+++ authheaders-0.13.1/authheaders.egg-info/requires.txt        2021-10-24 
14:03:14.000000000 -0400
@@ -1,4 +1,4 @@
-authres>=1.0.1
+authres>=1.2.0
 dkimpy>=0.7.1
 dnspython
 publicsuffix2
diff -Nru authheaders-0.13.0/authheaders.egg-info/SOURCES.txt 
authheaders-0.13.1/authheaders.egg-info/SOURCES.txt
--- authheaders-0.13.0/authheaders.egg-info/SOURCES.txt 2020-01-25 
17:08:36.000000000 -0500
+++ authheaders-0.13.1/authheaders.egg-info/SOURCES.txt 2021-10-24 
14:03:14.000000000 -0400
@@ -3,7 +3,6 @@
 MANIFEST.in
 MPL-2.0
 README.md
-setup.cfg
 setup.py
 authheaders/__init__.py
 authheaders/dmarc_lookup.py
@@ -23,4 +22,6 @@
 authheaders/test/test.message_sub
 authheaders/test/test.private
 authheaders/test/test.txt
-authheaders/test/test_authentication.py
\ No newline at end of file
+authheaders/test/test_authentication.py
+authheaders/test/test_nop.message
+authheaders/test/testcomma.message
\ No newline at end of file
diff -Nru authheaders-0.13.0/CHANGES authheaders-0.13.1/CHANGES
--- authheaders-0.13.0/CHANGES  2020-01-25 17:08:01.000000000 -0500
+++ authheaders-0.13.1/CHANGES  2021-10-24 14:01:51.000000000 -0400
@@ -1,3 +1,18 @@
+2021-10-24 Version 0.13.1
+  - Use email.utils to parse the From header addresses (Thanks to Adam Clark
+    for noting this issue and providing the fix) Fixes Github #5
+  - Correct minimum authres version requirment in setup.py
+  - Catch more errors.  Add DKIM temperror.  (Thanks to 'niftylettuce') Fixes
+    Github #18
+  - Skip DMARC records with no 'p' tag and don't raise an error (also thanks
+    to 'niftylettuce')  Fixes Github #14
+  - Fix issues with upper case characters in domain (Thanks to Mark Sapiro for
+    root causing the issue and providing a fix for the domain name regex)
+    Fixes Github #13
+  - Include ARC result comment is A-R header field when ARC fails.  Fixes
+    Github #12
+  - Handle the case where no valid From is found.  Fixes Github #15
+
 2020-01-25 Version 0.13.0
   - Switch from the deprecated publicsuffix package to publicsuffix2
   - Note: PSL unchanged since last update
diff -Nru authheaders-0.13.0/debian/changelog 
authheaders-0.13.1/debian/changelog
--- authheaders-0.13.0/debian/changelog 2020-01-25 17:21:58.000000000 -0500
+++ authheaders-0.13.1/debian/changelog 2021-11-01 12:03:00.000000000 -0400
@@ -1,3 +1,10 @@
+authheaders (0.13.1-1) UNRELEASED; urgency=medium
+
+  * New upstream bugfix release
+  * Update debian/watch to track 0.13 for stable updates
+
+ -- Scott Kitterman <[email protected]>  Mon, 01 Nov 2021 12:03:00 -0400
+
 authheaders (0.13.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru authheaders-0.13.0/debian/watch authheaders-0.13.1/debian/watch
--- authheaders-0.13.0/debian/watch     2020-01-23 01:47:25.000000000 -0500
+++ authheaders-0.13.1/debian/watch     2021-11-01 11:58:12.000000000 -0400
@@ -1,4 +1,4 @@
 version=3
 opts=pgpsigurlmangle=s/$/.asc/ \
-https://pypi.debian.net/authheaders/authheaders-([0-9][0-9t\.\-]*).tar.gz
+https://pypi.debian.net/authheaders/authheaders-(0.13.[0-9t\.\-]*).tar.gz
 
diff -Nru authheaders-0.13.0/PKG-INFO authheaders-0.13.1/PKG-INFO
--- authheaders-0.13.0/PKG-INFO 2020-01-25 17:08:36.000000000 -0500
+++ authheaders-0.13.1/PKG-INFO 2021-10-24 14:03:14.000000000 -0400
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: authheaders
-Version: 0.13.0
+Version: 0.13.1
 Summary: A library wrapping email authentication header verification and 
generation.
 Home-page: https://github.com/ValiMail/authentication-headers
 Author: Gene Shuman
diff -Nru authheaders-0.13.0/setup.cfg authheaders-0.13.1/setup.cfg
--- authheaders-0.13.0/setup.cfg        2020-01-25 17:08:36.000000000 -0500
+++ authheaders-0.13.1/setup.cfg        2021-10-24 14:03:14.000000000 -0400
@@ -1,6 +1,3 @@
-[metadata]
-description-file = README.md
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff -Nru authheaders-0.13.0/setup.py authheaders-0.13.1/setup.py
--- authheaders-0.13.0/setup.py 2020-01-25 16:53:58.000000000 -0500
+++ authheaders-0.13.1/setup.py 2021-10-24 13:53:54.000000000 -0400
@@ -115,7 +115,7 @@
 if sys.version_info >= (3, 3):
     requires=[
         "dkimpy>=0.7.1",
-        "authres>=1.0.1",
+        "authres>=1.2.0",
         "publicsuffix2",
         "dnspython"
     ]
@@ -126,7 +126,7 @@
 
 setup(
     name = "authheaders",
-    version = "0.13.0",
+    version = "0.13.1",
     author = "Gene Shuman",
     author_email = "[email protected]",
     description = ("A library wrapping email authentication header 
verification and generation."),

Reply via email to