File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,15 @@ namespace ServiceLib.Models
44{
55 public class V2rayConfig
66 {
7- public string ? remarks { get ; set ; }
8-
97 public Log4Ray log { get ; set ; }
10-
8+ public object dns { get ; set ; }
119 public List < Inbounds4Ray > inbounds { get ; set ; }
12-
1310 public List < Outbounds4Ray > outbounds { get ; set ; }
14-
15- public Stats4Ray ? stats { get ; set ; }
16-
11+ public Routing4Ray routing { get ; set ; }
1712 public Metrics4Ray ? metrics { get ; set ; }
18-
1913 public Policy4Ray ? policy { get ; set ; }
20-
21- public object dns { get ; set ; }
22-
23- public Routing4Ray routing { get ; set ; }
14+ public Stats4Ray ? stats { get ; set ; }
15+ public string ? remarks { get ; set ; }
2416 }
2517
2618 public class Stats4Ray
@@ -398,4 +390,4 @@ public class FragmentItem4Ray
398390 public string ? length { get ; set ; }
399391 public string ? interval { get ; set ; }
400392 }
401- }
393+ }
You can’t perform that action at this time.
0 commit comments