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 }