Add custom config Socks port to the group
https://github.com/2dust/v2rayN/issues/5576
This commit is contained in:
@@ -178,7 +178,7 @@ namespace ServiceLib.Models
|
||||
|
||||
public ECoreType? coreType { get; set; }
|
||||
|
||||
public int preSocksPort { get; set; }
|
||||
public int? preSocksPort { get; set; }
|
||||
|
||||
public string fingerprint { get; set; }
|
||||
|
||||
|
||||
@@ -31,5 +31,7 @@ namespace ServiceLib.Models
|
||||
public string? prevProfile { get; set; }
|
||||
|
||||
public string? nextProfile { get; set; }
|
||||
|
||||
public int? preSocksPort { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user