feat: add ws-path to vmess listener

This commit is contained in:
wwqgtxx
2023-10-07 16:45:15 +08:00
parent 5ff4473083
commit 791ecfbb32
5 changed files with 36 additions and 9 deletions

View File

@ -14,6 +14,7 @@ type VmessServer struct {
Enable bool
Listen string
Users []VmessUser
WsPath string
}
func (t VmessServer) String() string {