From b4e87f8254355678c37056bcbeb474f4a0a50648 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Mar 2021 02:58:30 +0200 Subject: feat(ops/dns): Import tvl.fyi DNS zone into depot 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 Reviewed-by: sterni --- ops/dns/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ops/dns/README.md (limited to 'ops/dns/README.md') diff --git a/ops/dns/README.md b/ops/dns/README.md new file mode 100644 index 000000000000..2290299fe46c --- /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.* -- cgit 1.4.1