Updated firewall

This commit is contained in:
Jan-Bulthuis 2025-04-24 14:38:30 +02:00
parent 9089f9d936
commit 54d8f51fb5

View File

@ -43,11 +43,15 @@
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
8080 8080
10400
10402
15151 15151
22752 22752
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
8080 8080
10400
10402
15151 15151
22752 22752
]; ];