fix: SettingForm TUNTAPDNS value init

fix: show starting tun2socks after setup route table
fix: a typo
This commit is contained in:
ChsBuffer
2020-10-27 12:14:10 +08:00
parent 52ac05ee17
commit bfadb181c4
3 changed files with 5 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ namespace Netch.Controllers
SetupRouteTable();
Global.MainForm.StatusText(i18N.TranslateFormat("Starting {0}", Name));
string dns;
if (Global.Settings.TUNTAP.UseCustomDNS)
{