mirror of https://github.com/v2ray/v2ray-core
comments
parent
a52867cb69
commit
78b726d4e8
|
@ -1,5 +1,6 @@
|
|||
package inbound
|
||||
|
||||
// GetDefaultValue returns default settings of DefaultConfig.
|
||||
func (v *Config) GetDefaultValue() *DefaultConfig {
|
||||
if v.GetDefault() == nil {
|
||||
return &DefaultConfig{
|
||||
|
|
Loading…
Reference in New Issue