mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add vmess legacy server and test
This commit is contained in:
parent
b526ab2746
commit
7966b80476
10 changed files with 81 additions and 50 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue