From 66bf3b1a2645e39b34d06ccf1a118cd58aa250cc Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 10 Apr 2022 21:15:12 +0300
Subject: [PATCH] Add aws.shore.co.il subdomain.

---
 knot.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/knot.conf b/knot.conf
index a510b6a..8db4783 100644
--- a/knot.conf
+++ b/knot.conf
@@ -16,6 +16,10 @@ zone:
     storage: /rundir/slave
     master: master
     acl: notify_from_master
+  - domain: aws.shore.co.il
+    storage: /rundir/slave
+    master: master
+    acl: notify_from_master
   - domain: nehe.sr
     storage: /rundir/slave
     master: master
-- 
GitLab