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