Refs #52
File: config/fork.toml
Problem
PR #50 #213 flagged that default 0.0.0.0 metrics bind exposes endpoint publicly. fork.toml inherits this default. Operator running fork profile on laptop with public Wi-Fi exposes /metrics to the network.
Fix
In config/fork.toml explicitly set:
[metrics]
enabled = true
bind = "127.0.0.1:9091"
Applies regardless of default resolution in PR #50.
Refs #52
File: config/fork.toml
Problem
PR #50 #213 flagged that default 0.0.0.0 metrics bind exposes endpoint publicly. fork.toml inherits this default. Operator running fork profile on laptop with public Wi-Fi exposes /metrics to the network.
Fix
In config/fork.toml explicitly set:
Applies regardless of default resolution in PR #50.