v2ray-core/app/api/config.go

10 lines
98 B
Go

package api
import (
"v2ray.com/core/common/net"
)
type Config struct {
DirectPort net.Port
}