This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
You've already forked v2fly
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2024-11-16 09:26:21 -05:00
Code
Issues
Releases
Wiki
Activity
5649c7ba2d
v2fly
/
plugin_other.go
8 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
load plugin only in linux
2017-11-22 17:11:32 -05:00
// +build !linux
package
core
comments
2017-11-22 17:15:14 -05:00
func
loadPluginsInternal
(
)
error
{
load plugin only in linux
2017-11-22 17:11:32 -05:00
return
nil
}
Copy Permalink