Wednesday, 7 June 2017

Setting up consul and unbound

Create this file at /etc/unbound/local.d/consul.conf
do-not-query-localhost: no
stub-zone:
  name: "consul"
  stub-addr: 127.0.0.1@8600
server:
  domain-insecure: "consul"
Update /etc/resolv.conf
nameserver 127.0.0.1