Netflix-Skunkworks / spectatord

A high performance metrics daemon
Apache License 2.0
24 stars 5 forks source link

(Optionally) Bind Admin Server to IPv6 #81

Closed copperlight closed 3 months ago

copperlight commented 10 months ago

We are making more progress on deploying IPv6 across the fleet, so this will need to be updated.

copperlight commented 3 months ago

We are now binding to localhost, as opposed to 0.0.0.0, which protects the admin port from external scanning.

https://github.com/Netflix-Skunkworks/spectatord/pull/85

Depending on the value of localhost, this can bind to either IPv4 or IPv6.