File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ A Node.js package for managing WireGuard VPN clients on MikroTik routers via SSH
1111* [ License] ( #license )
1212
1313``` js
14- const { MikroTikWireGuardClientManager } = require (' @nimisha.gj/mikrotik-client-manager' )
15- const { MikroTikSSHClient } = require (" @nimisha.gj/mikrotik-client-manager" );
14+ const { MikroTikWireGuardClientManager , MikroTikSSHClient } = require (' @infraspecdev/mikrotik-wireguard-client-manager' )
1615
1716const sshClient = new MikroTikSSHClient (" 192.168.1.1" , 22 , " admin" , " password" );
1817
@@ -35,7 +34,7 @@ Installation is done using the
3534[ ` npm install ` command] ( https://docs.npmjs.com/getting-started/installing-npm-packages-locally ) :
3635
3736``` bash
38- npm install @nimish.gj /mikrotik-client-manager
37+ npm install @infraspecdev /mikrotik-wireguard -client-manager
3938```
4039## Features
4140* Add WireGuard Client
You can’t perform that action at this time.
0 commit comments