view data/Gnutella.conf @ 0:d39e1d0d75b6

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