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