Update fluxion

This commit is contained in:
deltax 2016-07-07 10:34:14 +02:00 committed by GitHub
parent 4e0b661b90
commit c49fbab56e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}