Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff data/Gnutella.conf.template @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/data/Gnutella.conf.template Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,43 @@ 1.4 +############################################################################## 1.5 +# MAIN 1.6 + 1.7 +[main] 1.8 + 1.9 +# 1.10 +# Which port the Gnutella plugin uses. The default for the Gnutella network 1.11 +# is normally 6346, but it is random for this plugin in order not to interfere 1.12 +# with other Gnutella clients. 1.13 +# 1.14 +# Unlike OpenFT, the Gnutella plugin uses a single port for both HTTP and 1.15 +# protocol communication. Similar to OpenFT, this port must be reachable from 1.16 +# the outside Internet if you want to download from firewalled users. Download 1.17 +# and search result performance is much better when this port is reachable, as 1.18 +# quite a fair number of hosts on the Gnutella network are firewalled. 1.19 +# 1.20 +# Default: random (3312, 4312) 1.21 +# 1.22 +port = 3512 1.23 + 1.24 +############################################################################## 1.25 +# HTTP CONFIGURATION 1.26 + 1.27 +[http] 1.28 + 1.29 +# 1.30 +# Should the Gnutella plugin use an HTTP proxy server? 1.31 +# 1.32 +# The Gnutella plugin will contact some websites over HTTP for finding an 1.33 +# initial list of nodes. If you need to go through a proxy server to access 1.34 +# websites, the plugin will fail to connect to the Gnutella network unless you 1.35 +# fill in your proxy server here. This should probably go away and be replaced 1.36 +# by checking the 'http_proxy' environment variable instead. Please fix me. 1.37 +# 1.38 +# This field can be formatted as hostname:port, with an optional 'http://' 1.39 +# prefix and optional trailing slash. For example, http://my.proxy.com:8080/ 1.40 +# and my.proxy.com:8080 are valid. 1.41 +# 1.42 +# Most people can probably leave this blank. 1.43 +# 1.44 +# Default: none 1.45 +# 1.46 +proxy =