Fix IPv6 provider setting in cloudflare-ddns-install.sh (#7660)

This commit is contained in:
Hugo Dantas 2025-09-15 18:10:45 -03:00 committed by GitHub
parent 65e561dcbe
commit ce68253564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ while true; do
read -rp "${TAB3}Enable IPv6 support? (y/n): " answer read -rp "${TAB3}Enable IPv6 support? (y/n): " answer
case "$answer" in case "$answer" in
[Yy]*) [Yy]*)
var_cf_ip6_provider="auto" var_cf_ip6_provider="cloudflare.trace"
break break
;; ;;
[Nn]*) [Nn]*)