This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Container images are configured using parameters passed at runtime (such as thos
146146
147147## Environment variables from files (Docker secrets)
148148
149- You can set any environment variable from a file by using a special prepend ` FILE__ ` .
149+ You can set any environment variable from a file by using a special prepend ` FILE__ ` .
150150
151151As an example:
152152
@@ -215,7 +215,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th
215215* You can check which jails are active via ` docker exec -it letsencrypt fail2ban-client status `
216216* You can check the status of a specific jail via ` docker exec -it letsencrypt fail2ban-client status <jail name> `
217217* You can unban an IP via ` docker exec -it letsencrypt fail2ban-client set <jail name> unbanip <IP> `
218- * A list of commands can be found here: https://www.fail2ban.org/wiki/index.php/Commands
218+ * A list of commands can be found here: https://www.fail2ban.org/wiki/index.php/Commands
219219
220220
221221
@@ -283,6 +283,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
283283
284284## Versions
285285
286+ * ** 01.01.20:** - Add support for gandi dns validation.
287+ * ** 31.12.19:** - GeoIP2 databases now require personal license keys to download. Auto download is disabled and log message is added.
286288* ** 19.12.19:** - Rebasing to alpine 3.11.
287289* ** 19.12.19:** - Increase large_client_header_buffers in nginx.conf to prevent 414 errors.
288290* ** 18.12.19:** - Add php7-imap and php7-pecl-apcu.
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ app_setup_nginx_reverse_proxy_block: ""
126126
127127# changelog
128128changelogs :
129+ - { date: "01.01.20:", desc: "Add support for gandi dns validation." }
130+ - { date: "31.12.19:", desc: "GeoIP2 databases now require personal license keys to download. Auto download is disabled and log message is added." }
129131 - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
130132 - { date: "19.12.19:", desc: "Increase large_client_header_buffers in nginx.conf to prevent 414 errors." }
131133 - { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
You can’t perform that action at this time.
0 commit comments