Skip to content

Instantly share code, notes, and snippets.

@cretudorin
Last active August 12, 2021 13:05
Show Gist options
  • Save cretudorin/0d065faa2d3fba17f8bfd07ac155c98d to your computer and use it in GitHub Desktop.
Save cretudorin/0d065faa2d3fba17f8bfd07ac155c98d to your computer and use it in GitHub Desktop.
Kodi on port 80 userspace
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
sudo apt install iptables-persistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment