Skip to content

Fix listening address for kresd (fixes: #45)

micah requested to merge kresd_exporter into main

The exporter was listening on ipv6 only, this forces it to be available on the infra vpn ip only.

Additionally, kresd was being greedy with its listening, so we force it to only listen on the vpn ip

Merge request reports