summaryrefslogtreecommitdiff
path: root/out/acme/wireguard.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'out/acme/wireguard.yaml')
-rw-r--r--out/acme/wireguard.yaml77
1 files changed, 39 insertions, 38 deletions
diff --git a/out/acme/wireguard.yaml b/out/acme/wireguard.yaml
index ebad93a..2a3ff80 100644
--- a/out/acme/wireguard.yaml
+++ b/out/acme/wireguard.yaml
@@ -158,13 +158,6 @@ data:
---
type: "io.trygvis.rules.wireguard.WgIpAllocation"
data:
- host: "acme-1"
- role: "network"
- ip:
- value: "10.55.55.4"
----
-type: "io.trygvis.rules.wireguard.WgIpAllocation"
-data:
host: "acme-2"
role: "link"
ip:
@@ -172,13 +165,6 @@ data:
---
type: "io.trygvis.rules.wireguard.WgIpAllocation"
data:
- host: "acme-2"
- role: "network"
- ip:
- value: "10.55.55.3"
----
-type: "io.trygvis.rules.wireguard.WgIpAllocation"
-data:
host: "acme-3"
role: "link"
ip:
@@ -186,13 +172,6 @@ data:
---
type: "io.trygvis.rules.wireguard.WgIpAllocation"
data:
- host: "acme-3"
- role: "network"
- ip:
- value: "10.55.55.2"
----
-type: "io.trygvis.rules.wireguard.WgIpAllocation"
-data:
host: "ws-1"
role: "link"
ip:
@@ -200,25 +179,11 @@ data:
---
type: "io.trygvis.rules.wireguard.WgIpAllocation"
data:
- host: "ws-1"
- role: "network"
- ip:
- value: "10.55.55.1"
----
-type: "io.trygvis.rules.wireguard.WgIpAllocation"
-data:
host: "ws-2"
role: "link"
ip:
value: "192.168.10.0"
---
-type: "io.trygvis.rules.wireguard.WgIpAllocation"
-data:
- host: "ws-2"
- role: "network"
- ip:
- value: "10.55.55.0"
----
type: "io.trygvis.rules.wireguard.WgIpPool"
data:
net: "vpn0"
@@ -229,13 +194,49 @@ data:
type: "io.trygvis.rules.wireguard.WgIpPool"
data:
net: "vpn0"
- role: "network"
+ role: "networks"
cidr:
- value: "10.55.55.0/24"
+ value: "10.55.0.0/16"
---
type: "io.trygvis.rules.wireguard.WgNet"
data:
name: "vpn0"
domain: "vpn.acme.com"
linkCidr: "192.168.10.0/29"
- networkCidr: "10.55.55.0/24"
+ networkCidr: "10.55.0.0/16"
+ networkBits: 24
+---
+type: "io.trygvis.rules.wireguard.WgNetworkAllocation"
+data:
+ host: "acme-1"
+ role: "network"
+ cidr:
+ value: "10.55.251.0/24"
+---
+type: "io.trygvis.rules.wireguard.WgNetworkAllocation"
+data:
+ host: "acme-2"
+ role: "network"
+ cidr:
+ value: "10.55.252.0/24"
+---
+type: "io.trygvis.rules.wireguard.WgNetworkAllocation"
+data:
+ host: "acme-3"
+ role: "network"
+ cidr:
+ value: "10.55.253.0/24"
+---
+type: "io.trygvis.rules.wireguard.WgNetworkAllocation"
+data:
+ host: "ws-1"
+ role: "network"
+ cidr:
+ value: "10.55.254.0/24"
+---
+type: "io.trygvis.rules.wireguard.WgNetworkAllocation"
+data:
+ host: "ws-2"
+ role: "network"
+ cidr:
+ value: "10.55.255.0/24"