MyNixOS website logo

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

Declarations
Type
attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  listen-port = 60000;
  dht-listen-port = 60000;
  seed-ratio = 1.0;
  max-upload-limit = "50K";
  ftp-pasv = true;
}