Marketplace

frp

Other

frp self-hosted reverse-proxy tunnel driver.

togo-framework
bash
togo install togo-framework/tunnel-frp

Install

bash
togo install togo-framework/tunnel-frp

frp (Fast Reverse Proxy) driver for togo's tunnel subsystem. Renders an frpc TOML config for an HTTP proxy to your local port and runs frpc against the frps server you control — self-hosted tunnels, no third party.

Requires the frpc binary and an frps server.

Config

Env
Meaning
TUNNEL_DRIVERset to frp
FRP_SERVER_ADDRfrps server address (required)
FRP_SERVER_PORTfrps bind port (default 7000)
FRP_TOKENfrps auth token (optional)
FRP_SUBDOMAINHTTP vhost subdomain (one of subdomain/custom-domain)
FRP_CUSTOM_DOMAINfull custom domain for the vhost
FRP_SERVER_DOMAINbase domain for the subdomain URL (default: server addr)
FRP_VHOST_PORTpublic HTTP vhost port (default 80)
FRPC_BINpath to frpc (default: frpc on PATH)
Rows per page
1–9 of 9
Page 1 of 1
go
svc, _ := tunnel.FromKernel(k)
url, _ := svc.Start(ctx, "8080")   // → http://myapp.frp.example.com
defer svc.Stop(ctx)

<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> &nbsp;·&nbsp; <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>