mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-17 04:39:45 +00:00
Fix IPv6 provider setting in cloudflare-ddns-install.sh (#7660)
This commit is contained in:
parent
65e561dcbe
commit
ce68253564
1 changed files with 1 additions and 1 deletions
|
@ -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]*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue