This commit is contained in:
kony
2025-09-16 09:45:24 +08:00
parent 36a7d75c6b
commit e77496f21a
10 changed files with 22 additions and 22 deletions

View File

@@ -5,8 +5,8 @@ package netstack
import (
"crypto/tls"
"fmt"
"go2"
"goodlink/winipcfg"
"gotools"
"io"
"net/http"
"net/netip"
@@ -70,7 +70,7 @@ func InitWintunDll() error {
return err
}
gotools.Utils().FileAppend("wintun.dll", res)
go2.Utils().FileAppend("wintun.dll", res)
return nil
}