Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Fix trojan-go
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai authored and arm64v8a committed Nov 26, 2022
1 parent 360f4b1 commit 6cb68f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void initializeDefaultValues() {
if (path == null) path = "";
if (JavaUtil.isNullOrBlank(encryption)) encryption = "none";
if (plugin == null) plugin = "";
if (allowInsecure == null) allowInsecure = false;
}

@Override
Expand Down

0 comments on commit 6cb68f9

Please sign in to comment.