From ede2372547db659e7b0e9cfd3b531ff542018229 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 6 Jan 2021 21:01:33 +0100 Subject: Generating Wireguard files too. --- out/acme/wireguard.yaml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'out/acme/wireguard.yaml') diff --git a/out/acme/wireguard.yaml b/out/acme/wireguard.yaml index 4601931..ebad93a 100644 --- a/out/acme/wireguard.yaml +++ b/out/acme/wireguard.yaml @@ -1,30 +1,15 @@ --- type: "io.trygvis.rules.dns.DnsEntry" -data: - fqdn: "acme-1.machine.acme.com" - type: "A" ---- -type: "io.trygvis.rules.dns.DnsEntry" data: fqdn: "acme-1.vpn.acme.com" type: "A" --- type: "io.trygvis.rules.dns.DnsEntry" -data: - fqdn: "acme-2.machine.acme.com" - type: "A" ---- -type: "io.trygvis.rules.dns.DnsEntry" data: fqdn: "acme-2.vpn.acme.com" type: "A" --- type: "io.trygvis.rules.dns.DnsEntry" -data: - fqdn: "acme-3.machine.acme.com" - type: "A" ---- -type: "io.trygvis.rules.dns.DnsEntry" data: fqdn: "acme-3.vpn.acme.com" type: "A" -- cgit v1.2.3