add support for network namespaces and hook scripts
This commit is contained in:
parent
d0ee4e64e9
commit
8e3a6b943e
3 changed files with 34 additions and 10 deletions
|
|
@ -8,5 +8,13 @@ wireguard:
|
|||
route6: []
|
||||
peers: {}
|
||||
mtu: 1420
|
||||
netns: ~
|
||||
scripts:
|
||||
"pre-up": ~
|
||||
up: ~
|
||||
"post-up": ~
|
||||
"pre-down": ~
|
||||
down: ~
|
||||
"post-down": ~
|
||||
connections: {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue