Files
drip/README_CN.md
Gouryella 37d1bfc089 feat(client): Support predefined tunnel configuration and management commands
Added predefined tunnel functionality, allowing users to define multiple tunnels in the configuration file and start them by name, including the following improvements:
- Added --all flag to start all configured tunnels
- Added parameterless start command to list available tunnels
- Support configuration of multiple tunnel types (http, https, tcp)
- Support advanced configurations such as subdomains, transport protocols, and IP allowlists

refactor(deployments): Refactor Docker deployment configuration

Removed old Dockerfile and Compose configurations, added new deployment files:
- Removed .env.example and old Docker build files
- Added Caddy reverse proxy configuration file
- Added two deployment modes: standard and Caddy reverse proxy
- Added detailed server configuration example files

docs: Update documentation to include tunnel configuration and deployment guide

Updated Chinese and English README documents:
- Added usage instructions and configuration examples for predefined tunnels
- Expanded server deployment section to include direct TLS and reverse proxy modes
- Added server configuration reference table with detailed configuration item descriptions
- Added specific configuration methods for Caddy and Nginx reverse proxies
2026-01-15 17:18:27 +08:00

1.9 KiB
Raw Blame History

Drip Logo

Drip

你的隧道,你的域名,随处可用

自建隧道方案,让你的服务安全地暴露到公网。

English | 中文文档

Go License TLS

Drip 是一条安静、自律的隧道。 你在自己的网络里点亮一盏小灯,它便把光带出去——经过你自己的基础设施,按你自己的方式。

为什么选择 Drip

  • 掌控数据 - 没有第三方服务器,流量只在你的客户端与服务器之间传输
  • 没有限制 - 无限隧道、带宽和请求数
  • 真的免费 - 用你自己的域名,没有付费档位或功能阉割
  • 开源 - BSD 3-Clause 协议

快速开始

安装

bash <(curl -sL https://raw.githubusercontent.com/Gouryella/drip/main/scripts/install.sh)

基本使用

# 配置(仅首次需要)
drip config init

# 暴露本地 HTTP 服务
drip http 3000

# 使用自定义子域名
drip http 3000 -n myapp
# → https://myapp.your-domain.com

文档

完整文档请访问 driptunnel.app/docs

协议

BSD 3-Clause License - 详见 LICENSE