From 9f5a9ee09f4e16aee95259c7f5c1dea77ac511ff Mon Sep 17 00:00:00 2001 From: stoXe Date: Sat, 19 Jun 2021 02:22:17 +0000 Subject: [PATCH] Remove rate-limit --- unbound/unbound.conf | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/unbound/unbound.conf b/unbound/unbound.conf index d3a0bd2..235ff3b 100644 --- a/unbound/unbound.conf +++ b/unbound/unbound.conf @@ -173,7 +173,7 @@ server: # (servfail). This stops recursive floods (e.g., random query names), but # not spoofed reflection floods. Cached responses are not rate limited by # this setting. Experimental option. - ratelimit: 1000 + #ratelimit: 1000 # Use this certificate bundle for authenticating connections made to # outside peers (e.g., auth-zone urls, DNS over TLS connections). @@ -299,14 +299,17 @@ server: # ########################################################################### # include: /opt/unbound/etc/unbound/forward-records.conf - - forward-zone: - name: "." - forward-addr: 1.1.1.1@853#cloudflare-dns.com - forward-addr: 1.0.0.1@853#cloudflare-dns.com - forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com - forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com - forward-tls-upstream: yes + + # OPTIONAL: + # Forward Secure DNS to upstread provider Cloudflare DNS + + # forward-zone: + # name: "." + # forward-addr: 1.1.1.1@853#cloudflare-dns.com + # forward-addr: 1.0.0.1@853#cloudflare-dns.com + # forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com + # forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com + # forward-tls-upstream: yes remote-control: control-enable: no