bundles/wireguard: add no_autoconnect option
This commit is contained in:
parent
ffb5125ddd
commit
63d42c6b42
2 changed files with 5 additions and 2 deletions
|
@ -23,6 +23,7 @@ WG_AUTOGEN_NODES = [
|
|||
WG_AUTOGEN_SETTINGS = {
|
||||
# special settings to apply when peering with a specific node
|
||||
'home.router': {
|
||||
'no_autoconnect': True,
|
||||
'persistent_keepalive': False,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue