Skip to content

Commit 5f42d39

Browse files
authored
ruTorrent v4.3.0 fix
We must add `$useInternalHybrid = true;` to the torrent creator configuration file for ruTorrent v4.3.0.
1 parent 6ae71cb commit 5f42d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rootfs/etc/cont-init.d/03-config.sh

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ if [ -d "/var/www/rutorrent/plugins/create" ]; then
320320
\$useExternal = 'mktorrent';
321321
\$pathToCreatetorrent = '/usr/local/bin/mktorrent';
322322
\$recentTrackersMaxCount = 15;
323+
\$useInternalHybrid = true;
323324
EOL
324325
chown nobody:nogroup "/var/www/rutorrent/plugins/create/conf.php"
325326
else

0 commit comments

Comments
 (0)