From 36e16a4c7bd12bca5914bb664e730af565a8a420 Mon Sep 17 00:00:00 2001 From: Garionion Date: Wed, 27 Jul 2022 10:02:24 +0200 Subject: [PATCH] dns: allow more prometheus ports --- hosts/dns/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dns/dns.nix b/hosts/dns/dns.nix index c00c24f..cf1c856 100644 --- a/hosts/dns/dns.nix +++ b/hosts/dns/dns.nix @@ -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 = ''