Skip to content

Commit

Permalink
vmess identifier add uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
zu1k committed Aug 19, 2020
1 parent a9fa94c commit a7a8a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/vmess.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type HTTPOptions struct {
}

func (v Vmess) Identifier() string {
return net.JoinHostPort(v.Server, strconv.Itoa(v.Port)) + v.Cipher
return net.JoinHostPort(v.Server, strconv.Itoa(v.Port)) + v.Cipher + v.UUID
}

func (v Vmess) String() string {
Expand Down

0 comments on commit a7a8a9f

Please sign in to comment.