Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Functions ¶
Types ¶
type App ¶
type App struct { // general config LogLevel string // configuration for server URL string // URL where user can access the web UI, don't put trailing slash Secret string // random 64-character hex string that give us 32 random bytes // fiber specific config Prefork bool Host string Port int ProxyHeader string AllowOrigin string // configuration for prober (client) ServerEndpoint string APIKey string AcceptTor bool TorSOCKS string AcceptI2P bool I2PSOCKS string IPv6Capable bool }
Click to show internal directories.
Click to hide internal directories.