Merge pull request #427 from hidekiy/fix-example

Update exampleProxyConfig.js
This commit is contained in:
Daniel Schauenberg 2014-05-15 15:50:55 -04:00
Родитель 18aa24277e 7000a6ae8b
Коммит 8ec78cc9cb
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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
}