From 859f46db3978bd7b7c110f1698b39bb5b9535f2d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 29 Jan 2021 00:09:44 +0200
Subject: [PATCH] myip.shore.co.il domain.

---
 renew-certs.yaml                   | 2 +-
 roles/router/files/nsd/shore.co.il | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index 886c1c9..397a5df 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -32,7 +32,7 @@
           - Restart Nginx on ns4
         host: ns4
         subject_alt_name: |-
-          DNS:ns4.shore.co.il,DNS:autoconfig.shore.co.il,DNS:registry.shore.co.il,DNS:www.shore.co.il,DNS:shore.co.il
+          DNS:ns4.shore.co.il,DNS:autoconfig.shore.co.il,DNS:registry.shore.co.il,DNS:www.shore.co.il,DNS:shore.co.il,DNS:myip.shore.co.il
       tags:
         - ns4
 
diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il
index 897139b..fa7f3f7 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 (
-        2021012701
+        2021012801
         1h
         5m
         4w
@@ -60,6 +60,7 @@ kodi        IN  CNAME   ns1
 lam         IN  CNAME   ns1
 library     IN  CNAME   ns1
 mta-sts     IN  CNAME   smtp
+myip        IN  CNAME   ns4
 nextcloud   IN  CNAME   ns1
 registry    IN  CNAME   ns4
 www         IN  CNAME   ns4
-- 
GitLab