v2ray-core/proxy/vmess/config/inbound.go

7 lines
85 B
Go

package config
type Inbound interface {
AllowedUsers() []User
UDPEnabled() bool
}