add auto recovery, send group with their active profiles, make warp more robust thanks to uoosef, support multiple receiver for command group

This commit is contained in:
Hiddify
2024-02-13 03:47:34 +01:00
parent a2f5708e58
commit a1314d84a9
5 changed files with 15 additions and 15 deletions

View File

@@ -81,8 +81,8 @@ func BuildConfig(opt ConfigOptions, input option.Options) (*option.Options, erro
}
options.Log = &option.LogOptions{
Level: opt.LogLevel,
// Output: "box.log",
Level: opt.LogLevel,
Output: "box.log",
Disabled: false,
Timestamp: true,
DisableColor: true,

View File

@@ -161,7 +161,7 @@ func generateWarp(license string, host string, port uint16, fakePackets string)
}
if host == "auto" && fakePackets == "" {
fakePackets = "5-10"
fakePackets = "8-15"
}
// warp.UpdatePath("./secondary")
if _, err := os.Stat("./wgcf-identity.json"); err == nil {