Update fluxion

This commit is contained in:
deltax 2016-06-21 20:34:17 +01:00 committed by GitHub
parent 54f3a3450d
commit e5904f8a4a
1 changed files with 1 additions and 0 deletions

View File

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