Update fluxion
This commit is contained in:
parent
54f3a3450d
commit
e5904f8a4a
1
fluxion
1
fluxion
|
@ -3752,6 +3752,7 @@ function routear {
|
||||||
iptables -P FORWARD ACCEPT
|
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 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
|
iptables -t nat -A POSTROUTING -j MASQUERADE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue