Remove rate-limit

This commit is contained in:
stoXe
2021-06-19 02:22:17 +00:00
parent 8cac08d3c4
commit 9f5a9ee09f
+12 -9
View File
@@ -173,7 +173,7 @@ server:
# (servfail). This stops recursive floods (e.g., random query names), but # (servfail). This stops recursive floods (e.g., random query names), but
# not spoofed reflection floods. Cached responses are not rate limited by # not spoofed reflection floods. Cached responses are not rate limited by
# this setting. Experimental option. # this setting. Experimental option.
ratelimit: 1000 #ratelimit: 1000
# Use this certificate bundle for authenticating connections made to # Use this certificate bundle for authenticating connections made to
# outside peers (e.g., auth-zone urls, DNS over TLS connections). # outside peers (e.g., auth-zone urls, DNS over TLS connections).
@@ -299,14 +299,17 @@ server:
# ########################################################################### # ###########################################################################
# include: /opt/unbound/etc/unbound/forward-records.conf # include: /opt/unbound/etc/unbound/forward-records.conf
forward-zone: # OPTIONAL:
name: "." # Forward Secure DNS to upstread provider Cloudflare DNS
forward-addr: 1.1.1.1@853#cloudflare-dns.com
forward-addr: 1.0.0.1@853#cloudflare-dns.com # forward-zone:
forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com # name: "."
forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com # forward-addr: 1.1.1.1@853#cloudflare-dns.com
forward-tls-upstream: yes # 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: remote-control:
control-enable: no control-enable: no