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 015ca8d commit e24aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecureDNSClient/Forms/GoodbyeDPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e24aa21

Please sign in to comment.