Add ability to use custom wg.conf template

This commit is contained in:
slch 2022-03-29 23:07:50 +04:00
parent ad4ca4d9bb
commit 2c8252ff6e
No known key found for this signature in database
GPG key ID: 41F39A9F62B8AD06
3 changed files with 22 additions and 4 deletions

View file

@ -16,6 +16,7 @@ var (
EmailSubject string
EmailContent string
SessionSecret []byte
WgConfTemplate string
)
const (