Sirherobrine23 589c25b3e4
Test / linux_test (16.x) (push) Failing after 21s
Test / linux_test (17.x) (push) Failing after 22s
Test / linux_test (18.x) (push) Failing after 21s
Test / linux_test (19.x) (push) Failing after 26s
Test / linux_test (20.x) (push) Failing after 25s
Test / macos_test (17.x) (push) Has been cancelled
Test / macos_test (18.x) (push) Has been cancelled
Test / macos_test (19.x) (push) Has been cancelled
Test / macos_test (20.x) (push) Has been cancelled
Test / win_test (16.x) (push) Has been cancelled
Test / win_test (17.x) (push) Has been cancelled
Test / win_test (18.x) (push) Has been cancelled
Test / win_test (19.x) (push) Has been cancelled
Test / win_test (20.x) (push) Has been cancelled
Test / Pack npm package (push) Has been cancelled
Test / macos_test (16.x) (push) Has been cancelled
Remove docs/ folder
2023-12-12 17:55:42 -03:00
2023-12-12 17:55:42 -03:00
2023-12-12 17:55:42 -03:00
2023-05-14 04:32:50 +00:00

Wireguard-tools.js

Efficiently manage your Wireguard interface right from nodejs, no wg required.

other tools are wrappers over wg, wireguard-tools.js is not like that, it is a C/C++ addon in which you don't need to have wg installed, as this module has full compatibility of its own wg.

Support to:

  • Userspace (wireguard-go) support.
  • Maneger wireguard interface (linux and windows create if not exist's).
  • Generate pre-shared, private and public keys.
  • wg-quick file support.
  • More info and example check docs folder.

Note

we have pre-copiled files for:

  • Windows: x64, arm64
  • MacOS: x64/intel, arm64
  • Linux: x64/amd64, arm64

else arch and system require copiler supported by node-gyp installed to compile Node addon.

  1. To manage the Wireguard interfaces in linux, root access is required.
  2. Windows user are wireguard-nt dll files includes in module
  3. Another system's require wireguard-go (check this page)
Languages
C++ 45.4%
C 35.3%
TypeScript 14.8%
CMake 1.9%
Go 1.4%
Other 1.2%