This commit is contained in:
Emile Nijssen
2021-05-22 22:45:47 +02:00
parent d8f45476da
commit 650128cacb
3 changed files with 22 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ const {
PASSWORD,
} = require('../config');
WireGuard.getClients().then(console.log);
module.exports = class Server {
constructor() {