hostmatcher

package
v1.26.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2026 License: MIT Imports: 10 Imported by: 2

Documentation

Index

Constants

View Source
const MatchBuiltinExternal = "external"

MatchBuiltinExternal A valid global-unicast IP that is neither private (see MatchBuiltinPrivate) nor a reserved special-purpose range (see reservedIPNets); i.e. a routable host on the public internet.

View Source
const MatchBuiltinLoopback = "loopback"

MatchBuiltinLoopback 127.0.0.0/8 for IPv4 and ::1/128 for IPv6, localhost is included.

View Source
const MatchBuiltinPrivate = "private"

MatchBuiltinPrivate