Skip to content

Commit 623e99c

Browse files
authored
Merge pull request #234 from linuxserver/azure
fix azure dns
2 parents 252d57c + 996d3b2 commit 623e99c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN \
101101
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
102102
${CERTBOT} \
103103
certbot-dns-aliyun \
104+
certbot-dns-azure \
104105
certbot-dns-cloudflare \
105106
certbot-dns-cloudxns \
106107
certbot-dns-cpanel \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN \
101101
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
102102
${CERTBOT} \
103103
certbot-dns-aliyun \
104+
certbot-dns-azure \
104105
certbot-dns-cloudflare \
105106
certbot-dns-cloudxns \
106107
certbot-dns-cpanel \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
335335

336336
## Versions
337337

338+
* **18.05.22:** - Added support for Azure DNS validation.
338339
* **09.04.22:** - Added certbot-dns-loopia for DNS01 validation.
339340
* **05.04.22:** - Added support for standalone DNS validation.
340341
* **28.03.22:** - created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ app_setup_nginx_reverse_proxy_block: ""
155155

156156
# changelog
157157
changelogs:
158+
- { date: "18.05.22:", desc: "Added support for Azure DNS validation." }
158159
- { date: "09.04.22:", desc: "Added certbot-dns-loopia for DNS01 validation." }
159160
- { date: "05.04.22:", desc: "Added support for standalone DNS validation." }
160161
- { date: "28.03.22:", desc: "created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config" }

0 commit comments

Comments
 (0)