Aria2c Torrent downloader

This commit is contained in:
Markus Birth 2014-12-13 18:08:11 +01:00
parent 3147b095a8
commit c099d0bffd

5
aria2c_torrent.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
PUBLIC_IP=`wget -O - -q http://admin.birth-online.de/ip.php | tr -d '\n'`
echo "Public IP: $PUBLIC_IP"
aria2c --bt-external-ip="$PUBLIC_IP" --dht-listen-port=25690-25699 --listen-port=25670-25679 -T $*