File: templates

package info (click to toggle)
sslh 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 592 kB
  • sloc: ansic: 2,386; perl: 402; sh: 293; makefile: 101
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.