gomonop/go.mod
Emmanuel BENOîT f67dd244a4 check_zone_serial added
This pluging queries a pair of DNSs for a zone's SOA record and ensures
that serials received from both servers match.
2021-02-27 11:26:34 +01:00

8 lines
120 B
Modula-2

module nocternity.net/go/monitoring
go 1.15
require (
github.com/karrick/golf v1.4.0
github.com/miekg/dns v1.1.40
)