mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update config.php
This commit is contained in:
parent
222cb94dad
commit
fc070d27ca
@ -100,8 +100,10 @@ $bb_cfg['client_ban'] = array(
|
|||||||
// The second argument is being shown in the torrent client as a failure message
|
// 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
|
// Handy client list: https://github.com/transmission/transmission/blob/f85c3b6f8db95d5363f6ec38eee603f146c6adb6/libtransmission/clients.cc#L504
|
||||||
'clients' => array(
|
'clients' => array(
|
||||||
|
// 'client_id' => 'Ban reason (can be empty)'
|
||||||
'-UT' => 'uTorrent — NOT ad-free and open-source',
|
'-UT' => 'uTorrent — NOT ad-free and open-source',
|
||||||
'-MG' => 'Mostly leeching client',
|
'-MG' => 'Mostly leeching client',
|
||||||
|
'-ZO' => '',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user