Home

A free C++ BitTorrent/HTTP/FTP Download Client

bitcomet_options
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bitcomet_options [2025/05/29 14:15] – [ IP Filter] wxherebitcomet_options [2025/05/29 14:28] (current) – [ Client Filter] wxhere
Line 197: Line 197:
  
   * //Enable BitTorrent client filters//: unchecked by default.\\ If enabled this option, all peers from trackers, DHT, peer exchange and incoming connections will be filtered by its client name, peer_id or listening port.   * //Enable BitTorrent client filters//: unchecked by default.\\ If enabled this option, all peers from trackers, DHT, peer exchange and incoming connections will be filtered by its client name, peer_id or listening port.
 +
 +  * Client filter list example:
 +
 +<code>
 +[Allow]
 +# Whitelist
 +peer_id_prefix = "-BC01??-"
 +peer_id_prefix = "-BC02??-"
 +client_name = "BitComet 1.??"
 +client_name = "BitComet 2.??"
 +
 +[Disallow]
 +# Blacklist
 +peer_id_prefix = "-BC00??-"
 +client_name = "BitComet 0.??"
 +peer_listen_port = 12345
 +</code>
  
   * // Update client filter list every day automatically from the following HTTP address//: unchecked by default.\\ If enabled this option, the client filter list above will be updated at BitComet launch time and every 24 hours, by visiting the specified HTTP link.   * // Update client filter list every day automatically from the following HTTP address//: unchecked by default.\\ If enabled this option, the client filter list above will be updated at BitComet launch time and every 24 hours, by visiting the specified HTTP link.
 
bitcomet_options.txt · Last modified: 2025/05/29 14:28 by wxhere
Recent changes RSS feed Driven by DokuWiki