Skip to main content
You are here: Tutorials

Port Fowarding

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 help

Eg. Adding a port forward

port add 8080

Eg. Removing a port forward

port remove 8080

Note: script is made by steeldev, credits to him.