Skip to content
/ knot Public

Scripts and more for Knot DNS

License

Notifications You must be signed in to change notification settings

crpb/knot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knot

Scripts and more for Knot DNS

backup-knot

Backup the contents of /etc/knot and all zones.

zoneedit.bash

Bash function for manually editing zones with your default editor.

knot2nsupdate

Works with the first line (#comment) from keys generated with keymgr -t foo.bar.tld.

awk -F: '/^# / {sub(/^# /,"",$1); printf "key %s {\n\talgorithm %s;\n\tsecret \"s\";\n};\n", $2, $1, $3}'

About

Scripts and more for Knot DNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages