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:
andycandy-de 2023-01-22 21:47:46 +01:00
parent f256668a99
commit bd4a3312f4
6 changed files with 20 additions and 2 deletions

View file

@ -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"`
}