From 71d093d586cf182f24ef16094e9239172f6a1918 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 26 Feb 2021 18:43:23 +0200 Subject: [PATCH] sogo.shore.co.il domain. --- 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 e63bd9d..562ce4f 100644 --- a/renew-certs.yaml +++ b/renew-certs.yaml @@ -59,6 +59,7 @@ - lam.shore.co.il - nextcloud.shore.co.il - ns1.shore.co.il + - sogo.shore.co.il - vouch.shore.co.il - zpush.shore.co.il handlers: diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il index 57a864e..aafbc18 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 ( - 2021020101 + 2021022601 1h 5m 4w @@ -63,6 +63,7 @@ mta-sts IN CNAME smtp myip IN CNAME ns4 nextcloud IN CNAME ns1 registry IN CNAME ns4 +sogo IN CNAME ns1 transmission IN CNAME ns1 vouch IN CNAME ns1 www IN CNAME ns4 -- GitLab