mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Fix: Remove in directory firewall rules ignore application name case
Fix: Windows Firewall Notification Refactor: create firewall rules by searching directory exe files
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Netch.Controllers
|
||||
throw new MessageException(i18N.Translate("Lookup Server hostname failed"));
|
||||
|
||||
// 添加Netch到防火墙
|
||||
_ = Task.Run(Firewall.AddNetchFwRules);
|
||||
Firewall.AddNetchFwRules();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user