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