summaryrefslogtreecommitdiffstats
path: root/src/test/test3.gold
blob: c86c86db4f8e0e011ae122b8c8636609e841ef43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
read 370
---- dnstap
identity: writer_write-1
message:
  type: TOOL_QUERY
  socket_family: INET
  socket_protocol: UDP
  query_address: 127.0.0.1
  query_port: 12345
  response_address: 127.0.0.1
  response_port: 53
  query_message_length: 27
  query_message: dns_wire_format_placeholder
  response_message_length: 27
  response_message: dns_wire_format_placeholder
  policy:
    type: RPZ
    action: DROP
    match: NS_NAME
    value: bad.ns.name
----
---- dnstap
identity: writer_write-2
message:
  type: TOOL_QUERY
  socket_family: INET
  socket_protocol: UDP
  query_address: 127.0.0.1
  query_port: 12345
  response_address: 127.0.0.1
  response_port: 53
  query_message_length: 27
  query_message: dns_wire_format_placeholder
  response_message_length: 27
  response_message: dns_wire_format_placeholder
  policy:
    type: RPZ
    action: DROP
    match: NS_NAME
    value: bad.ns.name
----