TTUN Server
The self-hostable proxy tunnel.
Running
Running:
docker run -e TUNNEL_DOMAIN=-e SECURE= ghcr.io/tomvanderlee/ttun-server:latest
Environment variables:
Variable | Description | Valid Value |
---|---|---|
TUNNEL_DOMAIN | The domain your tunnel server is hosted on. Any individual tunnels will be hosted as a subdomain of this one. | FQDN |
SECURE | Set this value to True if you are hosting the tunnel with SSL. If not leave this variable out |
Developing
Create and activate a python 3.10 virtual environment
Install requirements:
pip install -r requirements.txt
Run:
uvicorn ttun_server:server --reload