]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.conf
Apply upstream fix 08968baec1122a58bb90d8f97ad948a75f8a5d69:
[FreeBSD/FreeBSD.git] / testdata / dnstap_tls_badname.tdir / dnstap_tls_badname.conf
1 server:
2         verbosity: 4
3         num-threads: 1
4         outgoing-range: 16
5         interface: 127.0.0.1
6         port: @PORT@
7         use-syslog: no
8         directory: ""
9         pidfile: "unbound.pid"
10         chroot: ""
11         username: ""
12         do-not-query-localhost: no
13         local-zone: "example.net." redirect
14         local-data: "example.net. IN A 10.20.30.41"
15 remote-control:
16         control-enable: yes
17         control-interface: 127.0.0.1
18         # control-interface: ::1
19         control-port: @CONTROL_PORT@
20         server-key-file: "unbound_server.key"
21         server-cert-file: "unbound_server.pem"
22         control-key-file: "unbound_control.key"
23         control-cert-file: "unbound_control.pem"
24 forward-zone:
25         name: "."
26         forward-addr: "127.0.0.1@@TOPORT@"
27 dnstap:
28         dnstap-enable: yes 
29         dnstap-socket-path: "dnstap.socket"
30         dnstap-ip: "127.0.0.1@@TAPPORT@"
31         dnstap-tls: yes
32         # actual certificate name: "unbound"
33         # we enter another name here.
34         dnstap-tls-server-name: "anothername"
35         dnstap-tls-cert-bundle: "unbound_server.pem"
36         dnstap-send-identity: yes
37         dnstap-send-version: yes
38         #dnstap-identity
39         #dnstap-version
40         dnstap-log-resolver-query-messages: yes
41         dnstap-log-resolver-response-messages: yes
42         dnstap-log-client-query-messages: yes
43         dnstap-log-client-response-messages: yes
44         dnstap-log-forwarder-query-messages: yes
45         dnstap-log-forwarder-response-messages: yes
46