Setup tunnel server in local
The tunnel server is built using go. It uses ssh remote port forwarding to tunnel http/tcp connections.
Requirements
- go (1.22+)
- postgres (16+)
Setup
Create a new .env
using the .env.template
file.
Start the server
You should see the following message
This starts the ssh server on port :2222
and proxy server on port :8001
For all configuration variables, check out the tunnel server config file.