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 }