mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
5e0e6e0533
Add uci config support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
config globals 'globals'
|
|
option alt_config_file '/etc/stunnel/stunnel.conf'
|
|
option debug '5'
|
|
|
|
config service 'dummy'
|
|
option client '1'
|
|
option accept_host 'localhost'
|
|
option accept_port '6000'
|
|
list connect 'localhost:6001'
|
|
|