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:28] – [ Client Filter] wxherebitcomet_options [2026/01/26 06:07] (current) – [Support Us] wxhere
Line 198: Line 198:
   * //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:+  * Client filter rule list example:
  
 <code> <code>
-[Allow] +
-# Whitelist +  "rules": 
-peer_id_prefix = "-BC01??-+    { 
-peer_id_prefix "-BC02??-" +      "enabled": true, 
-client_name = "BitComet 1.??+      "action": "allow", 
-client_name "BitComet 2.??" +      "rule_type": "client_name", 
- +      "rule_value": "BitComet 1.??", 
-[Disallow] +      "comment": "" 
-# Blacklist +    }, 
-peer_id_prefix "-BC00??-" +    { 
-client_name "BitComet 0.??" +      "enabled": false, 
-peer_listen_port 12345+      "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> </code>
  
Line 455: Line 496:
 BitComet is a free software. You can support the development of BitComet and unlock extra features by sharing your internet access with encrypted connections. BitComet is a free software. You can support the development of BitComet and unlock extra features by sharing your internet access with encrypted connections.
  
-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/?r=1237734|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/]] 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.1748528925.txt.gz · Last modified: 2025/05/29 14:28 by wxhere
Recent changes RSS feed Driven by DokuWiki