File tree Expand file tree Collapse file tree 5 files changed +30
-6
lines changed Expand file tree Collapse file tree 5 files changed +30
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.18.10
2
+
3
+ ### Changes
4
+
5
+ ### Bugs Fixes
6
+
7
+ - 修复: ` skip-auth-prefixes ` 、` lan-allowed-ips ` 、` lan-disallowed-ips ` 类型错误
8
+ - 新增: DNS 新增 ` direct-nameserver ` 、` direct-nameserver-follow-policy ` 配置项
9
+
10
+ ---
11
+
1
12
## v1.18.9
2
13
3
14
### Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " meta-json-schema" ,
3
- "version" : " 1.18.9 " ,
3
+ "version" : " 1.18.10 " ,
4
4
"description" : " JSON Schema for Clash Meta" ,
5
5
"keywords" : [
6
6
" clash" ,
Original file line number Diff line number Diff line change 172
172
"title" : " 代理节点DNS解析服务器" ,
173
173
"description" : " 用于解析代理节点的域名" ,
174
174
"markdownDescription" : " 用于解析代理节点的域名"
175
+ },
176
+ "direct-nameserver" : {
177
+ "$ref" : " #/definitions/types/stringArray" ,
178
+ "title" : " direct出口DNS解析服务器" ,
179
+ "description" : " 用于解析direct出口的域名" ,
180
+ "markdownDescription" : " 用于解析direct出口的域名"
181
+ },
182
+ "direct-nameserver-follow-policy" : {
183
+ "type" : " boolean" ,
184
+ "title" : " 是否遵循DNS解析服务器策略" ,
185
+ "description" : " 是否遵循nameserver-policy" ,
186
+ "markdownDescription" : " 是否遵循`nameserver-policy`" ,
187
+ "default" : false
175
188
}
176
189
},
177
190
"allOf" : [
Original file line number Diff line number Diff line change 57
57
"default" : false
58
58
},
59
59
"skip-auth-prefixes" : {
60
- "$ref" : " #/definitions/patterns/ipCIDR " ,
60
+ "$ref" : " #/definitions/types/ipCIDRArray " ,
61
61
"title" : " 允许跳过验证的IP段" ,
62
62
"description" : " 允许跳过验证的IP段" ,
63
63
"markdownDescription" : " 允许跳过验证的IP段"
64
64
},
65
65
"lan-allowed-ips" : {
66
- "$ref" : " #/definitions/patterns/ipCIDR " ,
66
+ "$ref" : " #/definitions/types/ipCIDRArray " ,
67
67
"title" : " 允许连接的IP地址段" ,
68
68
"description" : " 需要启用allow-lan" ,
69
69
"markdownDescription" : " 需要启用`allow-lan`" ,
70
70
"default" : [" 0.0.0.0/0" , " ::/0" ]
71
71
},
72
72
"lan-disallowed-ips" : {
73
- "$ref" : " #/definitions/patterns/ipCIDR " ,
73
+ "$ref" : " #/definitions/types/ipCIDRArray " ,
74
74
"title" : " 不允许连接的IP地址段" ,
75
75
"description" : " 需要启用allow-lan(优先级高于lan-allowed-ips)" ,
76
76
"markdownDescription" : " 需要启用`allow-lan`(优先级高于`lan-allowed-ips`)"
You can’t perform that action at this time.
0 commit comments