Update binary name, usage strings, generated file headers, tests, and README. The generated BIND config header now includes the install path: go install go.askask.com/catz@latest
18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
# catz configuration
|
|
#
|
|
# Each catalog becomes an output zone file named <zone>.zone
|
|
# Catalog names here are referenced in zones.txt
|
|
|
|
catalogs:
|
|
prod:
|
|
zone: catalog-prod.example.com.
|
|
staging:
|
|
zone: catalog-staging.example.com.
|
|
|
|
# SOA fields for all generated zone files
|
|
# RFC 9432 recommends "invalid." for both since catalog zones
|
|
# are not queried via normal DNS resolution.
|
|
soa:
|
|
mname: invalid.
|
|
rname: invalid.
|