summarylogtreecommitdiffstats
path: root/tcpcryptd.conf
diff options
context:
space:
mode:
authorskydrome2019-11-06 04:28:34 -0500
committerskydrome2019-11-06 04:28:34 -0500
commit8ce5c1fd647b3254a1f867f67072cc689543003d (patch)
tree16e08fe24e5ecb8311794fa429b18bfeaf8a5aca /tcpcryptd.conf
parent4b1f4c669b8a5979c1106c4304ba14b60b39234a (diff)
downloadaur-8ce5c1fd647b3254a1f867f67072cc689543003d.tar.gz
cleanup
Diffstat (limited to 'tcpcryptd.conf')
-rw-r--r--tcpcryptd.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/tcpcryptd.conf b/tcpcryptd.conf
index a08648b044f4..b76a3e39fba7 100644
--- a/tcpcryptd.conf
+++ b/tcpcryptd.conf
@@ -3,9 +3,17 @@
# STOP the daemon before you modify these -- otherwise the old iptables
# rules won't be torn down!
-# What TCP ports to capture? This can be a number or a range with ':'
-# e.g. 0:65535 to captures all ports
-PORT=0:65535
+# which netfilter userspace queue to use
+DIVERT_PORT=666
-NFQUEUE_NUM=1666
+# which user account
+DAEMON_USER=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,53,261,443,563,614,636,684,695,989,990,992:995,6697,9999
+#ONLY_PORTS=80,7777