From 8b1940d868f225db034a513a186eb62acd000e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=BF=9D=E7=A5=A5?= <1643220580@qq.com> Date: Thu, 17 Oct 2024 15:17:23 +0800 Subject: [PATCH] =?UTF-8?q?mac=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09d17e8..1403989 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,10 +48,10 @@ jobs: fail-fast: false matrix: os: - - ubuntu-20.04 - #- macos-13 - #- macos-14 - - windows-2022 + #- ubuntu-20.04 + - macos-13 + - macos-14 + #- windows-2022 name: Prebuild on ${{ matrix.os }} runs-on: ${{ matrix.os }} # needs: test diff --git a/README.md b/README.md index b581ec1..884df56 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ Wintun.wintunUpOn((buf)=>{ ## install ```bash -npm i tuntap2 +npm i @xiaobaidadada/node-tuntap2 ``` - +**Note:** 本项目使用了预构建,建议使用Node18,不需要编译而是从github下载编译好的文件,如果你电脑上的网络安装的时候无法访问github则会退化成编译。在windows上编译可能遇到的问题可以参考这个链接https://blog.csdn.net/jjocwc/article/details/134152602 **Note:** Reading properties requires your interface in `up` status.