mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Make Interface PreDown setting. (#480)
This commit is contained in:
parent
af7742bfb3
commit
c8623082fe
3 changed files with 10 additions and 1 deletions
|
@ -23,5 +23,6 @@ type ServerInterface struct {
|
|||
ListenPort int `json:"listen_port,string"` // ,string to get listen_port string input as int
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
PostUp string `json:"post_up"`
|
||||
PreDown string `json:"pre_down"`
|
||||
PostDown string `json:"post_down"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue