cofractal-ams01: allow IPFS

This commit is contained in:
Luke Granger-Brown 2023-03-12 20:47:56 +00:00
parent c71fea6629
commit e602587fb6

View file

@ -145,9 +145,11 @@ in
}; };
firewall.interfaces.bond0.allowedTCPPorts = [ firewall.interfaces.bond0.allowedTCPPorts = [
32400 # Plex 32400 # Plex
4001 # IPFS
]; ];
firewall.interfaces.bond0.allowedUDPPorts = [ firewall.interfaces.bond0.allowedUDPPorts = [
34197 # factorio 34197 # factorio
4001 # IPFS
]; ];
}; };
my.ip.tailscale = "100.94.187.27"; my.ip.tailscale = "100.94.187.27";