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 [2023/02/17 08:52] – [Support Us] 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 175: Line 175:
  
   * // Update tracker list every day automatically//: unchecked by default.\\ If enabled this option, the trackers list above will be updated at BitComet launch time and every 24 hours, by visiting the specified HTTP link. An example of trackers list source is the open source project [[https://github.com/ngosang/trackerslist|TrackersList]], which provided severe trackers list collection. The address filled in the above snapshot is \\ [[https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt]]   * // Update tracker list every day automatically//: unchecked by default.\\ If enabled this option, the trackers list above will be updated at BitComet launch time and every 24 hours, by visiting the specified HTTP link. An example of trackers list source is the open source project [[https://github.com/ngosang/trackerslist|TrackersList]], which provided severe trackers list collection. The address filled in the above snapshot is \\ [[https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt]]
 +
 +====  IP Filter====
 +
 +{{:opt_ip_filter.png?640|}}
 +
 +**IP Filter** 
 +
 +This option page was introduced in BitComet v2.10.
 +
 +  * //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.
 +
 +====  Client Filter ====
 +
 +{{:opt_client_filter.png?640|}}
 +
 +**Client Filter** 
 +
 +This option page was introduced in BitComet v2.15.
 +
 +  * //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.
 +
 ==== eMule (ED Task) ====  ==== eMule (ED Task) ==== 
  
Line 414: Line 497:
  
 The traffic sharing is disabled by default. The developer will get paid when you turn on the option and shares your internet connection with no access to personal data. This facility is provided by the third party company [[https://pawns.app/|Pawns.app]] under the [[https://pawns.app/privacy-policy/|Privacy Policy]] The traffic sharing is disabled by default. The developer will get paid when you turn on the option and shares your internet connection with no access to personal data. This facility is provided by the third party company [[https://pawns.app/|Pawns.app]] under the [[https://pawns.app/privacy-policy/|Privacy Policy]]
 +
 +The BitComet supporters can enjoy all the features of a user with high CometID level. Please see more details in [[https://members.bitcomet.com/]]
  
  
 
bitcomet_options.1676623948.txt.gz · Last modified: 2023/02/17 08:52 by wxhere
Recent changes RSS feed Driven by DokuWiki