aboutsummaryrefslogtreecommitdiff
path: root/net/stunnel/files/stunnel.uci
blob: 89633ab99ad9cb905a8a058ad97cbc10d549792b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config globals 'globals'
	#option alt_config_file '/etc/stunnel/stunnel.conf'
	option setuid 'nobody'
	option setgid 'nogroup'

config service 'dummy'
	option enabled '1'
	option client '1'
	option accept_host 'localhost'
	option accept_port '6000'
	list connect 'localhost:6001'