Update fluxion
This commit is contained in:
parent
4e0b661b90
commit
c49fbab56e
2
fluxion
2
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue