From 015ca8dbd34aae95565807756e73f29b972371a3 Mon Sep 17 00:00:00 2001 From: M Sasan MH Date: Tue, 1 Aug 2023 19:20:41 +0430 Subject: [PATCH] v2.3.6 --- SecureDNSClient/Forms/TryToBypassFPUsingGoodbyeDPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureDNSClient/Forms/TryToBypassFPUsingGoodbyeDPI.cs b/SecureDNSClient/Forms/TryToBypassFPUsingGoodbyeDPI.cs index 762d3e6..884c2bf 100644 --- a/SecureDNSClient/Forms/TryToBypassFPUsingGoodbyeDPI.cs +++ b/SecureDNSClient/Forms/TryToBypassFPUsingGoodbyeDPI.cs @@ -191,7 +191,7 @@ async Task 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