This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
bitcomet_options [2025/05/29 14:15] – [ IP Filter] wxhere | bitcomet_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: | ||
+ | |||
+ | < | ||
+ | [Allow] | ||
+ | # Whitelist | ||
+ | peer_id_prefix = " | ||
+ | peer_id_prefix = " | ||
+ | client_name = " | ||
+ | client_name = " | ||
+ | |||
+ | [Disallow] | ||
+ | # Blacklist | ||
+ | peer_id_prefix = " | ||
+ | client_name = " | ||
+ | peer_listen_port = 12345 | ||
+ | </ | ||
* // 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. |