add daisy to wireguard mesh
This commit is contained in:
parent
d999895450
commit
6f31d6c0e4
2 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,7 @@ WG_AUTOGEN_NODES = [
|
||||||
'home.router',
|
'home.router',
|
||||||
'htz-cloud.wireguard',
|
'htz-cloud.wireguard',
|
||||||
'icinga2',
|
'icinga2',
|
||||||
|
'daisy',
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_subnet_for_connection(repo, peer_a, peer_b):
|
def get_subnet_for_connection(repo, peer_a, peer_b):
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
hostname = "2a11:f2c0:3:4::120"
|
hostname = "2a11:f2c0:3:4::120"
|
||||||
bundles = []
|
bundles = [
|
||||||
|
"bird",
|
||||||
|
"wireguard",
|
||||||
|
]
|
||||||
groups = [
|
groups = [
|
||||||
"debian-bookworm",
|
"debian-bookworm",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue