You've already forked v2ray-core
7 lines
66 B
Go
7 lines
66 B
Go
package net
|
|
|
|
type PortRange interface {
|
|
From() Port
|
|
To() Port
|
|
}
|