View difference between Paste ID: 6mQhCBxv and M1sphLYz
SHOW: | | - or go back to the newest paste.
1
config dnsmasq
2
	option domainneeded		1
3
	option boguspriv		1
4
	option filterwin2k		0
5
	option localise_queries		1
6
	option rebind_protection	1
7
	option rebind_localhost		1
8
	option local			'/lan/'
9
	option domain			'lan'
10
	option expandhosts		1
11
	option nonegcache		0
12
	option authoritative		1
13
	option readethers		1
14
	option leasefile		'/tmp/dhcp.leases'
15
	#option resolvfile		'/tmp/resolv.conf.auto'
16
	option noresolv			1
17
	list server			'127.0.0.1#2053'
18
	list server			'/pool.ntp.org/208.67.222.222'
19-
	#list server			'208.67.220.220'
19+
20-
20+
	#list server			'208.67.220.220'