summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-02-17 05:53:47 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2012-02-17 05:53:47 +0100
commitb1a10dc0be1228b475b3a84cc441383841315149 (patch)
tree759a4e20626f3e491e715ee08c5ff3d8bfaa741d
parentMajor changes. (diff)
downloadstunnel-interceptor-master.tar.xz
stunnel-interceptor-master.zip
All ciphersHEADmaster
-rwxr-xr-xintercept-iptables.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/intercept-iptables.sh b/intercept-iptables.sh
index 404fec2..d0f7524 100755
--- a/intercept-iptables.sh
+++ b/intercept-iptables.sh
@@ -93,6 +93,7 @@ while read remoteIP remotePort remoteDomain; do
pid="$(pwd)/$clientConfig.pid"
[client]
sslVersion=SSLv3
+ ciphers=ALL
accept=127.0.0.1:$localPort3
connect=$remoteIP:$remotePort" > "$clientConfig"