Pudu programming language
Menu
API reference

Std.Ip.isPrivate

1 declaration

fn

isPrivate: &Std.Ip.Address -> Bool

Whether the address is in a private range: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, or the IPv6 unique local range fc00::/7.

Back to Std.IpSearch related declarations