mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
fix: SettingForm TUNTAPDNS value init
fix: show starting tun2socks after setup route table fix: a typo
This commit is contained in:
@@ -68,6 +68,8 @@ namespace Netch.Controllers
|
||||
|
||||
SetupRouteTable();
|
||||
|
||||
Global.MainForm.StatusText(i18N.TranslateFormat("Starting {0}", Name));
|
||||
|
||||
string dns;
|
||||
if (Global.Settings.TUNTAP.UseCustomDNS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user