Add vmess legacy server and test

This commit is contained in:
世界
2022-08-01 12:23:34 +08:00
parent 15c8853f66
commit d0c9fdcf66
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 {