Skip to content

Instantly share code, notes, and snippets.

@thanch2n
Created March 9, 2019 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanch2n/0cccefeaf3730e908d058489187dcb9b to your computer and use it in GitHub Desktop.
Save thanch2n/0cccefeaf3730e908d058489187dcb9b to your computer and use it in GitHub Desktop.
Prepare tracker list for aria2
wget https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_ip.txt
grep -v -E '^[[:space:]]*$' trackers_all_ip.txt | awk -v RS="^Z" '{gsub("\n",","); print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment