diff --git a/.docker/unbound/rootfs/etc/unbound/forward-zone.conf b/.docker/unbound/rootfs/etc/unbound/forward-zone.conf deleted file mode 100644 index dfeaa41..0000000 --- a/.docker/unbound/rootfs/etc/unbound/forward-zone.conf +++ /dev/null @@ -1,4 +0,0 @@ -forward-zone: - name: "." - forward-addr: 9.9.9.9 - forward-addr: 149.112.112.112 diff --git a/.docker/unbound/rootfs/etc/unbound/unbound.conf b/.docker/unbound/rootfs/etc/unbound/unbound.conf index 7a3a667..0b31f35 100644 --- a/.docker/unbound/rootfs/etc/unbound/unbound.conf +++ b/.docker/unbound/rootfs/etc/unbound/unbound.conf @@ -1,3 +1,2 @@ include: "/etc/unbound/server.conf" root-hints: "/etc/unbound/root.hints" -include: "/etc/unbound/forward-zone.conf"