From 51d3fc694f9d34ad386064dd55874af4fcccadd5 Mon Sep 17 00:00:00 2001 From: forever8938 <44494377+forever8938@users.noreply.github.com> Date: Sat, 10 Oct 2020 21:06:13 +0800 Subject: [PATCH] Load JSON internally by default why not? --- main/distro/all/all.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/distro/all/all.go b/main/distro/all/all.go index 8c3914c72..ef4774769 100644 --- a/main/distro/all/all.go +++ b/main/distro/all/all.go @@ -59,9 +59,9 @@ import ( // JSON config support. Choose only one from the two below. // The following line loads JSON from v2ctl - _ "v2ray.com/core/main/json" + // _ "v2ray.com/core/main/json" // The following line loads JSON internally - // _ "v2ray.com/core/main/jsonem" + _ "v2ray.com/core/main/jsonem" // Load config from file or http(s) _ "v2ray.com/core/main/confloader/external"