Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool PIDFile string Port int Daemonize bool PasswordSalt string OTLPEndpoint string InitialAdminUserPassword string CORSHosts []string OtherSupernodes []string TrustedProxies []string HIBPAPIKey string ServerName string Supernode bool Masquerade bool WireguardTapAddress string NodeIP string SupernodeZone string DisableMap bool SessionSecret []byte VTUNStartingAddress string PostgresDSN string MetricsPort int // contains filtered or unexported fields }
Config stores the application configuration.
Click to show internal directories.
Click to hide internal directories.