mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-09 17:34:25 +03:00
Add ability to use custom wg.conf template
This commit is contained in:
parent
ad4ca4d9bb
commit
2c8252ff6e
3 changed files with 22 additions and 4 deletions
|
@ -16,6 +16,7 @@ var (
|
|||
EmailSubject string
|
||||
EmailContent string
|
||||
SessionSecret []byte
|
||||
WgConfTemplate string
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue