mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-04 00:05:21 -05:00
simplify router config
This commit is contained in:
6
app/router/config.go
Normal file
6
app/router/config.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package router
|
||||
|
||||
type RouterConfig interface {
|
||||
Strategy() string
|
||||
Settings() interface{}
|
||||
}
|
||||
Reference in New Issue
Block a user