From 2b8b580c6df7d69d140337657e152348935acf40 Mon Sep 17 00:00:00 2001 From: Dugong <110967975+dugong-lewat@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:00:59 +0700 Subject: [PATCH] Support IPv6 DNS Record (AAA Record) --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index e804e01cb..2fc619be8 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -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}