mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-29 03:03:50 -04:00
rename RouterConfig to Config
This commit is contained in:
@@ -91,7 +91,7 @@ func (config *Config) LogConfig() point.LogConfig {
|
||||
return config.LogConfigValue
|
||||
}
|
||||
|
||||
func (this *Config) RouterConfig() router.RouterConfig {
|
||||
func (this *Config) RouterConfig() router.Config {
|
||||
if this.RouterConfigValue == nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user