mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-06 17:13:13 +03:00
Added Table to global settings
Added Table to UI global settings view Added Table to wg conf template Added Table to settings model Added Table with default value `auto` to config util Updated README
This commit is contained in:
parent
f256668a99
commit
bd4a3312f4
6 changed files with 20 additions and 2 deletions
|
@ -11,6 +11,7 @@ type GlobalSetting struct {
|
|||
MTU int `json:"mtu,string"`
|
||||
PersistentKeepalive int `json:"persistent_keepalive,string"`
|
||||
ForwardMark string `json:"forward_mark"`
|
||||
Table string `json:"table"`
|
||||
ConfigFilePath string `json:"config_file_path"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue