1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00
v2fly/app/api/config.go
2017-08-29 12:56:57 +02:00

10 lines
98 B
Go

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