更新了分库分表配置

This commit is contained in:
2026-01-26 11:20:16 +08:00
parent 2d1eb76608
commit f093da11d4
10 changed files with 88 additions and 105 deletions

View File

@@ -0,0 +1,15 @@
function unet_is_self_net() {
return net ~ [
10.188.6.0/23+,
10.188.5.124/30,
44.32.191.16/28,
44.32.191.7/32
];
}
function unet_is_self_net_v6() {
return net ~ [
2406:840:e603::/48{48,56},
2406:840:e60e::/56
];
}