mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
update the help to note that blocklists may be compressed
This commit is contained in:
parent
14bffe52e7
commit
f6421bead4
3 changed files with 6 additions and 4 deletions
|
@ -243,7 +243,7 @@ BlocklistDownloader * fDownloader = nil;
|
||||||
//process data
|
//process data
|
||||||
NSAssert(fDestination != nil, @"the blocklist file destination has not been specified");
|
NSAssert(fDestination != nil, @"the blocklist file destination has not been specified");
|
||||||
|
|
||||||
[self decompressBlocklist];
|
[self decompressBlocklist];
|
||||||
|
|
||||||
const int count = tr_blocklistSetContent([PrefsController handle], [fDestination UTF8String]);
|
const int count = tr_blocklistSetContent([PrefsController handle], [fDestination UTF8String]);
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -28,7 +28,7 @@
|
||||||
<h1>What is the 'distributed hash table'? </h1>
|
<h1>What is the 'distributed hash table'? </h1>
|
||||||
</div>
|
</div>
|
||||||
<p>The <a href='http://en.wikipedia.org/wiki/Distributed_hash_table'>Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable.
|
<p>The <a href='http://en.wikipedia.org/wiki/Distributed_hash_table'>Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable.
|
||||||
It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.
|
It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.
|
||||||
<p>
|
<p>
|
||||||
<div id="pagetitle">
|
<div id="pagetitle">
|
||||||
<h1>What is encryption? </h1>
|
<h1>What is encryption? </h1>
|
||||||
|
@ -54,7 +54,9 @@
|
||||||
<div id="pagetitle">
|
<div id="pagetitle">
|
||||||
<h1>What is a blocklist? </h1>
|
<h1>What is a blocklist? </h1>
|
||||||
</div>
|
</div>
|
||||||
<p>Transmission can block specific peers by utilizing a blocklist. An internet address for a blocklist file containing a list of IP addresses can be entered (Preferences -> Peers) and configured to auto-update weekly. Blocklists can also be manually added into ~/Library/Application Support/Transmission.<p>
|
<p>Transmission can block specific peers by utilizing a blocklist. An internet address for a blocklist file containing a list of IP addresses can be entered (Preferences -> Peers) and configured to auto-update weekly. Blocklists can also be manually added into ~/Library/Application Support/Transmission.
|
||||||
|
<p>The internet address may be to a text file or compressed file. Most standard compression formats are supported, including ZIP.
|
||||||
|
<p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue