feat: add ws-path
to vmess listener
This commit is contained in:
@ -14,6 +14,7 @@ type VmessServer struct {
|
||||
Enable bool
|
||||
Listen string
|
||||
Users []VmessUser
|
||||
WsPath string
|
||||
}
|
||||
|
||||
func (t VmessServer) String() string {
|
||||
|
Reference in New Issue
Block a user