1
0
Fork 0

dns: allow more prometheus ports

This commit is contained in:
Garionion 2022-07-27 10:02:24 +02:00
parent c1ab152393
commit 36e16a4c7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
networking.firewall.interfaces.ens18.allowedUDPPorts = [ 53 ];
networking.firewall.interfaces.ens18.allowedTCPPorts = [ 9253 9353];
networking.firewall.interfaces.ens18.allowedTCPPorts = [ 9253 9353 9453 9553 ];
services.coredns = {
enable = true;
config = ''