From c49fbab56eb001e70a12ef98209cbdc843b1e0aa Mon Sep 17 00:00:00 2001 From: deltax Date: Thu, 7 Jul 2016 10:34:14 +0200 Subject: [PATCH] Update fluxion --- fluxion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion b/fluxion index d524da4..9e9465e 100755 --- a/fluxion +++ b/fluxion @@ -3784,7 +3784,7 @@ function routear { iptables -P FORWARD ACCEPT iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination $IP:80 - iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination $IP:443 + iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination $IP:80 iptables -t nat -A POSTROUTING -j MASQUERADE }