You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
281 B

  1. config globals 'globals'
  2. #option alt_config_file '/etc/stunnel/stunnel.conf'
  3. option setuid 'nobody'
  4. option setgid 'nogroup'
  5. config service 'dummy'
  6. option enabled '1'
  7. option client '1'
  8. option accept_host 'localhost'
  9. option accept_port '6000'
  10. list connect 'localhost:6001'