mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
Revert Bind ProxyDNSCheckBox.Enabled to UseCustomDNSCheckBox.Checked
This commit is contained in:
@@ -206,10 +206,7 @@ namespace Netch.Forms
|
||||
if (UseCustomDNSCheckBox.Checked)
|
||||
TUNTAPDNSTextBox.Text = Global.Settings.TUNTAP.DNS.Any() ? DnsUtils.Join(Global.Settings.TUNTAP.DNS) : "1.1.1.1";
|
||||
else
|
||||
{
|
||||
TUNTAPDNSTextBox.Text = "AioDNS";
|
||||
ProxyDNSCheckBox.Checked = false;
|
||||
}
|
||||
}
|
||||
|
||||
private void InitSTUN()
|
||||
|
||||
Reference in New Issue
Block a user