release: version 1.7.0

This commit is contained in:
Hiddify
2024-07-18 00:55:37 +02:00
parent 628ee19336
commit e378a83c26
8 changed files with 47 additions and 32 deletions

View File

@@ -115,7 +115,7 @@ func generateWarp() (*T.Outbound, error) {
_, _, wg, err := config.GenerateWarpInfo("", "", "")
// fmt.Printf("%v", wgConfig)
singboxConfig, err := config.GenerateWarpSingbox(*wg, "", 0, "", "", "")
singboxConfig, err := config.GenerateWarpSingbox(*wg, "", 0, "", "", "", "")
singboxJSON, err := json.MarshalIndent(singboxConfig, "", " ")
if err != nil {
fmt.Println("Error marshaling Singbox configuration:", err)