Skip to content

Commit

Permalink
Support IPv6 DNS Record (AAA Record) (MHSanaei#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dugong-lewat authored and aircross committed Jun 12, 2024
1 parent d1bc146 commit d4d2133
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 d4d2133

Please sign in to comment.