Documentation ¶
Index ¶
Constants ¶
View Source
const MaxTries = 3
MaxTries is the maximum amount of tries to attempt to one service.
Variables ¶
View Source
var APIURIs = []string{
"https://api.ipify.org",
"http://ipinfo.io/ip",
"http://checkip.amazonaws.com",
"http://whatismyip.akamai.com",
"http://ipv4.text.wtfismyip.com",
}
APIURIs is the URIs of the services.
View Source
var Timeout = 2 * time.Second
Timeout sets the time limit of collecting results from different services.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.