Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 25, 2024
1 parent 4c65b10 commit 2626ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ray2sing/warp.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ func WarpSingbox(url string) (*T.Outbound, error) {
Tag: u.Name,
CustomOptions: map[string]interface{}{
"warp": map[string]interface{}{
"key": u.Username,
"host": u.Hostname,
"port": u.Port,
"fakePackets": u.Params["fake_packets"],
"key": u.Username,
"host": u.Hostname,
"port": u.Port,
"fake_packets": u.Params["ifp"],
},
},
}
Expand Down

0 comments on commit 2626ecb

Please sign in to comment.