dns: allow more prometheus ports
This commit is contained in:
parent
c1ab152393
commit
36e16a4c7b
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user