Drip Logo

Drip

Your Tunnel, Your Domain, Anywhere

A self-hosted tunneling solution to securely expose your services to the internet.

Documentation | 中文文档

[![Go](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat&logo=go)](https://golang.org/) [![License](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](LICENSE) [![TLS](https://img.shields.io/badge/TLS-1.3-green.svg)](https://tools.ietf.org/html/rfc8446)
> Drip is a quiet, disciplined tunnel. > You light a small lamp on your network, and it carries that light outward—through your own infrastructure, on your own terms. ## Why Drip? - **Control your data** - No third-party servers, traffic stays between your client and server - **No limits** - Unlimited tunnels, bandwidth, and requests - **Actually free** - Use your own domain, no paid tiers or feature restrictions - **Open source** - BSD 3-Clause License ## Quick Start ### Install ```bash bash <(curl -sL https://driptunnel.app/install.sh) ``` ### Basic Usage ```bash # Configure (first time only) drip config init # Expose local HTTP server drip http 3000 # With custom subdomain drip http 3000 -n myapp # → https://myapp.your-domain.com ``` ## Documentation For complete documentation, visit **[Docs](https://driptunnel.app/en/docs)** - [Installation Guide](https://driptunnel.app/en/docs/installation) - [Client Usage](https://driptunnel.app/en/docs/client) - [Server Deployment](https://driptunnel.app/en/docs/server) - [Configuration Reference](https://driptunnel.app/en/docs/configuration) ## License BSD 3-Clause License - see [LICENSE](LICENSE) for details