From 9b89c370d8fc89674e2405968c0217d43fc5d4d1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 26 Jan 2021 18:54:45 +0200 Subject: [PATCH] Collabora online DNS. --- roles/router/files/nsd/shore.co.il | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il index 033d612..e84bfa0 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 ( - 2021011602 + 2021012601 1h 5m 4w @@ -54,6 +54,7 @@ _caldavs._tcp IN SRV 0 1 443 nextcloud www IN CNAME ns4 autoconfig IN CNAME ns4 nextcloud IN CNAME ns1 +code IN CNAME ns1 git IN CNAME ns1 lam IN CNAME ns1 registry IN CNAME ns4 -- GitLab