blue-systems / netrunner-issues-old

Todos for Netrunner Desktop Releases
0 stars 0 forks source link

Rock64: port map 80 to 43110 #36

Closed star-buck closed 6 years ago

star-buck commented 6 years ago

sudo iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-ports 43110

llelectronics commented 6 years ago

This package https://github.com/netrunner-zeronet/netrunner-zeronet-iptable-settings should take care of it by providing a config file that gets automatically loaded when iptables-persistent package is installed.