forked from cmliu/edgetunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,8 +138,8 @@ Telegram交流群:[@CMLiussss](https://t.me/CMLiussss),**感谢[Alice Networ | |
|--------|---------|-|-----|-----| | ||
| UUID | `90cd4a77-141a-43c9-991b-08263cfe9c10` |✅| Powershell -NoExit -Command "[guid]::NewGuid()"| [Video](https://www.youtube.com/watch?v=s91zjpw3-P8&t=72s) | | ||
| KEY | `token` |❌| 动态UUID秘钥,使用变量`KEY`的时候,将不再启用变量`UUID`| | | ||
| TIME | `7` |❌| 动态UUID有效时间(单位:天)| | | ||
| UPTIME | `3` |❌| 动态UUID更新时间(默认:北京时间`3`点更新) | | | ||
| TIME | `7` |❌| 动态UUID有效时间(默认值:`7`天)| | | ||
| UPTIME | `3` |❌| 动态UUID更新时间(默认值:北京时间`3`点更新) | | | ||
| PROXYIP | `proxyip.fxxk.dedyn.io:443` |❌| 备选作为访问CFCDN站点的代理节点(支持自定义ProxyIP端口, 支持多ProxyIP, ProxyIP之间使用`,`或`换行`作间隔) | [Video](https://www.youtube.com/watch?v=s91zjpw3-P8&t=166s) | | ||
| SOCKS5 | `user:[email protected]:1080` |❌| 优先作为访问CFCDN站点的SOCKS5代理(支持多socks5, socks5之间使用`,`或`换行`作间隔) | [Video](https://www.youtube.com/watch?v=s91zjpw3-P8&t=826s) | | ||
| GO2SOCKS5 | `blog.cmliussss.com`,`*.ip111.cn`,`*google.com` |❌| 设置`SOCKS5`变量之后,可设置强制使用socks5访问名单(`*`可作为通配符,`换行`作多元素间隔) || | ||
|
@@ -167,7 +167,8 @@ Telegram交流群:[@CMLiussss](https://t.me/CMLiussss),**感谢[Alice Networ | |
- 填入`KEY`变量后,将停用`UUID`变量,请确保**二者选其一使用**! | ||
1. 填写`KEY`后,您的**永久订阅**地址为:`https://[YOUR-URL]/[YOUR-KEY]`; | ||
2. 使用动态`UUID`订阅时: | ||
- 临时订阅地址为:`https://[YOUR-URL]/[YOUR-UUID]`; | ||
- 动态`UUID`需手动在永久订阅配置页内获得; | ||
- 临时订阅地址为:`https://[YOUR-URL]/[动态UUID]`; | ||
- 订阅有效时间为:**1个`TIME`周期**; | ||
- 节点可使用时间:**2个`TIME`周期**,即动态`UUID`失效后,节点仍可使用1个额外周期,但无法继续更新订阅。 | ||
|
||
|