mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
chore(bomba): replace single port forward with range forward
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
22
|
||||
80
|
||||
443
|
||||
8001
|
||||
];
|
||||
allowedTCPPortRanges = [
|
||||
{
|
||||
from = 8001;
|
||||
to = 8005;
|
||||
}
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
80
|
||||
|
||||
Reference in New Issue
Block a user