mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-11-09 10:15:00 -05:00
Add Google Domains
This commit is contained in:
parent
8ca0f24782
commit
94d9ec6ef1
7 changed files with 15 additions and 6 deletions
|
|
@ -113,6 +113,7 @@ RUN \
|
|||
certbot-dns-gehirn \
|
||||
certbot-dns-godaddy \
|
||||
certbot-dns-google \
|
||||
certbot-dns-google-domains \
|
||||
certbot-dns-he \
|
||||
certbot-dns-hetzner \
|
||||
certbot-dns-infomaniak \
|
||||
|
|
@ -147,7 +148,7 @@ RUN \
|
|||
's|#ssl_trusted_certificate /config/keys/cert.crt;|ssl_trusted_certificate /config/keys/cert.crt;|' \
|
||||
/defaults/nginx/ssl.conf.sample && \
|
||||
echo "**** correct ip6tables legacy issue ****" && \
|
||||
rm \
|
||||
rm \
|
||||
/sbin/ip6tables && \
|
||||
ln -s \
|
||||
/sbin/ip6tables-nft /sbin/ip6tables && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue