From 209cf0953b919572041399f652223b4ff376dcea Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 30 Jan 2021 12:08:03 +0200
Subject: [PATCH] transmission.shore.co.il domain.

---
 roles/router/files/nsd/shore.co.il | 31 +++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il
index 3fbd40a..325659f 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 (
-        2021012901
+        2021013001
         1h
         5m
         4w
@@ -51,20 +51,21 @@ _caldavs._tcp    IN  SRV  0 1 443 nextcloud
                     IN  TXT "v=spf1 -all"
                     IN  SPF "v=spf1 -all"
 
-autoconfig  IN  CNAME   ns4
-code        IN  CNAME   ns1
-git         IN  CNAME   ns1
-imap        IN  CNAME   smtp
-jellyfin    IN  CNAME   ns1
-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
-vouch       IN  CNAME   ns1
-www         IN  CNAME   ns4
+autoconfig      IN  CNAME   ns4
+code            IN  CNAME   ns1
+git             IN  CNAME   ns1
+imap            IN  CNAME   smtp
+jellyfin        IN  CNAME   ns1
+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
+transmission    IN  CNAME   ns1
+vouch           IN  CNAME   ns1
+www             IN  CNAME   ns4
 
 host01._domainkey IN    TXT     ("v=DKIM1\; k=rsa\;"
 "p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw9EM6TzCofz004vL+aBV"
-- 
GitLab