mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-31 23:37:12 +02:00
security: bind aquamarine metrics exporters to loopback
This commit is contained in:
@@ -95,7 +95,8 @@ in
|
||||
# prometheus metrics
|
||||
telemetry = {
|
||||
bind_port = 10000;
|
||||
bind_address = "0.0.0.0";
|
||||
# loopback only: scraped by VictoriaMetrics on the same host
|
||||
bind_address = "127.0.0.1";
|
||||
# auth_user_file = "";
|
||||
};
|
||||
# multi-factor authentication settings
|
||||
|
||||
Reference in New Issue
Block a user