SproutDNS Help

Running SproutDNS Utilities

SproutDNS is distributed as a docker image from docker hub.

Help

Running docker run wttw/sproutdns --help lists the available subcommands.

Checking a zone file

docker run -i wttw/sproutdns check <zone.json will parse and check the json format zone file.

Converting from bind format

docker run -i wttw/sproutdns convert <bindzone.txt will convert simple bind-style zone files to the json format.

Licensing

docker run wttw/sproutdns license $(head -1 sproutdns.license) will display the contents of a license file.

Version

docker run wttw/sproutdns version will display the app version and architecture.

Last modified: 23 July 2024