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
|
22
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
8001
|
];
|
||||||
|
allowedTCPPortRanges = [
|
||||||
|
{
|
||||||
|
from = 8001;
|
||||||
|
to = 8005;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
80
|
80
|
||||||
|
|||||||
Reference in New Issue
Block a user