This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
v2ray-core
mirror of
https://github.com/v2ray/v2ray-core
Watch
1
Star
0
Fork
You've already forked v2ray-core
0
Code
Issues
Releases
Wiki
Activity
973378d610
v2ray-core
/
app
/
api
/
config.go
10 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
protocol and api
2016-02-25 20:50:38 +00:00
package
api
import
(
step 1 to remove reference to net package
2017-08-29 10:56:57 +00:00
"v2ray.com/core/common/net"
protocol and api
2016-02-25 20:50:38 +00:00
)
type
Config
struct
{
step 1 to remove reference to net package
2017-08-29 10:56:57 +00:00
DirectPort
net
.
Port
protocol and api
2016-02-25 20:50:38 +00:00
}