From e728c5d17e9793f32fa56287c09af188831610f7 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 1 Feb 2021 22:46:01 +0100 Subject: Wireguard. --- out/acme/wireguard.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'out/acme/wireguard.yaml') diff --git a/out/acme/wireguard.yaml b/out/acme/wireguard.yaml index 91a7963..a374351 100644 --- a/out/acme/wireguard.yaml +++ b/out/acme/wireguard.yaml @@ -43,6 +43,7 @@ data: &vpn0 name: "vpn0" domain: "vpn.acme.com" + port: 53476 linkCidr: "192.168.10.0/29" networkCidr: "10.55.0.0/16" networkBits: 24 @@ -63,6 +64,7 @@ &3 machine: *ws-1 net: *vpn0 publicName: null + publicPort: 53476 ip: "192.168.10.6" networkCidr: "10.55.252.0/24" - type: "io.trygvis.rules.wireguard.WgHost" @@ -70,6 +72,7 @@ &4 machine: *ws-2 net: *vpn0 publicName: null + publicPort: 53476 ip: "192.168.10.7" networkCidr: "10.55.251.0/24" - type: "io.trygvis.rules.wireguard.WgHost" @@ -77,6 +80,7 @@ &5 machine: *acme-1 net: *vpn0 publicName: "acme-1.machine.acme.com" + publicPort: 53476 ip: "192.168.10.3" networkCidr: "10.55.255.0/24" - type: "io.trygvis.rules.wireguard.WgHost" @@ -84,6 +88,7 @@ &6 machine: *acme-2 net: *vpn0 publicName: "acme-2.machine.acme.com" + publicPort: 53476 ip: "192.168.10.4" networkCidr: "10.55.254.0/24" - type: "io.trygvis.rules.wireguard.WgHost" @@ -91,6 +96,7 @@ &7 machine: *acme-3 net: *vpn0 publicName: "acme-3.machine.acme.com" + publicPort: 53476 ip: "192.168.10.5" networkCidr: "10.55.253.0/24" - type: "io.trygvis.rules.wireguard.WgConnection" -- cgit v1.2.3