This commit is contained in:
2026-05-23 17:35:37 +08:00
parent ca4a406afc
commit b903422ec6
8 changed files with 35 additions and 175 deletions

View File

@@ -13,7 +13,6 @@ function unet_is_valid_network_v4_allnet(){
function unet_is_voalid_net_v6(){
if is_self_net() then return true;
if is_dn42_self_net() then return true;
return false;
}