dns-root-data: init at 2017-06-16
This commit is contained in:
+9
@@ -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
|
||||
Reference in New Issue
Block a user