This commit is contained in:
2026-01-26 14:52:04 +08:00
parent 2891ac911e
commit ce7ff04133
5 changed files with 5 additions and 52 deletions

View File

@@ -1,9 +1,6 @@
function unet_is_valid_network_v4() {
return net ~ [
10.50.0.0/16+,
10.88.0.0/16+,
10.21.0.0/16+,
10.188.0.0/16+
10.0.0.0/8+
];
}