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
Next revision
Previous revision
bitcomet_options [2025/05/29 14:15] – [ IP Filter] wxherebitcomet_options [2025/06/17 12:41] (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 rule list example:
 +
 +<code>
 +{
 +  "rules": [
 +    {
 +      "enabled": true,
 +      "action": "allow",
 +      "rule_type": "client_name",
 +      "rule_value": "BitComet 1.??",
 +      "comment": ""
 +    },
 +    {
 +      "enabled": false,
 +      "action": "allow",
 +      "rule_type": "peer_id_prefix",
 +      "rule_value": "-BC01??-",
 +      "comment": "22"
 +    },
 +    {
 +      "enabled": true,
 +      "action": "allow",
 +      "rule_type": "client_name",
 +      "rule_value": "BitComet 2.??",
 +      "comment": ""
 +    },
 +    {
 +      "enabled": true,
 +      "action": "disallow",
 +      "rule_type": "peer_id_prefix",
 +      "rule_value": "-BC00??-",
 +      "comment": ""
 +    },
 +    {
 +      "enabled": true,
 +      "action": "disallow",
 +      "rule_type": "client_name",
 +      "rule_value": "BitComet 0.??",
 +      "comment": "2"
 +    },
 +    {
 +      "enabled": false,
 +      "action": "disallow",
 +      "rule_type": "peer_listen_port",
 +      "rule_value": "12345",
 +      "comment": ""
 +    },
 +    {
 +      "enabled": true,
 +      "action": "allow",
 +      "rule_type": "default",
 +      "rule_value": "",
 +      "comment": ""
 +    }
 +  ]
 +}
 +</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.1748528144.txt.gz · Last modified: 2025/05/29 14:15 by wxhere
Recent changes RSS feed Driven by DokuWiki