Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>
frp
Otherfrp self-hosted reverse-proxy tunnel driver.
togo-framework
bash
togo install togo-framework/tunnel-frpInstall
bash
togo install togo-framework/tunnel-frpfrp (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_DRIVER | set to frp |
| FRP_SERVER_ADDR | frps server address (required) |
| FRP_SERVER_PORT | frps bind port (default 7000) |
| FRP_TOKEN | frps auth token (optional) |
| FRP_SUBDOMAIN | HTTP vhost subdomain (one of subdomain/custom-domain) |
| FRP_CUSTOM_DOMAIN | full custom domain for the vhost |
| FRP_SERVER_DOMAIN | base domain for the subdomain URL (default: server addr) |
| FRP_VHOST_PORT | public HTTP vhost port (default 80) |
| FRPC_BIN | path to frpc (default: frpc on PATH) |
Rows per page
1–9 of 9Page 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> · <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>