Document the addresses Alertmanager will listen on (#56409)
https://github.com/golang/go/issues/9334 describes how net.Listen (as used by Alertmanager): * listens on 127.0.0.1 if the listenAddress is "localhost" * listens on all interfaces if the listenAddress is ""
parent
57818566
Please register or sign in to comment