v0.13.1 Allow apps from host machine to reach nvinx metrics

This commit is contained in:
Murtadha 2025-11-14 12:21:12 -05:00
parent 5f4154982a
commit 427b993d24
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ http {
# adjust these to match where Prometheus / exporter lives # adjust these to match where Prometheus / exporter lives
allow 127.0.0.1; # localhost allow 127.0.0.1; # localhost
allow 10.0.0.2;
# allow 172.17.0.0/16; # example Docker bridge subnet # allow 172.17.0.0/16; # example Docker bridge subnet
deny all; deny all;
} }

View file

@ -1 +1 @@
0.13.0 0.13.1