Abstracts database storage & Status page UI (#88)
This commit is contained in:
committed by
GitHub
parent
7bb80c0c2e
commit
b7c0990dcb
@@ -11,3 +11,16 @@ var (
|
||||
EmailContent string
|
||||
SessionSecret []byte
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultUsername = "admin"
|
||||
DefaultPassword = "admin"
|
||||
DefaultServerAddress = "10.252.1.0/24"
|
||||
DefaultServerPort = 51820
|
||||
DefaultDNS = "1.1.1.1"
|
||||
DefaultMTU = 1450
|
||||
DefaultPersistentKeepalive = 15
|
||||
DefaultConfigFilePath = "/etc/wireguard/wg0.conf"
|
||||
UsernameEnvVar = "WGUI_USERNAME"
|
||||
PasswordEnvVar = "WGUI_PASSWORD"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user