MyNixOS website logo
option

services.aria2.listenPortRange

Set UDP listening port range used by DHT(IPv4, IPv6) and UDP tracker.

Declarations
Type
list of (attribute set)
Default
[
  {
    from = 6881;
    to = 6999;
  }
]