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
原本我们支持用户搜索IP时带上云区域一起,输入格式是: cloudid + : + ipaddr,但由于IPv6本身就是用冒号分隔,所以就导致和规则冲突了; 解决方案: 鉴于RPC在处理IPv6带端口号的书写规范标准建议,我们在保留原有的 cloudid + : + ipaddr 基础上,新推出一种格式支持:cloudid + : + [ + ipaddr + ],示例如下: 0:[192.168.1.101] 或 0:[aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh]
cloudid + : + [ + ipaddr + ]
0:[192.168.1.101]
0:[aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh]
The text was updated successfully, but these errors were encountered:
perf: IP选择器的“手动输入”支持新格式 TencentBlueKing#2594
03b1b6e
hLinx
No branches or pull requests
原本我们支持用户搜索IP时带上云区域一起,输入格式是: cloudid + : + ipaddr,但由于IPv6本身就是用冒号分隔,所以就导致和规则冲突了;
解决方案:
鉴于RPC在处理IPv6带端口号的书写规范标准建议,我们在保留原有的 cloudid + : + ipaddr 基础上,新推出一种格式支持:
cloudid + : + [ + ipaddr + ]
,示例如下:0:[192.168.1.101]
或0:[aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh]
The text was updated successfully, but these errors were encountered: