From 26ac3da54ac96e2acbe1d1ad1692ab74cd512ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sat, 27 Feb 2021 11:33:28 +0100 Subject: [PATCH] README - Section about check_zone_serial --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f60c5..bab336f 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,20 @@ supports the following command-line flags: * `-a names`/`--additional-names names`: a comma-separated list of DNS names that the certificate should also have. * `-s protocol`/`--start-tls protocol`: protocol to use before requesting a - switch to TLS. Supported protocols: `smtp`, `sieve`. \ No newline at end of file + switch to TLS. Supported protocols: `smtp`, `sieve`. + + ### DNS zone serials + + The `check_zone_serial` plugin can be used to check that the version of a + zone served by a DNS is up-to-date compared to the same zone served by + another, "reference" DNS. It supports the following command-line flags: + +* `-H name`/`--hostname name`: the host name or address of the server to + check. +* `-P port`/`--port port`: the port to use on the server to check (defaults + to 53). +* `-z zone`: the zone to check. +* `-r name`/`--rs-hostname name`: the host name or address of the reference + server. +* `-p port`/`--rs-port port`: the port to use on the reference server + (defaults to 53). \ No newline at end of file