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 13:57] wxherebitcomet_options [2025/06/17 12:41] (current) – [ Client Filter] wxhere
Line 166: Line 166:
 ====  Tracker ==== ====  Tracker ====
  
-{{:opt_tracker.png|}}+{{:opt_tracker.png?640|}}
  
 **BitTorrent Tracker**  **BitTorrent Tracker** 
Line 178: Line 178:
 ====  IP Filter==== ====  IP Filter====
  
-{{:opt_ip_filter.png|}}+{{:opt_ip_filter.png?640|}}
  
 **IP Filter**  **IP Filter** 
Line 184: Line 184:
 This option page was introduced in BitComet v2.10. This option page was introduced in BitComet v2.10.
  
-  * //Enable IP filter for BitTorernt peers//: unchecked by default.\\ If enabled this option, all peers from trackers, DHT, peer exchange and incoming connections will be filtered by its IP address. The IP filter list is in CIDR format, and can be specified manually, or auto updated from a HTTP link.+  * //Enable IP filter for BitTorrent peers//: unchecked by default.\\ If enabled this option, all peers from trackers, DHT, peer exchange and incoming connections will be filtered by its IP address. The IP filter list is in [[https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing|CIDR format]], and can be specified manually, or auto updated from a HTTP link.
  
   * // Update IP filter list file automatically from the following HTTP address//: unchecked by default.\\ If enabled this option, the IP filter list above will be updated at specified interval, by visiting the specified HTTP URL.   * // Update IP filter list file automatically from the following HTTP address//: unchecked by default.\\ If enabled this option, the IP filter list above will be updated at specified interval, by visiting the specified HTTP URL.
Line 190: Line 190:
 ====  Client Filter ==== ====  Client Filter ====
  
-{{:opt_client_filter.png|}}+{{:opt_client_filter.png?640|}}
  
 **Client Filter**  **Client Filter** 
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.1748527062.txt.gz · Last modified: 2025/05/29 13:57 by wxhere
Recent changes RSS feed Driven by DokuWiki