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.

30 lines
819 B

  1. package 'sslh'
  2. config 'sslh' 'default'
  3. # disable or enable
  4. option 'enable' '1'
  5. # listen defaults to '0.0.0.0:443' (all interfaces)
  6. # multiple -p arguments may be supplied using a uci list
  7. # -p <listenaddr>:<listenport>
  8. option 'listen' ''
  9. # ssh defaults to 'localhost:22'
  10. # --ssh <sshhost>:<sshport>
  11. option 'ssh' ''
  12. # ssl defaults to 'localhost:443'
  13. # --ssl <sslhost>:<sslport>
  14. option 'ssl' ''
  15. # openvpn defaults to 'localhost:1194'
  16. # --openvpn <openvpnhost>:<openvpnport>
  17. option 'openvpn' ''
  18. # tinc defaults to 'localhost:655'
  19. # --tinc <tinchost>:<tincport>
  20. option 'tinc' ''
  21. # xmpp defaults to 'localhost:5222'
  22. # --xmpp <xmpphost>:<xmppport>
  23. option 'xmpp' ''
  24. # timeout (for ssh, then ssl is assumed) defaults to 2
  25. # -t
  26. option 'timeout' ''
  27. # verbose defaults to off
  28. # -v
  29. option 'verbose' '0'