1
0
Fork 0

aria: fix async-dns option

This commit is contained in:
Daniel Kempkens 2023-07-22 00:15:11 +02:00
parent a54452b9e4
commit 152ca1bdaa
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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 = ''