Skip to content

Commit 3bbd1ed

Browse files
committed
Update V2rayConfig.cs
1 parent 41cc260 commit 3bbd1ed

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

v2rayN/ServiceLib/Models/V2rayConfig.cs

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)