Skip to content

Commit

Permalink
v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msasanmh committed Aug 1, 2023
1 parent a467784 commit 015ca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecureDNSClient/Forms/TryToBypassFPUsingGoodbyeDPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async Task<bool> bypassCFAsync(DPIBasicBypassMode bypassMode)

// Start GoodbyeDPI
DPIBasicBypass dpiBypass = new(bypassMode, CustomNumericUpDownSSLFragmentSize.Value, bootstrap, bootstrapPort);
string args = $"{dpiBypass.Args} --blacklist {SecureDNS.DPIBlacklistFPPath}";
string args = $"{dpiBypass.Args} --blacklist \"{SecureDNS.DPIBlacklistFPPath}\"";
PIDGoodbyeDPIBypass = ProcessManager.ExecuteOnly(out Process _, SecureDNS.GoodbyeDpi, args, true, true, SecureDNS.BinaryDirPath, GetCPUPriority());

// Wait for DNSProxyBypass
Expand Down

0 comments on commit 015ca8d

Please sign in to comment.