Add sing-box srs custom url support for fix TUN (#5835)

Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com>
This commit is contained in:
runetfreedom
2024-10-15 08:28:51 +03:00
committed by GitHub
parent e96c9abd69
commit eebb6735aa
11 changed files with 70 additions and 3 deletions

View File

@@ -141,6 +141,7 @@
public string defIEProxyExceptions { get; set; }
public string subConvertUrl { get; set; } = string.Empty;
public string? geoSourceUrl { get; set; }
public string? srsSourceUrl { get; set; }
}
[Serializable]