wireguard-wrapper
Version:
A wrapper for the commands wg and wg-quick
24 lines (23 loc) • 484 B
JSON
{
"name": "wireguard-wrapper",
"version": "1.0.3",
"description": "A wrapper for the commands wg and wg-quick",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/rostwolke/node-wireguard-wrapper.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wireguard",
"wrapper",
"wg-quick",
"wg",
"vpn",
"tunnel"
],
"author": "Dennis Parsch",
"license": "MIT"
}