diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-07-25 14:55:24 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-07-25 14:55:24 -0400 |
commit | 8569693b15fa96f2959d6a823a01cb19bbb9043a (patch) | |
tree | d50055cfc10647d861d8456ad9e842ff4008a380 /pcr/tcpcrypt/tcpcrypt.service | |
parent | a9f7f5fc0400fdb5a359d730e88b19742970759e (diff) |
more updates to tcpcrypt installer
Diffstat (limited to 'pcr/tcpcrypt/tcpcrypt.service')
-rw-r--r-- | pcr/tcpcrypt/tcpcrypt.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/tcpcrypt/tcpcrypt.service b/pcr/tcpcrypt/tcpcrypt.service index b83a7b65c..de945b762 100644 --- a/pcr/tcpcrypt/tcpcrypt.service +++ b/pcr/tcpcrypt/tcpcrypt.service @@ -3,7 +3,7 @@ Description=Network traffic encryption (tcpcrypt) After=network.target [Service] -ExecStart=/usr/bin/tcpcryptd -f -C aes -U tcpcryptd -J /var/run/tcpcryptd -p 777 +ExecStart=/usr/bin/tcpcryptd -f -C aes -U tcpcryptd -J /run/tcpcryptd -p 777 PrivateDevices=yes ExecStartPost=/usr/bin/iptables -I INPUT ! -i lo -p tcp -j NFQUEUE --queue-num 777 ExecStartPost=/usr/bin/iptables -I OUTPUT ! -o lo -p tcp -j NFQUEUE --queue-num 777 |