summaryrefslogtreecommitdiffstats
path: root/intercept.sh
diff options
Diffstat (limited to 'intercept.sh')
-rwxr-xr-xintercept.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/intercept.sh b/intercept.sh
index dc1399a..55956f7 100755
--- a/intercept.sh
+++ b/intercept.sh
@@ -52,7 +52,7 @@ while read line; do
clientConfig="client-$counter.conf"
echo "[+] Configuring $device to $localIP"
- ifconfig "$device" "$localIP" netmask "$localBaseNetmask"
+ ifconfig "$device" "$localIP" netmask "$localBaseNetmask up"
echo "[+] Writing stunnel config for $remoteIP:$remotePort <--> $localIP:$localPort"
echo " foreground=no
service=stunnel