Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TCP is a network protocol (reliable and slower than UDP). TCP string = "tcp" // UDP is a network protocol (unreliable and faster than TCP). UDP string = "udp" )
View Source
const ( Starting models.LoopStatus = "starting" Running models.LoopStatus = "running" Stopping models.LoopStatus = "stopping" Stopped models.LoopStatus = "stopped" Crashed models.LoopStatus = "crashed" Completed models.LoopStatus = "completed" )
View Source
const (
// ServersData is the server information filepath.
ServersData = "/gluetun/servers.json"
)
Variables ¶
This section is empty.
Functions ¶
func ColorOpenvpn ¶
func CountryCodes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.