Explorar o código

Merge pull request #299 from forever8938/master

Load JSON internally by default
Kslr %!s(int64=5) %!d(string=hai) anos
pai
achega
0dc17643a0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      main/distro/all/all.go

+ 2 - 2
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"