Add custom config Socks port to the group

https://github.com/2dust/v2rayN/issues/5576
This commit is contained in:
2dust
2024-08-30 10:12:40 +08:00
parent c9d65e5cd9
commit d189f4b443
10 changed files with 51 additions and 5 deletions

View File

@@ -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; }

View File

@@ -31,5 +31,7 @@ namespace ServiceLib.Models
public string? prevProfile { get; set; }
public string? nextProfile { get; set; }
public int? preSocksPort { get; set; }
}
}