build: Add -Wclobbered to detect problems with longjmp
[project/uci.git] / test / references / show_parsing_multiline.data
1 config main
2 option version 1.4.1
3
4 config sockd 'instance0'
5 option enabled 1
6 list internal_network vpn
7 list external_network wan
8
9 option extra_config '
10 user.unprivileged: nobody
11 client pass {
12 from: 0.0.0.0/0 to: 0.0.0.0/0
13 session.max: 64
14 log: error
15 }
16
17 socks pass {
18 from: 0.0.0.0/0 to: 0.0.0.0/0
19 log: connect
20 } '