File: templates

package info (click to toggle)
sslh 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,960 kB
  • sloc: ansic: 7,681; perl: 683; sh: 356; makefile: 136
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Template: sslh/inetd_or_standalone
Type: select
__Choices: from inetd, standalone
Default: standalone
_Description: Run sslh:
 sslh can be run either as a service from inetd, or as a standalone
 server. Each choice has its own benefits. With only a few connection
 per day, it is probably better to run sslh from inetd in
 order to save resources.
 .
 On the other hand, with many connections,
 sslh should run as a standalone server to avoid spawning a new
 process for each incoming connection.