mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
net/stunnel: add uci config support
Add uci config support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user