net/stunnel: add uci config support

Add uci config support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2017-11-10 15:23:28 +01:00
parent 9355832f6b
commit 5e0e6e0533
3 changed files with 180 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
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'