feat: add certificate and private-key to vmess listener

This commit is contained in:
wwqgtxx
2023-10-07 17:08:54 +08:00
parent 791ecfbb32
commit d8fe7a52d6
4 changed files with 32 additions and 10 deletions

View File

@ -11,10 +11,12 @@ type VmessUser struct {
}
type VmessServer struct {
Enable bool
Listen string
Users []VmessUser
WsPath string
Enable bool
Listen string
Users []VmessUser
WsPath string
Certificate string
PrivateKey string
}
func (t VmessServer) String() string {