mirror of
https://github.com/10h30/wirehole-ui.git
synced 2026-06-05 15:09:48 +09:00
Remove rate-limit
This commit is contained in:
+12
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user