From 01eb5ace25b6dde4f7f38d928c3384485da50ed1 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 4 Nov 2020 01:11:31 +0100 Subject: [PATCH] Forward to google resolver --- templates/unbound.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/unbound.conf.j2 b/templates/unbound.conf.j2 index 80fd96f..9ac585c 100644 --- a/templates/unbound.conf.j2 +++ b/templates/unbound.conf.j2 @@ -31,4 +31,10 @@ server: master: {{ server.nsd_addr }}@{{ server.nsd_port }} {% endfor %} + forward-zone: + name: "." + forward-host: dns.google#853 + forward-tls-upstream: yes + + # vim: set syntax=yaml et sw=0 ts=2 sts=0: