Add more options to xray fragment

This commit is contained in:
2dust
2025-01-08 13:52:21 +08:00
parent 98d4a47efb
commit d93c12b354
4 changed files with 18 additions and 3 deletions

View File

@@ -156,6 +156,12 @@ namespace ServiceLib.Handler
config.SystemProxyItem ??= new();
config.WebDavItem ??= new();
config.CheckUpdateItem ??= new();
config.Fragment4RayItem ??= new()
{
Packets = "tlshello",
Length = "100-200",
Interval = "10-20"
};
if (Utils.IsNotEmpty(config.ConstItem.DefIEProxyExceptions))
{