felipepadilha

DNS Recursivo - Unbound

Jan 27th, 2020 (edited)
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. systemctl stop firewalld
  2. dnf install -y unbound wget
  3. cd /etc/unbound
  4. rm root.key -f
  5. wget http://www.internic.net/domain/named.root
  6. unbound-anchor -a /etc/unbound/root.key -v
  7. chown unbound.unbound /etc/unbound/ -R
  8. systemctl restart unbound
Add Comment
Please, Sign In to add comment