mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-23 00:15:19 +03:00
Fixes security issue & Adds support to sent configuration via email (#83)
This commit is contained in:
parent
7edcd1b80c
commit
1711530dda
13 changed files with 335 additions and 76 deletions
|
@ -2,6 +2,12 @@ package util
|
|||
|
||||
// Runtime config
|
||||
var (
|
||||
DisableLogin bool
|
||||
BindAddress string
|
||||
DisableLogin bool
|
||||
BindAddress string
|
||||
SendgridApiKey string
|
||||
EmailFrom string
|
||||
EmailFromName string
|
||||
EmailSubject string
|
||||
EmailContent string
|
||||
SessionSecret []byte
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue