mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Remove TUN HijackDNS value check
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Netch.Forms
|
||||
BindCheckBox(UseCustomDNSCheckBox, b => { Global.Settings.TUNTAP.UseCustomDNS = b; }, Global.Settings.TUNTAP.UseCustomDNS);
|
||||
|
||||
BindTextBox(TUNTAPDNSTextBox,
|
||||
s => !UseCustomDNSCheckBox.Checked || s.IsNullOrWhiteSpace(),
|
||||
_ => true,
|
||||
s =>
|
||||
{
|
||||
if (UseCustomDNSCheckBox.Checked)
|
||||
|
||||
Reference in New Issue
Block a user