Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
annotate data/Gnutella.conf @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
rev | line source |
---|---|
paulo@0 | 1 # |
paulo@0 | 2 # This is the configuration file for the Gnutella plugin. |
paulo@0 | 3 # The default settings are listed, but commented out. |
paulo@0 | 4 # |
paulo@0 | 5 |
paulo@0 | 6 [main] |
paulo@0 | 7 # |
paulo@0 | 8 # This is the port the Gnutella plugin uses. If you want to download |
paulo@0 | 9 # from firewalled users, other users must be able to connect to this port. |
paulo@0 | 10 # |
paulo@0 | 11 #port = 6346 |
paulo@0 | 12 |
paulo@0 | 13 [local] |
paulo@0 | 14 # |
paulo@0 | 15 # Set this if you want to run locally |
paulo@0 | 16 # |
paulo@0 | 17 #lan_mode = 0 |
paulo@0 | 18 # |
paulo@0 | 19 # This controls which hosts will be allowed to download |
paulo@0 | 20 # |
paulo@0 | 21 #hosts_allow = LOCAL |
paulo@0 | 22 |
paulo@0 | 23 [http] |
paulo@0 | 24 # |
paulo@0 | 25 # Use the proxy server for communicating HTTP. Currently, this is |
paulo@0 | 26 # only used for requests to the gwebcaches, not for download/uploads. |
paulo@0 | 27 # |
paulo@0 | 28 # This field must be formatted as hostname:port, with an optional 'http://' |
paulo@0 | 29 # prefix and optional trailing slash. For example, http://my.proxy.com:8080/ |
paulo@0 | 30 # and my.proxy.com:8080 are valid. |
paulo@0 | 31 # |
paulo@0 | 32 #proxy = |
paulo@0 | 33 |
paulo@0 | 34 [packet] |
paulo@0 | 35 # |
paulo@0 | 36 # This will print information about each packet received/sent on stdout |
paulo@0 | 37 # |
paulo@0 | 38 #debug = 0 |
paulo@0 | 39 |
paulo@0 | 40 [search] |
paulo@0 | 41 # |
paulo@0 | 42 # Print information about each search performed to the log file |
paulo@0 | 43 # |
paulo@0 | 44 #log_results = 0 |
paulo@0 | 45 # |
paulo@0 | 46 # Print a line for each result packet generated to the log file |
paulo@0 | 47 # This line includes just the number of results in each packet |
paulo@0 | 48 # |
paulo@0 | 49 #log_result_packets = 0 |