diff --git a/haos_turbo/CHANGELOG.md b/haos_turbo/CHANGELOG.md index df3cd36..4e582d7 100644 --- a/haos_turbo/CHANGELOG.md +++ b/haos_turbo/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.4.6-3(15-1-2024) + +- 增加了DNS模式选项,可以很好的适配移动宽带 + ## 2.2.4.6(5-1-2024) - 首次提交 diff --git a/haos_turbo/DOCS.md b/haos_turbo/DOCS.md index fd50efc..b6e6163 100644 --- a/haos_turbo/DOCS.md +++ b/haos_turbo/DOCS.md @@ -38,3 +38,7 @@ ### 清除用户数据:        每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) + +### DNS解析模式: + +       这里设置DNS解析模式。 diff --git a/haos_turbo/config.yaml b/haos_turbo/config.yaml index f74dba5..f667a98 100644 --- a/haos_turbo/config.yaml +++ b/haos_turbo/config.yaml @@ -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: diff --git a/haos_turbo/translations/en.yaml b/haos_turbo/translations/en.yaml index bd81bdf..4396274 100644 --- a/haos_turbo/translations/en.yaml +++ b/haos_turbo/translations/en.yaml @@ -31,4 +31,8 @@ configuration: clear_mode: name: ClearUserData description: >- - clear user data, all data \ No newline at end of file + clear user data, all data + dns_parsing: + name: dns_parsing + description: >- + dns_parsing diff --git a/haos_turbo/translations/zh-Hans.yaml b/haos_turbo/translations/zh-Hans.yaml index 43a8049..ec9cf0e 100644 --- a/haos_turbo/translations/zh-Hans.yaml +++ b/haos_turbo/translations/zh-Hans.yaml @@ -31,4 +31,8 @@ configuration: clear_mode: name: 清除用户数据 description: >- - 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) \ No newline at end of file + 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) + dns_parsing: + name: DNS解析模式 + description: >- + DNS解析模式 \ No newline at end of file