From e24aa21d30c81e2b611d27dc1a25b8ef206f5c46 Mon Sep 17 00:00:00 2001 From: M Sasan MH Date: Tue, 1 Aug 2023 19:27:02 +0430 Subject: [PATCH] v2.3.6 --- SecureDNSClient/Forms/GoodbyeDPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureDNSClient/Forms/GoodbyeDPI.cs b/SecureDNSClient/Forms/GoodbyeDPI.cs index 76a3796..b89ec74 100644 --- a/SecureDNSClient/Forms/GoodbyeDPI.cs +++ b/SecureDNSClient/Forms/GoodbyeDPI.cs @@ -246,7 +246,7 @@ private async void DPIAdvanced() } if (CustomCheckBoxDPIAdvBlacklist.Checked) { - args += $"--blacklist {SecureDNS.DPIBlacklistPath} "; checkCount++; + args += $"--blacklist \"{SecureDNS.DPIBlacklistPath}\" "; checkCount++; } string fallbackDNS = SecureDNS.BootstrapDnsIPv4.ToString();