dns-root-data: init at 2017-06-16

This commit is contained in:
Franz Pletz
2017-07-12 09:45:25 +02:00
parent f5a7ce1317
commit 3bb9954a6b
8 changed files with 57 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p busybox unbound
TMP=`mktemp`
unbound-anchor -a $TMP
grep -Ev "^($$|;)" $TMP | sed -e 's/ ;;count=.*//' > root.key
rm $TMP
unbound-anchor -F -a root.ds