Skip to content

Commit

Permalink
proxy now uses config.address_ipv6 for ip version configuration relat…
Browse files Browse the repository at this point in the history
…ed to pr statsd#566
  • Loading branch information
Patrick Koch committed Mar 18, 2016
1 parent 0a20119 commit dd0b7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exampleProxyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Required Variables:
Optional Variables:
udp_version: defines if the address is an IPv4 or IPv6 address ['udp4' or 'udp6', default: 'udp4']
host: address to listen on over UDP [default: 0.0.0.0]
address_ipv6: defines if the listen address is an IPv4 or IPv6 address [true or false, default: false]
checkInterval: health status check interval [default: 10000]
cacheSize: size of the cache to store for hashring key lookups [default: 10000]
forkCount: number of child processes (cluster module), number or 'auto' for utilize all cpus [default:0]
Expand All @@ -30,7 +30,7 @@ nodes: [
{host: '127.0.0.1', port: 8131, adminport: 8132}
],
server: './servers/udp',
udp_version: 'udp4',

host: '0.0.0.0',
port: 8125,
forkCount: 0,
Expand Down

0 comments on commit dd0b7ee

Please sign in to comment.