From 971b07b9d4fa25283cdc046e04f2e935a755ed4a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 1 Feb 2021 18:53:47 +0200
Subject: [PATCH] zpush.shore.co.il.

Not really useful in itself, but proxied by shore.co.il for Activesync.
But shore.co.il and zpush.shore.co.il are on different hosts so proxying
over the Docker network is not an option, so proxying over HTTPS  is the
answer (now that the infrastructure is set up for it).
---
 renew-certs.yaml                   | 1 +
 roles/router/files/nsd/shore.co.il | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index 451fe85..2578de8 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -59,6 +59,7 @@
           - nextcloud.shore.co.il
           - ns1.shore.co.il
           - vouch.shore.co.il
+          - zpush.shore.co.il
         handlers:
           - Restart Nginx on host01
         host: host01
diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il
index 325659f..57a864e 100644
--- a/roles/router/files/nsd/shore.co.il
+++ b/roles/router/files/nsd/shore.co.il
@@ -1,7 +1,7 @@
 $TTL 1h
 $ORIGIN shore.co.il.
 @               IN      SOA     ns1     hostmaster (
-        2021013001
+        2021020101
         1h
         5m
         4w
@@ -66,6 +66,7 @@ registry        IN  CNAME   ns4
 transmission    IN  CNAME   ns1
 vouch           IN  CNAME   ns1
 www             IN  CNAME   ns4
+zpush           IN  CNAME   ns1
 
 host01._domainkey IN    TXT     ("v=DKIM1\; k=rsa\;"
 "p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw9EM6TzCofz004vL+aBV"
-- 
GitLab