Pudu programming language
Menu
API reference

Std.Ip.isPublic

1 declaration

fn

isPublic: &Std.Ip.Address -> Bool

Whether the address may be reached across the public internet: none of the special ranges above, not 240.0.0.0/4 or the broadcast address, and for IPv6 within the global unicast range 2000::/3.

An IPv4-mapped address is judged by the address it carries.

Back to Std.IpSearch related declarations