summaryrefslogtreecommitdiff
path: root/out/acme/wireguard.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-07 12:20:02 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-07 12:20:02 +0100
commit70d0ad3c9f37e44a9504a0d7f66e412a3f3bba6f (patch)
tree623815a975541ebba1fba8208bd2b3e984ceb9d4 /out/acme/wireguard.yaml
parentede2372547db659e7b0e9cfd3b531ff542018229 (diff)
downloadrules-sandbox-70d0ad3c9f37e44a9504a0d7f66e412a3f3bba6f.tar.gz
rules-sandbox-70d0ad3c9f37e44a9504a0d7f66e412a3f3bba6f.tar.bz2
rules-sandbox-70d0ad3c9f37e44a9504a0d7f66e412a3f3bba6f.tar.xz
rules-sandbox-70d0ad3c9f37e44a9504a0d7f66e412a3f3bba6f.zip
More Wireguard.
Fixing broken myapps too.
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"