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 <grfn@gws.fyi> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
b6895a5b30
commit
b4e87f8254
4 changed files with 59 additions and 0 deletions
11
ops/dns/README.md
Normal file
11
ops/dns/README.md
Normal file
|
|
@ -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.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue