Skip to content

Instantly share code, notes, and snippets.

View rautamiekka's full-sized avatar

Jouni Järvinen rautamiekka

View GitHub Profile
@HaleTom
HaleTom / aria2-trackers-update
Last active May 1, 2026 06:47
Update aria2.conf with 20 "best" BitTorrent trackers
#!/bin/bash
# Update the bt-tracker= line in aria2.conf
# Any bt-tracker= lines are removed and and a new one added at the bottom of the file
# Updates at: https://gist.github.com/HaleTom/fe873dc2f3c5bd14f7418efefc2b91a8
# Inspiration: https://github.com/wuyuansushen/aria2c_TrackersList
set -euo pipefail
shopt -s failglob