aria: fix async-dns option
This commit is contained in:
parent
a54452b9e4
commit
152ca1bdaa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ in
|
|||
|
||||
aria-browser = ''
|
||||
set user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
|
||||
${pkgs.aria2}/bin/aria2c -U "$user_agent" --file-allocation none --async-dns false -x 2 $argv
|
||||
${pkgs.aria2}/bin/aria2c -U "$user_agent" --file-allocation none --async-dns=false -x 2 $argv
|
||||
'';
|
||||
|
||||
mysqld-direnv-init = ''
|
||||
|
|
Loading…
Reference in a new issue