Configurable bind addresses in datadog6 #1513
Labels
community
[deprecated] team/agent-core
Deprecated. Use metrics-logs / shared-components labels instead..
kind/feature
kind/question
Milestone
My host has multiple network interfaces, not just the loopback and eth0 and I need datadog 6 to listen on some of them.
Right now datadog6 either listens only on localhost or on all interfaces, being open for the subnet that I don't want (let's forget firewalling).
In datadog5 there was a bind_host property which allowed me to change to a specific interface, though not to multiple interfaces, but still it was something.
There should be a way in datadog6 to configure which addresses to bind.
i.e.: bind_hosts: [ 127.0.0.1", "169.254.1.1" ]
The text was updated successfully, but these errors were encountered: