File: tcpcryptd.default

package info (click to toggle)
tcpcrypt 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,292 kB
  • ctags: 1,747
  • sloc: ansic: 13,695; sh: 4,585; asm: 482; makefile: 168; objc: 149
file content (17 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# defaults for tcpcryptd

# which netfilter userspace queue to use
DIVERT_PORT=666

# which user account
DAEMON_USER=debian-tcpcryptd

# where to chroot
JAIL_DIR=/var/run/tcpcryptd

# which ports should tcpcrypt try to engage on?
# see the multiport extension in iptables-extensions(8) for how to specify
# set exactly one of OMIT_PORTS or ONLY_PORTS:
OMIT_PORTS=22,261,443,563,614,636,684,695,989,990,992:995
#ONLY_PORTS=80,7777