Add support for password hashes as an optional alternative to plaintext passwords (#216)
This commit is contained in:
committed by
GitHub
parent
29b017f277
commit
2c2db61158
@@ -34,6 +34,7 @@ const (
|
||||
DefaultConfigFilePath = "/etc/wireguard/wg0.conf"
|
||||
UsernameEnvVar = "WGUI_USERNAME"
|
||||
PasswordEnvVar = "WGUI_PASSWORD"
|
||||
PasswordHashEnvVar = "WGUI_PASSWORD_HASH"
|
||||
EndpointAddressEnvVar = "WGUI_ENDPOINT_ADDRESS"
|
||||
DNSEnvVar = "WGUI_DNS"
|
||||
MTUEnvVar = "WGUI_MTU"
|
||||
|
||||
Reference in New Issue
Block a user