mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-10-15 03:28:02 +02:00
base/nixos-exporter: allow localhost to fetch
This commit is contained in:
parent
0b74907f76
commit
3faad36418
@ -42,7 +42,9 @@ in
|
||||
];
|
||||
extraConfig = ''
|
||||
allow ${values.hosts.ildkule.ipv4}/32;
|
||||
allow ${values.hosts.ildkule.ipv6}/32;
|
||||
allow ${values.hosts.ildkule.ipv6}/128;
|
||||
allow 127.0.0.1/32;
|
||||
allow ::1/128;
|
||||
allow 129.241.210.128/25;
|
||||
allow 2001:700:300:1900::/64;
|
||||
deny all;
|
||||
|
Loading…
x
Reference in New Issue
Block a user