Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/data/Gnutella.conf Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,49 @@ 1.4 +# 1.5 +# This is the configuration file for the Gnutella plugin. 1.6 +# The default settings are listed, but commented out. 1.7 +# 1.8 + 1.9 +[main] 1.10 +# 1.11 +# This is the port the Gnutella plugin uses. If you want to download 1.12 +# from firewalled users, other users must be able to connect to this port. 1.13 +# 1.14 +#port = 6346 1.15 + 1.16 +[local] 1.17 +# 1.18 +# Set this if you want to run locally 1.19 +# 1.20 +#lan_mode = 0 1.21 +# 1.22 +# This controls which hosts will be allowed to download 1.23 +# 1.24 +#hosts_allow = LOCAL 1.25 + 1.26 +[http] 1.27 +# 1.28 +# Use the proxy server for communicating HTTP. Currently, this is 1.29 +# only used for requests to the gwebcaches, not for download/uploads. 1.30 +# 1.31 +# This field must be formatted as hostname:port, with an optional 'http://' 1.32 +# prefix and optional trailing slash. For example, http://my.proxy.com:8080/ 1.33 +# and my.proxy.com:8080 are valid. 1.34 +# 1.35 +#proxy = 1.36 + 1.37 +[packet] 1.38 +# 1.39 +# This will print information about each packet received/sent on stdout 1.40 +# 1.41 +#debug = 0 1.42 + 1.43 +[search] 1.44 +# 1.45 +# Print information about each search performed to the log file 1.46 +# 1.47 +#log_results = 0 1.48 +# 1.49 +# Print a line for each result packet generated to the log file 1.50 +# This line includes just the number of results in each packet 1.51 +# 1.52 +#log_result_packets = 0