mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-14 14:21:34 +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
|
@ -9,6 +9,7 @@ ListenPort = {{ .serverConfig.Interface.ListenPort }}
|
|||
PrivateKey = {{ .serverConfig.KeyPair.PrivateKey }}
|
||||
{{if .globalSettings.MTU}}MTU = {{ .globalSettings.MTU }}{{end}}
|
||||
PostUp = {{ .serverConfig.Interface.PostUp }}
|
||||
PreDown = {{ .serverConfig.Interface.PreDown }}
|
||||
PostDown = {{ .serverConfig.Interface.PostDown }}
|
||||
Table = {{ .globalSettings.Table }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue