Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 366 Bytes

Knot Inline Signer Example

This repository contains an example how to use Knot as a DNSSEC inline signer.

Usage

Start container

docker compose up -d

Show signed zone

docker compose exec knot kdig @127.0.0.1 test.nxdomain.se axfr
docker compose exec knot kdig @127.0.0.1 test.catalog axfr

Start container

docker compose down