best address logic

This commit is contained in:
Aiden McClelland
2025-08-07 17:15:23 -06:00
parent 4d5ff1a97b
commit 3845550e90
9 changed files with 119 additions and 107 deletions

View File

@@ -73,3 +73,5 @@ export const PRIVATE_IPV4_RANGES = [
new IpNet("172.16.0.0/12"),
new IpNet("192.168.0.0/16"),
]
export const IPV6_LINK_LOCAL = new IpNet("fe80::/10")