mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-04-26 22:25:20 +08:00
fix(mirrors): 更新腾讯镜像站IPv6支持状态
- 将腾讯镜像站的ipv6属性从false修改为true - 确保镜像表数据准确反映腾讯镜像站的IPv6支持情况
This commit is contained in:
@@ -41,7 +41,7 @@ const mirrorsTableData = [
|
||||
iconStyle: { verticalAlign: '-0.25em' },
|
||||
url: 'https://mirrors.tencent.com',
|
||||
domain: 'mirrors.tencent.com',
|
||||
ipv6: false,
|
||||
ipv6: true,
|
||||
debian: true,
|
||||
ubuntu: true,
|
||||
centos_vault: true,
|
||||
|
||||
Reference in New Issue
Block a user