Poke holes in the firewall for mDNS (Avahi) and my python test script

The test script checks for addressability from a datacenter.
This commit is contained in:
Eli Ribble 2024-08-29 17:14:47 -07:00
parent 270e1a5236
commit d4e7097f6d
1 changed files with 3 additions and 2 deletions

View File

@ -182,9 +182,10 @@
}; };
services.tailscale.enable = true; services.tailscale.enable = true;
systemd.network.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; networking.firewall.allowedTCPPorts = [ 5353 50007 ];
# networking.firewall.allowedUDPPorts = [ ... ]; networking.firewall.allowedUDPPorts = [ 5353 50007 ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;