1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-08 22:34:21 -04:00
v2fly/app/api/config.go
2016-08-20 20:55:45 +02:00

10 lines
106 B
Go

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