Skip to content

Commit aacc45b

Browse files
authored
Merge pull request #1072 from cmliu/beta2.1
Beta2.1
2 parents 6a4f800 + f87ff91 commit aacc45b

3 files changed

Lines changed: 548 additions & 175 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Demo 目录
22
demo/
3+
tmp/
34

45
# 依赖包
56
node_modules/

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀 edgetunnel 2.0
1+
# 🚀 edgetunnel 2.1
22
![后台页面](./img.png)
33

44
[![Stars](https://img.shields.io/github/stars/cmliu/edgetunnel?style=flat-square&logo=github)](https://github.com/cmliu/edgetunnel/stargazers)
@@ -17,7 +17,7 @@
1717

1818
### ✨ 核心特性
1919

20-
- 🛡️ **协议支持**:支持 VLESS、Trojan 等主流协议,深度集成加密传输。
20+
- 🛡️ **协议支持**:支持 VLESS、Trojan、Shadowsocks 等主流协议,深度集成加密传输。
2121
- 📊 **管理面板**:内置可视化后台,支持实时配置修改、日志查看及流量统计。
2222
- 🛠️ **部署灵活**:完整适配 CF Workers 及 CF Pages (GitHub / 上传)。
2323
- 🔄 **订阅系统**:内置自动订阅生成及混淆转换,适配主流客户端(Clash, Sing-box, Surge 等)。
@@ -119,11 +119,10 @@
119119
| **ADMIN** || `123456` | 后台管理面板登录密码 |
120120
| **KEY** || `CMLiussss` | 快速订阅路径密钥,访问 `/CMLiussss` 即可快速获取节点 |
121121
| **UUID** || `90cd4a77-141a-43c9-991b-08263cfe9c10` | 强制固定UUID,只支持**UUIDv4**标准格式 |
122-
| ~~HOST~~ || `edt.pages.dev` | ~~强制固定伪装域名~~ 可通过面板直接设置 |
123-
| ~~PATH~~ || `/` | ~~强制固定伪装路径~~ 可通过面板直接设置 |
124122
| **PROXYIP** || `proxyip.cmliussss.net:443` | 全局自定义反代 IP |
125123
| **URL** || `https://cloudflare-error-page-3th.pages.dev` | 默认主页伪装地址(可填写网页 URL 或 `1101`|
126124
| **GO2SOCKS5** || `blog.cmliussss.com`,`*.ip111.cn`,`*google.com` | 强制走 SOCKS5 的名单 (`*` 为全局,域名用逗号分隔) |
125+
| **DEBUG** || `1``true` | **开发者模式**,默认关闭调试日志功能(console.log),设置`1``true`则开启调试日志功能 |
127126
| **OFF_LOG** || `1``true` | 默认开启日志记录功能,设置`1``true`则关闭日志记录功能 |
128127
| **BEST_SUB** || `1``true` | 默认关闭作为**优选订阅生成器**的功能,设置`1``true`则开启该功能 |
129128

0 commit comments

Comments
 (0)