annotate data/Gnutella.conf.template @ 0:d39e1d0d75b6
initial add
author |
paulo@hit-nxdomain.opendns.com |
date |
Sat, 20 Feb 2010 21:18:28 -0800 (2010-02-21) |
parents |
|
children |
|
rev |
line source |
paulo@0
|
1 ##############################################################################
|
paulo@0
|
2 # MAIN
|
paulo@0
|
3
|
paulo@0
|
4 [main]
|
paulo@0
|
5
|
paulo@0
|
6 #
|
paulo@0
|
7 # Which port the Gnutella plugin uses. The default for the Gnutella network
|
paulo@0
|
8 # is normally 6346, but it is random for this plugin in order not to interfere
|
paulo@0
|
9 # with other Gnutella clients.
|
paulo@0
|
10 #
|
paulo@0
|
11 # Unlike OpenFT, the Gnutella plugin uses a single port for both HTTP and
|
paulo@0
|
12 # protocol communication. Similar to OpenFT, this port must be reachable from
|
paulo@0
|
13 # the outside Internet if you want to download from firewalled users. Download
|
paulo@0
|
14 # and search result performance is much better when this port is reachable, as
|
paulo@0
|
15 # quite a fair number of hosts on the Gnutella network are firewalled.
|
paulo@0
|
16 #
|
paulo@0
|
17 # Default: random (3312, 4312)
|
paulo@0
|
18 #
|
paulo@0
|
19 port = 3512
|
paulo@0
|
20
|
paulo@0
|
21 ##############################################################################
|
paulo@0
|
22 # HTTP CONFIGURATION
|
paulo@0
|
23
|
paulo@0
|
24 [http]
|
paulo@0
|
25
|
paulo@0
|
26 #
|
paulo@0
|
27 # Should the Gnutella plugin use an HTTP proxy server?
|
paulo@0
|
28 #
|
paulo@0
|
29 # The Gnutella plugin will contact some websites over HTTP for finding an
|
paulo@0
|
30 # initial list of nodes. If you need to go through a proxy server to access
|
paulo@0
|
31 # websites, the plugin will fail to connect to the Gnutella network unless you
|
paulo@0
|
32 # fill in your proxy server here. This should probably go away and be replaced
|
paulo@0
|
33 # by checking the 'http_proxy' environment variable instead. Please fix me.
|
paulo@0
|
34 #
|
paulo@0
|
35 # This field can be formatted as hostname:port, with an optional 'http://'
|
paulo@0
|
36 # prefix and optional trailing slash. For example, http://my.proxy.com:8080/
|
paulo@0
|
37 # and my.proxy.com:8080 are valid.
|
paulo@0
|
38 #
|
paulo@0
|
39 # Most people can probably leave this blank.
|
paulo@0
|
40 #
|
paulo@0
|
41 # Default: none
|
paulo@0
|
42 #
|
paulo@0
|
43 proxy =
|