chore(bomba): replace single port forward with range forward

This commit is contained in:
2026-03-13 08:46:42 +01:00
parent 7c1c0705d0
commit 9d655192ad
+6 -1
View File
@@ -7,7 +7,12 @@
22
80
443
8001
];
allowedTCPPortRanges = [
{
from = 8001;
to = 8005;
}
];
allowedUDPPorts = [
80