pub const HOST_IP: &str = "host.ip";
Expand description
Available IP addresses of the host, excluding loopback interfaces.
§Notes
IPv4 Addresses MUST be specified in dotted-quad notation. IPv6 addresses MUST be specified in the RFC 5952 format.
§Examples
"192.168.1.140"
"fe80::abc2:4a28:737a:609e"