diff --git a/app/lib/system/network.js b/app/lib/system/network.js
index 7e746a4d560fc3534dcf1f003163b24fb63bc93a..04c071cef97871b7d2a65029413481931f431984 100644
--- a/app/lib/system/network.js
+++ b/app/lib/system/network.js
@@ -105,7 +105,7 @@ module.exports = {
     if (whitelist.indexOf('127.0.0.1') === -1) {
       whitelist.push('127.0.0.1');
     }
-    const ddosInstance = new ddos({ whitelist, silent: true });
+    const ddosInstance = new ddos({ whitelist, silentStart: true });
     app.use(ddosInstance.express);
 
     // CORS for **any** HTTP request