From 7000a6ae8b74b7c321f304cd1d1e67fd25394436 Mon Sep 17 00:00:00 2001 From: Hideki Yamamura Date: Sat, 10 May 2014 23:29:26 +0900 Subject: [PATCH] Update exampleProxyConfig.js Fix port numbers. --- exampleProxyConfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleProxyConfig.js b/exampleProxyConfig.js index 73bbb43..48cb416 100644 --- a/exampleProxyConfig.js +++ b/exampleProxyConfig.js @@ -18,13 +18,13 @@ Optional Variables: */ { nodes: [ -{host: '127.0.0.1', port: 8129, adminport: 8126}, {host: '127.0.0.1', port: 8127, adminport: 8128}, -{host: '127.0.0.1', port: 8129, adminport: 8130} +{host: '127.0.0.1', port: 8129, adminport: 8130}, +{host: '127.0.0.1', port: 8131, adminport: 8132} ], udp_version: 'udp4', host: '0.0.0.0', -port: '8125', +port: 8125, checkInterval: 1000, cacheSize: 10000 }