From e5904f8a4abde7af9f174b0da59a70dce8f1e304 Mon Sep 17 00:00:00 2001 From: deltax Date: Tue, 21 Jun 2016 20:34:17 +0100 Subject: [PATCH] Update fluxion --- fluxion | 1 + 1 file changed, 1 insertion(+) diff --git a/fluxion b/fluxion index 6219d22..d9beca1 100755 --- a/fluxion +++ b/fluxion @@ -3752,6 +3752,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 POSTROUTING -j MASQUERADE }