Update metrics whitelist in README

Expanded metrics whitelist to include additional IP ranges.
This commit is contained in:
artemws 2026-02-20 16:24:02 +02:00 committed by GitHub
parent da84151e9f
commit aa535bba0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -250,7 +250,12 @@ listen_addr_ipv6 = "::"
# listen_unix_sock = "/var/run/telemt.sock" # Unix socket # listen_unix_sock = "/var/run/telemt.sock" # Unix socket
# listen_unix_sock_perm = "0666" # Socket file permissions # listen_unix_sock_perm = "0666" # Socket file permissions
# metrics_port = 9090 # metrics_port = 9090
# metrics_whitelist = ["127.0.0.1", "::1"] # metrics_whitelist = [
# "192.168.0.0/24",
# "172.16.0.0/12",
# "127.0.0.1/32",
# "::1/128"
#]
# Listen on multiple interfaces/IPs - IPv4 # Listen on multiple interfaces/IPs - IPv4
[[server.listeners]] [[server.listeners]]