mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-16 01:17:30 -05:00
7 lines
78 B
Go
7 lines
78 B
Go
package router
|
|
|
|
type Config struct {
|
|
Strategy string
|
|
Settings interface{}
|
|
}
|