mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-19 10:56:06 -05:00
10 lines
98 B
Go
10 lines
98 B
Go
package api
|
|
|
|
import (
|
|
"v2ray.com/core/common/net"
|
|
)
|
|
|
|
type Config struct {
|
|
DirectPort net.Port
|
|
}
|