From 0a29629256ca5da9f4646b64a8ec5b2dda8e8af5 Mon Sep 17 00:00:00 2001 From: Gustavo R Ramos Date: Wed, 13 May 2020 10:58:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8a0ff..90d9602 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Named Checkzone -A Github action to to check the syntax and integrity of zone files in a repository using `named-checkzone`. It only check files with using the naming format `db.`, for example, `db.example.com` has DNS records for `example.com` zone. +A Github action to to check the syntax and integrity of BIND-compatible zone files in a repository using `named-checkzone`. It only checks files with names starting with `db.` prefix and followed by the zone, ie. `db.example.com` stores DNS records for `example.com` zone. ## Usage