mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
提速器升级新版
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 2.2.4.6-3(15-1-2024)
|
||||
|
||||
- 增加了DNS模式选项,可以很好的适配移动宽带
|
||||
|
||||
## 2.2.4.6(5-1-2024)
|
||||
|
||||
- 首次提交
|
||||
|
||||
@@ -38,3 +38,7 @@
|
||||
### 清除用户数据:
|
||||
|
||||
每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除)
|
||||
|
||||
### DNS解析模式:
|
||||
|
||||
这里设置DNS解析模式。
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
version: v2.2.4.6-2
|
||||
version: v2.2.4.6-3
|
||||
slug: haos_turbo
|
||||
name: HAOS加速器
|
||||
description: Home Assistant系统加速器
|
||||
@@ -37,6 +37,7 @@ devicetree: false
|
||||
options:
|
||||
bin_app: v2ray-core
|
||||
tun_config: v1
|
||||
dns_parsing: direct
|
||||
proxy_domains: []
|
||||
direct_domains: []
|
||||
proxy_ipcidr: []
|
||||
@@ -46,6 +47,7 @@ options:
|
||||
schema:
|
||||
bin_app: list(v2ray-core|xray-core)
|
||||
tun_config: list(v1|v2)
|
||||
dns_parsing: list(direct|doh)
|
||||
proxy_domains:
|
||||
- str?
|
||||
direct_domains:
|
||||
|
||||
@@ -32,3 +32,7 @@ configuration:
|
||||
name: ClearUserData
|
||||
description: >-
|
||||
clear user data, all data
|
||||
dns_parsing:
|
||||
name: dns_parsing
|
||||
description: >-
|
||||
dns_parsing
|
||||
|
||||
@@ -32,3 +32,7 @@ configuration:
|
||||
name: 清除用户数据
|
||||
description: >-
|
||||
每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除)
|
||||
dns_parsing:
|
||||
name: DNS解析模式
|
||||
description: >-
|
||||
DNS解析模式
|
||||
Reference in New Issue
Block a user