multiple subdomains

This commit is contained in:
Zsolt Ero
2024-06-27 17:21:14 +02:00
parent 5665cfaab0
commit 851ed9e99b

View File

@@ -207,6 +207,8 @@ def setup_ledns_writer(c):
f'--cert-name=ofm_ledns ' f'--cert-name=ofm_ledns '
f'--deploy-hook /data/ofm/ledns/rclone_write.sh ' f'--deploy-hook /data/ofm/ledns/rclone_write.sh '
f'-d {domain_ledns}', f'-d {domain_ledns}',
# f'-d {domain2_ledns}',
# f'-d {domain2_ledns}',
) )