mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update V2rayConfig.cs
This commit is contained in:
parent
41cc260b5c
commit
3bbd1edf06
1 changed files with 7 additions and 15 deletions
|
@ -4,23 +4,15 @@ namespace ServiceLib.Models
|
||||||
{
|
{
|
||||||
public class V2rayConfig
|
public class V2rayConfig
|
||||||
{
|
{
|
||||||
public string? remarks { get; set; }
|
|
||||||
|
|
||||||
public Log4Ray log { get; set; }
|
public Log4Ray log { get; set; }
|
||||||
|
|
||||||
public List<Inbounds4Ray> inbounds { get; set; }
|
|
||||||
|
|
||||||
public List<Outbounds4Ray> outbounds { get; set; }
|
|
||||||
|
|
||||||
public Stats4Ray? stats { get; set; }
|
|
||||||
|
|
||||||
public Metrics4Ray? metrics { get; set; }
|
|
||||||
|
|
||||||
public Policy4Ray? policy { get; set; }
|
|
||||||
|
|
||||||
public object dns { get; set; }
|
public object dns { get; set; }
|
||||||
|
public List<Inbounds4Ray> inbounds { get; set; }
|
||||||
|
public List<Outbounds4Ray> outbounds { get; set; }
|
||||||
public Routing4Ray routing { get; set; }
|
public Routing4Ray routing { get; set; }
|
||||||
|
public Metrics4Ray? metrics { get; set; }
|
||||||
|
public Policy4Ray? policy { get; set; }
|
||||||
|
public Stats4Ray? stats { get; set; }
|
||||||
|
public string? remarks { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Stats4Ray
|
public class Stats4Ray
|
||||||
|
|
Loading…
Reference in a new issue