From 957eaf38db9cf0ee171010e9d9d06f42fa58d2dc Mon Sep 17 00:00:00 2001 From: v2ray Date: Wed, 1 Jun 2016 22:33:45 +0200 Subject: [PATCH] Assign detour config --- proxy/vmess/inbound/config_json.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/vmess/inbound/config_json.go b/proxy/vmess/inbound/config_json.go index 145c9af6..03f78adb 100644 --- a/proxy/vmess/inbound/config_json.go +++ b/proxy/vmess/inbound/config_json.go @@ -70,6 +70,7 @@ func (this *Config) UnmarshalJSON(data []byte) error { AlterIDs: 32, } } + this.DetourConfig = jsonConfig.DetourConfig // Backward compatibility if this.Features != nil && this.DetourConfig == nil { this.DetourConfig = this.Features.Detour