Documentation
¶
Overview ¶
Package pubip gets your public IP address from several services
Index ¶
Constants ¶
View Source
const MaxTries = 3
MaxTries is the maximum amount of tries to attempt to one service.
View Source
const Version = "1.0.0"
Version indicates the version of this package.
Variables ¶
View Source
var APIURIs = []string{
"http://manager-customer.qixin007.com",
"https://manager-customer.qixin007.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 ¶
func GetIPStrBy ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.