We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2f320 commit e179d5bCopy full SHA for e179d5b
1 file changed
v2rayN/ServiceLib/Models/SingboxConfig.cs
@@ -28,6 +28,7 @@ public class Dns4Sbox
28
public bool? disable_cache { get; set; }
29
public bool? disable_expire { get; set; }
30
public bool? independent_cache { get; set; }
31
+ public int? cache_capacity { get; set; }
32
public bool? reverse_mapping { get; set; }
33
public string? client_subnet { get; set; }
34
}
0 commit comments