This commit is contained in:
2025-11-01 21:45:47 +08:00
parent b96a81e2ff
commit 42f30a247a
3 changed files with 90 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ function unet_is_valid_network_v4_allnet(){
function unet_is_voalid_net_v6(){
return net ~ [
2406:840:e600::/44{44,56},
2a0f:1cc5:0010::/44{44,56},
2406:840:e600::/44{44,64},
2a0f:1cc5:0010::/44{44,64},
fde8:936e:ee29::/48+
];
}