about summary refs log tree commit diff
path: root/ops/dns/README.md
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-14T00·58+0200
committertazjin <mail@tazj.in>2021-03-15T21·23+0000
commitb4e87f8254355678c37056bcbeb474f4a0a50648 (patch)
treeae066da7322ed2ecc1bd20c16397f80cbd4000be /ops/dns/README.md
parentb6895a5b309eca4f12062f394331fff1b9e3dff8 (diff)
feat(ops/dns): Import tvl.fyi DNS zone into depot r/2280
Imports the current state of the tvl.fyi zone and configures simple CI
checks on the file format.

No deployment automation exists for this (yet?).

Change-Id: Ia7d72e02b9f6d3adef994c5dc1898cc0df9dfcfb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2600
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops/dns/README.md')
-rw-r--r--ops/dns/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ops/dns/README.md b/ops/dns/README.md
new file mode 100644
index 0000000000..2290299fe4
--- /dev/null
+++ b/ops/dns/README.md
@@ -0,0 +1,11 @@
+DNS configuration
+=================
+
+This folder contains configuration for our DNS zones. The zones are hosted with
+Google Cloud DNS, which supports zone-file based import/export.
+
+Currently there is no automation to deploy these zones, but CI will check their
+integrity.
+
+*Note: While each zone file specifies an SOA record, it only exists to satisfy
+`named-checkzone`. Cloud DNS manages this record for us.*