mirror of
https://github.com/10h30/wirehole-ui.git
synced 2026-07-19 22:53:58 +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
|
# (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
|
||||||
|
|||||||
Reference in New Issue
Block a user