update
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
WebUI = {
|
||||
AlternativeUIEnabled = true;
|
||||
RootFolder = "${pkgs.fetchzip {
|
||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.22.0/vuetorrent.zip";
|
||||
sha256 = "UJflyTyftWSIOi942OgH/tvylyAeo6EjR14U0SHk6bs=";
|
||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.0/vuetorrent.zip";
|
||||
sha256 = "GCrKmv1jvN6bZb3s5E96KE3PsJ3ju63sVfCtU1RF/u8=";
|
||||
}}";
|
||||
|
||||
# disable auth because we use caddy for auth
|
||||
@@ -52,15 +52,14 @@
|
||||
|
||||
serverConfig.BitTorrent = {
|
||||
Session = {
|
||||
GlobalUPSpeedLimit = 500; # in KiB/s
|
||||
GlobalDLSpeedLimit = 0;
|
||||
GlobalUPSpeedLimit = 500; # 500 KiB/s
|
||||
GlobalDLSpeedLimit = 5000; # 5 MiB/s
|
||||
|
||||
IgnoreLimitsOnLAN = true;
|
||||
|
||||
# Including overhead in limits ruins download because download
|
||||
# uses upload to communicate with seeders
|
||||
IncludeOverheadInLimits = false;
|
||||
IncludeOverheadInLimits = true;
|
||||
|
||||
GlobalMaxRatio = 4;
|
||||
GlobalMaxRatio = -1;
|
||||
QueueingSystemEnabled = false; # seed all torrents all the time
|
||||
|
||||
AddTrackersEnabled = true;
|
||||
@@ -73,11 +72,7 @@
|
||||
"udp://tracker.dler.org:6969/announce"
|
||||
"udp://tracker.bittor.pw:1337/announce"
|
||||
"udp://tracker.torrent.eu.org:451/announce"
|
||||
# "udp://opentracker.i2p.rocks:6969/announce"
|
||||
# "udp://tracker.openbittorrent.com:6969/announce"
|
||||
# "udp://aarsen.me:6969/announce"
|
||||
"udp://explodie.org:6969/announce"
|
||||
# "udp://uploads.gamecoast.net:6969/announce"
|
||||
"http://tracker.files.fm:6969/announce"
|
||||
"udp://tracker.tiny-vps.com:6969/announce"
|
||||
"udp://p4p.arenabg.com:1337/announce"
|
||||
|
||||
Reference in New Issue
Block a user