This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2026-08-04 06:01:15 -04:00
Code
Issues
Releases
Wiki
Activity
Files
40b97e7cd3eadcbe6d1663bc8bebb893c50fb6ba
v2fly
/
app
/
api
/
config.go
T
10 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
protocol and api
2016-02-25 21:50:38 +01:00
package
api
import
(
step 1 to remove reference to net package
2017-08-29 12:56:57 +02:00
"v2ray.com/core/common/net"
protocol and api
2016-02-25 21:50:38 +01:00
)
type
Config
struct
{
step 1 to remove reference to net package
2017-08-29 12:56:57 +02:00
DirectPort
net
.
Port
protocol and api
2016-02-25 21:50:38 +01:00
}
Copy Permalink