From 2760b3c7bd6c84cd3e756fc6f074fda07a4a45b5 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 28 Mar 2021 03:40:24 +0800 Subject: [PATCH] Update TUNController --- Netch/Controllers/TUNController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Controllers/TUNController.cs b/Netch/Controllers/TUNController.cs index ada37e9b..7c19f75c 100644 --- a/Netch/Controllers/TUNController.cs +++ b/Netch/Controllers/TUNController.cs @@ -104,8 +104,8 @@ namespace Netch.Controllers { var binHash = Utils.Utils.SHA256CheckSum(BinDriver); var sysHash = Utils.Utils.SHA256CheckSum(SysDriver); - Logging.Info(binHash); - Logging.Info(sysHash); + Logging.Info("自带 wintun.dll Hash: " + binHash); + Logging.Info("系统 wintun.dll Hash: " + sysHash); if (binHash == sysHash) return;