1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-18 09:57:04 -04:00
v2fly/app/api/config.go
2016-02-25 21:50:38 +01:00

10 lines
119 B
Go

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