mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 05:10:41 +08:00
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'
|
|
|