Skip to content
Matt Simerson edited this page Dec 14, 2015 · 12 revisions

create jail 'dns'

To include additional local-data, save it in the file ~/unbound.conf.local. When provisioning a new DNS jail, and it will get included in the unbound installation.

. mail-toaster.sh && provision dns

Sample output

What happens:

  • a new stage-dns jail is created
  • unbound is:
    • installed
    • configured
    • tested
  • staging jail is shut down
  • staging filesystem is renamed (with a wait + retry if needed)
  • existing dns jail is shut down
  • existing dns filesystem is renamed to dns.last
  • staging filesystem is renamed to dns
  • new dns jail is started
Clone this wiki locally