Skip to content

Commit

Permalink
Turn off useless trojan log
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Nov 27, 2018
1 parent 1888bc9 commit 88812b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private static String getConfig(String remoteAddr, short remotePort, String pass
.put("remote_port", remotePort)
.put("password", new JSONArray()
.put(password))
.put("log_level", 0)
.put("log_level", 5)
.put("ssl", new JSONObject()
.put("verify", false) // TODO: Very bad idea. Remove after including CA certificates.
.put("cipher", "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305-SHA256:ECDHE-RSA-CHACHA20-POLY1305-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:RSA-AES128-GCM-SHA256:RSA-AES256-GCM-SHA384:RSA-AES128-SHA:RSA-AES256-SHA:RSA-3DES-EDE-SHA")
Expand Down

0 comments on commit 88812b3

Please sign in to comment.