summaryrefslogtreecommitdiffstats
path: root/package/network/services/ipset-dns/files/ipset-dns.config
blob: 52e87b27cc81d84edd63adc6a5eaaf51313f8223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# declare an ipset-dns listener instance, multiple allowed
config ipset-dns
	# use given ipset
	option ipset 'domain-filter'

	# use given listening port
	# defaults to 53000 + instance number
	#option port  '53001'

	# use given upstream DNS server,
	# defaults to first entry in /tmp/resolv.conf.auto
	#option dns   '8.8.8.8'