1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 14:44:42 -05:00
sub2sing-box/model/vmess.go

20 lines
431 B
Go
Raw Normal View History

2024-03-10 15:13:42 -04:00
package model
type VmessJson struct {
2024-08-04 13:53:16 -04:00
V string `json:"v"`
Ps string `json:"ps"`
Add string `json:"add"`
Port any `json:"port"`
Id string `json:"id"`
Aid any `json:"aid"`
Scy string `json:"scy"`
Net string `json:"net"`
Type string `json:"type"`
Host string `json:"host"`
Path string `json:"path"`
Tls string `json:"tls"`
Sni string `json:"sni"`
Alpn string `json:"alpn"`
Fp string `json:"fp"`
2024-03-10 15:13:42 -04:00
}