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
48f1d34ca5
v2ray-core
/
app
/
router
/
config.go
7 lines
85 B
Go
Raw
Normal View
History
Unescape
Escape
simplify router config
2015-12-07 21:47:47 +00:00
package
router
Router config
2015-11-14 13:24:56 +00:00
rename RouterConfig to Config
2015-12-07 23:04:02 +00:00
type
Config
interface
{
Router config
2015-11-14 13:24:56 +00:00
Strategy
(
)
string
Settings
(
)
interface
{
}
}