adamchilcott

aria2.conf.general

Apr 22nd, 2021 (edited)
128
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=true
  23.  
  24. ## Other
  25. always-resume=true
  26. check-integrity=true
  27. bt-hash-check-seed=true
  28. seed-ratio=1.0
  29.  
  30. ## Fallback Trackers
  31. bt-tracker=udp://vibe.sleepyinternetfun.xyz:1738/announce
  32.  
  33. ## Fallback DHT Routers
  34. dht-entry-point=router.bittorrent.com:6881
  35.  
  36. #############
  37. # START NOTES
  38. #############
  39.  
  40. ## Tracker List - https://newtrackon.com
  41. ## DHT Entry Point List - https://github.com/aria2/aria2/issues/1563
  42.  
  43. ###########
  44. # END NOTES
  45. ###########
Add Comment
Please, Sign In to add comment