1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-04-11 11:38:45 +00:00

Rename dns-101 to dns-01

This commit is contained in:
FreddleSpl0it
2026-03-09 15:27:33 +01:00
parent 709117fe19
commit 8f883f3d37
4 changed files with 4 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ adapt_new_options() {
;;
ACME_DNS_PROVIDER)
echo '# DNS provider for DNS-01 challenge (e.g. dns_cf, dns_azure, dns_gd, etc.)' >> mailcow.conf
echo '# See the dns-101 provider documentation for more information.' >> mailcow.conf
echo '# See the dns-01 provider documentation for more information.' >> mailcow.conf
echo 'ACME_DNS_PROVIDER=dns_xxx' >> mailcow.conf
;;
ACME_ACCOUNT_EMAIL)