constants

package
v0.0.0-...-4218dba Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: MIT Imports: 2 Imported by: 0

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 ColorOpenvpn() *color.Color

func ColorUnbound

func ColorUnbound() *color.Color

func CountryCodes

func CountryCodes() map[string]string

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL