Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. dnssec-signzone -A -3 $(head -c 1000 /dev/random | sha1sum | cut -b 1-16) -N INCREMENT -o myweb.com -t myweb.com.zone
  2.  
  3. fatal: failed loading zone from 'myweb.com.zone': no ttl
  4.  
  5. $INCLUDE Kmyweb.com.+007+15126.key
  6. $INCLUDE Kmyweb.com.+007+38975.key
  7. $TTL 1800
  8.  
  9. $TTL 1800
  10. $INCLUDE Kmyweb.com.+007+15126.key
  11. $INCLUDE Kmyweb.com.+007+38975.key
  12.  
  13. fatal: failed to find an SOA at the zone apex:NXRRSET
  14.  
  15. $TTL 1800
  16. $INCLUDE Kmyweb.com.+007+15126.key
  17. $INCLUDE Kmyweb.com.+007+38975.key
  18.  
  19. myweb.com IN SOA ns1.myweb.com. noc.myweb.com. (
  20. 2016021700 ; serial
  21. 7200 ; refresh
  22. 3600 ; retry
  23. 2419200 ; expire
  24. 10800 ; minimum
  25. )
  26. NS ns1.myweb.com.
  27. NS ns2.myweb.com.
  28.  
  29. $ORIGIN myweb.com.
  30. ns1 A 104.24.xx.60
  31. AAAA 2400:cb00:2048:1::xxxx:733c
  32. ns2 A 104.24.xx.60
  33. AAAA 2400:cb00:2048:1::xxxx:723c
  34.  
  35. fatal: failed loading zone from 'myweb.com': not at top of zone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement