mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-26 20:00:27 +03:00
add: Manage template from global settings form
This commit is contained in:
parent
c9a7bdf018
commit
25de639727
4 changed files with 44 additions and 3 deletions
|
@ -11,5 +11,7 @@ type GlobalSetting struct {
|
|||
MTU int `json:"mtu,string"`
|
||||
PersistentKeepalive int `json:"persistent_keepalive,string"`
|
||||
ConfigFilePath string `json:"config_file_path"`
|
||||
EmailSubject string `json:"email_subject"`
|
||||
EmailContent string `json:"email_content"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue