adamchilcott

aria2.conf.alt

Apr 22nd, 2021 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #################################
  2. # Aria2 Configuration for Windows
  3. #################################
  4.  
  5. ##############
  6. # Certificates
  7. ##############
  8.  
  9. ca-certificate=C:\Users\%userprofile%\.aria2\ca-certificates.crt
  10. check-certificate=false
  11.  
  12. ############
  13. # Bittorrent
  14. ############
  15.  
  16. ## Encryption
  17. bt-min-crypto-level=arc4
  18. bt-require-crypto=true
  19. bt-force-encryption=true
  20.  
  21. ## Local Peer Discovery
  22. bt-enable-lpd=false
  23.  
  24. ## IPv6
  25. disable-ipv6=true
  26. enable-dht6=false
  27.  
  28. ## Other
  29. always-resume=true
  30. check-integrity=true
  31. bt-hash-check-seed=true
  32. seed-ratio=1.0
  33.  
  34. ## Fallback Trackers
  35. bt-tracker=udp://vibe.sleepyinternetfun.xyz:1738/announce
  36.  
  37. ## Fallback DHT Routers
  38. dht-entry-point=router.bittorrent.com:6881
  39.  
  40. #############
  41. # START NOTES
  42. #############
  43.  
  44. ## Tracker List - https://newtrackon.com
  45. ## DHT Entry Point List - https://github.com/aria2/aria2/issues/1563
  46.  
  47. ###########
  48. # END NOTES
  49. ###########
Add Comment
Please, Sign In to add comment