diff --git a/package.json b/package.json index 5188bab..5bd314d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "app.js", "scripts": { "test": "test", - "start": "proxysocks node index.js" + "start": "proxychains node app.js" }, "keywords": [ "educational", @@ -19,4 +19,4 @@ "bare-server-node": "github:tomphttp/bare-server-node", "node-static": "^0.7.11" } -} \ No newline at end of file +}