Skip to content

Commit

Permalink
Support IPv6 DNS Record (AAA Record) (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dugong-lewat committed Jun 11, 2024
1 parent f96df5b commit e275adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e275adb

Please sign in to comment.