Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultLookupURL gives Fleet Map a Nezha-like no-token auto-location path. // Operators who do not want node public IPs sent to a public provider can set // LATTICE_GEOIP_LOOKUP_URL=off or point the setting at an internal service. DefaultLookupURL = "https://ipwho.is/{ip}" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPResolver ¶
type HTTPResolver struct {
// contains filtered or unexported fields
}
func NewHTTPResolver ¶
func NewHTTPResolver(template string) (*HTTPResolver, error)
Click to show internal directories.
Click to hide internal directories.