mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
parent
8a77f832a3
commit
d23ef2bd59
@ -21,7 +21,7 @@ pub const DEFAULT_FIELDS: [&str; 5] = [
|
|||||||
"rule-providers",
|
"rule-providers",
|
||||||
];
|
];
|
||||||
|
|
||||||
pub const OTHERS_FIELDS: [&str; 30] = [
|
pub const OTHERS_FIELDS: [&str; 31] = [
|
||||||
"dns",
|
"dns",
|
||||||
"tun",
|
"tun",
|
||||||
"ebpf",
|
"ebpf",
|
||||||
@ -50,6 +50,7 @@ pub const OTHERS_FIELDS: [&str; 30] = [
|
|||||||
"tcp-concurrent", // meta
|
"tcp-concurrent", // meta
|
||||||
"enable-process", // meta
|
"enable-process", // meta
|
||||||
"find-process-mode", // meta
|
"find-process-mode", // meta
|
||||||
|
"skip-auth-prefixes", // meta
|
||||||
"external-controller-tls", // meta
|
"external-controller-tls", // meta
|
||||||
"global-client-fingerprint", // meta
|
"global-client-fingerprint", // meta
|
||||||
];
|
];
|
||||||
|
@ -47,6 +47,7 @@ export const OTHERS_FIELDS = [
|
|||||||
"tcp-concurrent", // meta
|
"tcp-concurrent", // meta
|
||||||
"enable-process", // meta
|
"enable-process", // meta
|
||||||
"find-process-mode", // meta
|
"find-process-mode", // meta
|
||||||
|
"skip-auth-prefixes", // meta
|
||||||
"external-controller-tls", // meta
|
"external-controller-tls", // meta
|
||||||
"global-client-fingerprint", // meta
|
"global-client-fingerprint", // meta
|
||||||
] as const;
|
] as const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user