Skip to content

Commit

Permalink
fix(conf): also allow ::1/128 to request metrics
Browse files Browse the repository at this point in the history
In addition to 127.0.0.0/24, also allow IPv6 loopback address ::1 to
request metrics by default.
  • Loading branch information
rezib committed Nov 5, 2024
1 parent 50495fa commit 77fe848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/vendor/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,6 @@ metrics:
content: network
default:
- 127.0.0.0/24
- ::1/128
doc: |
Restricted list of IP networks permitted to request metrics.

0 comments on commit 77fe848

Please sign in to comment.