summaryrefslogtreecommitdiffstats
path: root/tests/dnstap/src/dnstap-test/config
blob: 5f1530885354201ed816495182a4405366cc348d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- SPDX-License-Identifier: GPL-3.0-or-later
modules = {
	'hints',
	dnstap = {
		socket_path = "dnstap.sock",
		client = {
			log_queries = true,
			log_responses = true,
		}
	}
}
hints['fake1.localdomain'] = '1.2.3.4'
hints['fake2.localdomain'] = '1.2.3.5'
hints['fake3.localdomain'] = '1.2.3.6'