Skip to content

Commit

Permalink
release: v1.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchengjie committed Aug 21, 2024
1 parent 2ab88c7 commit e1886d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
### Changes

- 调整: `tun` 配置项 `route-exclude-address` 描述
- 调整: 支持部分 `chacha8` 加密方法
- 新增: 全局配置新增 `external-doh-server`,支持配置提供本地DOH服务
- 新增: 规则集新增 `mrs` 格式
- 新增: 全局配置新增 `keep-alive-idle``disable-keep-alive` 保持连接相关配置
- 移除: 不再支持 `ebpf` 配置

### Bugs Fixes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-json-schema",
"version": "1.18.6-alpha",
"version": "1.18.7",
"description": "JSON Schema for Clash Meta",
"keywords": [
"clash",
Expand Down
10 changes: 5 additions & 5 deletions src/modules/config/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@
"keep-alive-idle": {
"type": "integer",
"title": "保持活跃空闲时间(单位:s)",
"description": "连接空闲后多久发送keep-alive包",
"markdownDescription": "连接空闲后多久发送keep-alive包"
"description": "连接空闲后多久发送探测包",
"markdownDescription": "连接空闲后多久发送探测包"
},
"keep-alive-interval": {
"type": "integer",
"title": "保持活跃间隔时间(单位:s)",
"description": "发送keep-alive包的时间间隔",
"markdownDescription": "发送keep-alive包的时间间隔"
"title": "保持活跃探测间隔时间(单位:s)",
"description": "发送探测包的时间间隔",
"markdownDescription": "发送探测包的时间间隔"
},
"disable-keep-alive": {
"type": "boolean",
Expand Down

0 comments on commit e1886d9

Please sign in to comment.