Port forwarding is a very cool thing that essentially allows you to "tunnel" ports on your system.
It's very easy actually.
Just run this script in your shell:
bash <(curl -fsSL https://raw.githubusercontent.com/steeldevlol/port/refs/heads/main/install)Here's how to see availabile commands:
port helpEg. Adding a port forward
port add 8080Eg. Removing a port forward
port remove 8080Note: script is made by steeldev, credits to him.