We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载服务器不能直接使用IPV6地址。
认为形如[24e::::]:端口 这样的格式不合法。
暂时可通过映射IPV6地址到DDNS域名解决。但鉴于现在公网ipv6已经普及,若能直接支持,则省去很多步骤。
相关截图:
重现步骤:
The text was updated successfully, but these errors were encountered:
看起来是因为我们对ipv6地址格式的正则存在问题,改成 /^(https?):\/\/[-A-Za-z0-9+&@#/%?=~_|!:,.;\[\]]+[-A-Za-z0-9+&@#/%=~_|]$/ 应该可以匹配纯ipv6格式地址的 https://github.com/ronggang/PT-Plugin-Plus/blob/b01dd0687a397a56543bac8a6be546a0557e1a73/src/options/views/settings/Backup/Server/Editor.vue#L129-L135 https://github.com/ronggang/PT-Plugin-Plus/blob/eb90e4b453a45267aa65b5f7441be6e2f62813a2/src/options/views/settings/DownloadClients/Editor.vue#L92-L100
/^(https?):\/\/[-A-Za-z0-9+&@#/%?=~_|!:,.;\[\]]+[-A-Za-z0-9+&@#/%=~_|]$/
Sorry, something went wrong.
的确原来是不支持ipv6,感谢R酱给出建议。
f205546
Rhilip
No branches or pull requests
下载服务器不能直接使用IPV6地址。
认为形如[24e::::]:端口 这样的格式不合法。
暂时可通过映射IPV6地址到DDNS域名解决。但鉴于现在公网ipv6已经普及,若能直接支持,则省去很多步骤。
相关截图:
重现步骤:
The text was updated successfully, but these errors were encountered: