Update config.php

This commit is contained in:
Roman Kelesidis 2024-10-10 11:45:58 +07:00
parent 222cb94dad
commit fc070d27ca

View File

@ -100,8 +100,10 @@ $bb_cfg['client_ban'] = array(
// The second argument is being shown in the torrent client as a failure message
// Handy client list: https://github.com/transmission/transmission/blob/f85c3b6f8db95d5363f6ec38eee603f146c6adb6/libtransmission/clients.cc#L504
'clients' => array(
// 'client_id' => 'Ban reason (can be empty)'
'-UT' => 'uTorrent — NOT ad-free and open-source',
'-MG' => 'Mostly leeching client',
'-ZO' => '',
)
);