Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Orginal von Gulliver
und machst port 80 dicht.
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3328
# iptables -t nat -v -L
Chain PREROUTING (policy ACCEPT 14M packets, 772M bytes)
pkts bytes target prot opt in out source destination
44391 2133K REDIRECT tcp -- eth1 any anywhere anywhere tcp dpt:http redir ports 8080
48145 2308K REDIRECT tcp -- eth2 any anywhere anywhere tcp dpt:http redir ports 8080
[...]