This commit is contained in:
2025-10-30 10:26:18 +08:00
parent 947a310e20
commit 9c11cb60e6
3 changed files with 34 additions and 3 deletions

View File

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