|
@@ -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
|
|
];
|
|
];
|