diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2021-02-01 22:46:01 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2021-02-01 22:46:01 +0100 |
commit | e728c5d17e9793f32fa56287c09af188831610f7 (patch) | |
tree | 10a1fda8134b2eb5cdfe3d93edd68a9294e62423 /out | |
parent | 2957c76e4027f47959f79354b07cdaa4b04da8c6 (diff) | |
download | rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.tar.gz rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.tar.bz2 rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.tar.xz rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.zip |
Wireguard.
Diffstat (limited to 'out')
-rw-r--r-- | out/acme/wireguard.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |