aboutsummaryrefslogtreecommitdiff
path: root/net/dnscrypt-proxy/files/dnscrypt-proxy.config
blob: 2c281ee9e470c96dc29f33500efa698ae310b031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config dnscrypt-proxy ns1
	option address '127.0.0.1'
	option port '5353'
	option resolver 'fvz-anyone'
	# option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
	# ephemeral keys option requires extra CPU cycles and can cause huge system load
	# option ephemeral_keys '0'
	# more details at https://github.com/jedisct1/dnscrypt-proxy#public-key-client-authentication
	# option client_key ''

#	config dnscrypt-proxy ns2
#		option address '127.0.0.1'
#		option port '5454'
#		# option resolver 'd0wn-random-ns1'
#		# option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
#		# option ephemeral_keys '0'
#		# option client_key ''