浏览代码

fix(api): added get.desec to list of domain names required by www

Nils Wisiol 6 年之前
父节点
当前提交
b02247b3ed
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      www/README.md

+ 1 - 0
www/README.md

@@ -10,6 +10,7 @@ Certificate Setup
 Various SSL certificates for the external hostnames. For the following hostnames, put certificate and private key files into the certificate directory specified in your `.env` file. Name the files `${NAME}.cer` and `${NAME}.key` respectively, where `${NAME}` is one of:
    - `desec.${DESECSTACK_DOMAIN}` (e.g. desec.io)
    - `www.desec.${DESECSTACK_DOMAIN}`
+   - `get.desec.${DESECSTACK_DOMAIN}`
    - `checkip.dedyn.${DESECSTACK_DOMAIN}`
    - `checkipv4.dedyn.${DESECSTACK_DOMAIN}`
    - `checkipv6.dedyn.${DESECSTACK_DOMAIN}`