diff --git a/args.js b/args.js index 5bf50d4..65b4aed 100644 --- a/args.js +++ b/args.js @@ -8,7 +8,7 @@ fs = require('fs'); - guiconfigFilename = fs.realpathSync(process.execPath + '/..') + '/gui-config.json'; + guiconfigFilename = __dirname + '/gui-config.json'; loadFromJSON = function() { var data, e, temp; @@ -56,7 +56,9 @@ local_port: 1080, password: '$#HAL9000!', method: 'aes-256-cfb', - timeout: 600 + timeout: 600, + client_proxy: '', + client_port: 8080 }; defaultConfig = { diff --git a/index.html b/index.html index de5d305..d774b26 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@
+