diff options
| author | Dugong <110967975+dugong-lewat@users.noreply.github.com> | 2024-06-11 16:48:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 16:48:14 +0300 |
| commit | e275adbccd729abe22c0f306f15dd8a82627453d (patch) | |
| tree | 44caaf0f49015a382bf922611d24d2fb421514bf | |
| parent | f96df5bc3df16f2e6dfbab3eebbde6aeae822fd4 (diff) | |
Support IPv6 DNS Record (AAA Record) (#2388)
| -rw-r--r-- | x-ui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -818,7 +818,7 @@ ssl_cert_issue() { # NOTE:This should be handled by user # open the port and kill the occupied progress ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt - ~/.acme.sh/acme.sh --issue -d ${domain} --standalone --httpport ${WebPort} + ~/.acme.sh/acme.sh --issue -d ${domain} --listen-v6 --standalone --httpport ${WebPort} if [ $? -ne 0 ]; then LOGE "issue certs failed,please check logs" rm -rf ~/.acme.sh/${domain} |
