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:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user