[][src]Module protonvpn::constants

Assorted constants for use throughout the crate. Mostly strings and a map for looking up countries.

Constants

APP_NAME

App name. Used to denote the binary's config directory (for dirs and confy), and then making api requests.

OVPN_FILE

Name of the openvpn config file. Eventually we want to replace this with tempfiles.

OVPN_LOG

Openvpn logs. Used for debugging

SPLIT_TUNNEL_FILE

Filename for split tunnel ip masks. This file should be read/written by the app.

VERSION

App version, taken using a clap macro. Used when making api requests