summaryrefslogtreecommitdiffstats
path: root/tests/shunit2/references/show_parsing_multiline_section.result
blob: 0506ac3dcb587b37673ce298025b7bf7d2b0b40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sockd.instance0=sockd
sockd.instance0.enabled='1'
sockd.instance0.internal_network='vpn'
sockd.instance0.external_network='wan'
sockd.instance0.extra_config='
		user.unprivileged: nobody
		client pass {
			from: 0.0.0.0/0 to: 0.0.0.0/0
			session.max: 64
			log: error
		}

		socks pass {
			from: 0.0.0.0/0 to: 0.0.0.0/0
			log: connect
		} '