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