diff --git a/Netch/Forms/SettingForm.cs b/Netch/Forms/SettingForm.cs index 4ac9d412..24dedfbc 100644 --- a/Netch/Forms/SettingForm.cs +++ b/Netch/Forms/SettingForm.cs @@ -90,6 +90,8 @@ namespace Netch.Forms b => Global.Settings.ModifySystemDNS = b, Global.Settings.ModifySystemDNS); + ModifySystemDNSCheckBox_CheckedChanged(null, null); + BindTextBox(ModifiedDNSTextBox, s => DNS.TrySplit(s, out _, 2), s => Global.Settings.ModifiedDNS = s,