This service uses WireGuard to expose your local server to the Internet. (No custom client needed!)
In your terminal:
curl -sSL http://{{.Host}}/[PORT YOU WANT TO FORWARD] | sh
For example, to forward port 8080:
curl -sSL http://{{.Host}}/8080 | sh
You will receive a URL that you can use to access your server from anywhere.