|
@@ -77,7 +77,7 @@ pub struct IVerge {
|
|
/// 默认的延迟测试连接
|
|
/// 默认的延迟测试连接
|
|
pub default_latency_test: Option<String>,
|
|
pub default_latency_test: Option<String>,
|
|
|
|
|
|
- /// 支持关闭字段过滤,避免meta的新字段都被过滤掉,默认为真
|
|
|
|
|
|
+ /// 支持关闭字段过滤,避免meta的新字段都被过滤掉,默认为关闭
|
|
pub enable_clash_fields: Option<bool>,
|
|
pub enable_clash_fields: Option<bool>,
|
|
|
|
|
|
/// 是否使用内部的脚本支持,默认为真
|
|
/// 是否使用内部的脚本支持,默认为真
|
|
@@ -151,7 +151,7 @@ impl IVerge {
|
|
proxy_guard_duration: Some(30),
|
|
proxy_guard_duration: Some(30),
|
|
auto_close_connection: Some(true),
|
|
auto_close_connection: Some(true),
|
|
enable_builtin_enhanced: Some(true),
|
|
enable_builtin_enhanced: Some(true),
|
|
- enable_clash_fields: Some(true),
|
|
|
|
|
|
+ enable_clash_fields: Some(false),
|
|
auto_log_clean: Some(3),
|
|
auto_log_clean: Some(3),
|
|
..Self::default()
|
|
..Self::default()
|
|
}
|
|
}
|