]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/unbound/testdata/ip_ratelimit.tdir/ip_ratelimit.conf
unbound: Vendor import 1.18.0
[FreeBSD/FreeBSD.git] / contrib / unbound / testdata / ip_ratelimit.tdir / ip_ratelimit.conf
1 server:
2         verbosity: 5
3         # num-threads: 1
4         interface: 127.0.0.1
5         port: @PORT@
6         use-syslog: no
7         directory: .
8         pidfile: "unbound.pid"
9         chroot: ""
10         username: ""
11         local-data: "test. IN TXT localdata"
12
13         ip-ratelimit: 1
14         ip-ratelimit-cookie: 0
15         ip-ratelimit-factor: 0
16         ip-ratelimit-backoff: yes
17         answer-cookie: yes
18         access-control: 127.0.0.0/8 allow_cookie
19
20 remote-control:
21         control-enable: yes
22         control-interface: 127.0.0.1
23         # control-interface: ::1
24         control-port: @CONTROL_PORT@
25         server-key-file: "unbound_server.key"
26         server-cert-file: "unbound_server.pem"
27         control-key-file: "unbound_control.key"
28         control-cert-file: "unbound_control.pem"