MyNixOS website logo

Options to add to aria2.conf file. See aria2c(1) for options.

Declarations
Type
attribute set of (boolean or floating point number or signed integer or string)
Default
{ }
Example
{
  listen-port = 60000;
  dht-listen-port = 60000;
  seed-ratio = 1.0;
  max-upload-limit = "50K";
  ftp-pasv = true;
}