h: poke hole in fw for prom/node
This commit is contained in:
parent
aeca05c5e1
commit
6709188d8d
@ -74,6 +74,11 @@ in {
|
||||
};
|
||||
};
|
||||
firewall = {
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
allowedTCPPorts = [ 9002 ];
|
||||
};
|
||||
};
|
||||
allowedTCPPorts = [ 22 80 443 53589 ];
|
||||
allowedUDPPortRanges = [{
|
||||
from = 60000;
|
||||
|
Loading…
Reference in New Issue
Block a user