From 29e50756f779aab13d5a642eb5e61d620aacd333 Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 29 Dec 2021 22:04:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Failed=20to=20register=20rings:=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syscalls_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syscalls_windows.go b/syscalls_windows.go index fd76a39..1330667 100644 --- a/syscalls_windows.go +++ b/syscalls_windows.go @@ -338,7 +338,7 @@ func openDev(config Config) (ifce *Interface, err error) { // TUN var ad *wintun.Adapter if config.InterfaceName == "" { - config.InterfaceName = "WinTun" + config.InterfaceName = "Water WinTun Interface" } ad, err = wintun.OpenAdapter(config.InterfaceName) if err != nil {