Xray-core/transport/internet/restriction/ip.go

12 lines
119 B
Go
Raw Normal View History

package restriction
import (
"net"
)
type UserMaxIp struct {
User string
IpAddress net.IP
Time int64
}