Add vmess legacy server and test

This commit is contained in:
世界 2022-08-01 12:23:34 +08:00
parent b526ab2746
commit 7966b80476
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
10 changed files with 81 additions and 50 deletions

View file

@ -7,8 +7,9 @@ type VMessInboundOptions struct {
}
type VMessUser struct {
Name string `json:"name"`
UUID string `json:"uuid"`
Name string `json:"name"`
UUID string `json:"uuid"`
AlterId int `json:"alterId,omitempty"`
}
type VMessOutboundOptions struct {