mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-23 21:00:44 +00:00
- Add Bearer Token authentication, supporting tunnel access control via the --auth-bearer parameter - Refactor large modules into smaller, more focused components to improve code maintainability - Update dependency versions, including golang.org/x/crypto, golang.org/x/net, etc. - Add SilenceUsage and SilenceErrors configuration for all CLI commands - Modify connector configuration structure to support the new authentication method - Update recent change log in README with new feature descriptions BREAKING CHANGE: Authentication via Bearer Token is now supported, requiring the new --auth-bearer parameter
2.0 KiB
2.0 KiB
Drip
你的隧道,你的域名,随处可用
自建隧道方案,让你的服务安全地暴露到公网。
Drip 是一条安静、自律的隧道。 你在自己的网络里点亮一盏小灯,它便把光带出去——经过你自己的基础设施,按你自己的方式。
为什么选择 Drip?
- 掌控数据 - 没有第三方服务器,流量只在你的客户端与服务器之间传输
- 没有限制 - 无限隧道、带宽和请求数
- 真的免费 - 用你自己的域名,没有付费档位或功能阉割
- 开源 - BSD 3-Clause 协议
最近更新
2025-01-29
- Bearer Token 认证 - 新增 Bearer Token 认证支持,用于隧道访问控制
- 代码优化 - 将大型模块重构为更小、更专注的组件,提升可维护性
快速开始
安装
bash <(curl -sL https://driptunnel.app/install.sh)
基本使用
# 配置(仅首次需要)
drip config init
# 暴露本地 HTTP 服务
drip http 3000
# 使用自定义子域名
drip http 3000 -n myapp
# → https://myapp.your-domain.com
文档
完整文档请访问 Docs
协议
BSD 3-Clause License - 详见 LICENSE
