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
bitcomet_options [2025/05/29 14:28] – [ Client Filter] wxherebitcomet_options [2025/06/17 12:41] (current) – [ Client Filter] 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>
  
 
bitcomet_options.1748528925.txt.gz · Last modified: 2025/05/29 14:28 by wxhere
Recent changes RSS feed Driven by DokuWiki