mirror of
https://github.com/jeessy2/ddns-go.git
synced 2025-10-20 15:33:46 +08:00
fix: ipv6 url in web (#487)
This commit is contained in:
@ -534,7 +534,7 @@
|
||||
if (label === "ipv4") {
|
||||
document.getElementById('ipv4_url_help').innerText = '支持多个接口, 使用半角逗号分隔。如: https://myip4.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net'
|
||||
} else {
|
||||
document.getElementById('ipv6_url_help').innerText = '支持多个接口, 使用半角逗号分隔。如: https://myip6.ipip.net, https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me'
|
||||
document.getElementById('ipv6_url_help').innerText = '支持多个接口, 使用半角逗号分隔。如: https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me, https://6.ipw.cn'
|
||||
document.getElementById('IPv6RegDiv').style.display = 'none'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user