mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
wkd: mention that subdomains are available upon request in the checker
This commit is contained in:
@@ -44,7 +44,7 @@ def check_domain(domain):
|
||||
return 'domain must have "openpgpkey" prefix\n', 400
|
||||
|
||||
if domain != ("openpgpkey." + get_sld(domain)):
|
||||
return 'domain must not be a subdomain!\n', 400
|
||||
return 'subdomains can only be used upon request. send an email to <tt>support at keys dot openpgp dot org</tt>\n', 400
|
||||
|
||||
req = requests.get(
|
||||
'https://cloudflare-dns.com/dns-query',
|
||||
|
Reference in New Issue
Block a user