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