Good morning gentlemen

 A couple of problems with Freenet 0.3.9.2 build for Windows.
This deals with contacting other nodes and disappearing freesites.

Problem 1.
 The file: nodes.config was eliminated by the update.

 From the freenet.ini 
# The name of a file containing an initial set of nodes to connect to
nodeFile=nodes.config

Problem 2.
 Within the freenet.ini file one of the default settings needs to be changed.

# Should we read some information about other nodes from the informUrl?
informRead=no
# Should we write our address to the inform URL so that others might
# find out about us more easily?
informWrite=no

 This should be changed to:
# Should we read some information about other nodes from the informUrl?
informRead=yes
# Should we write our address to the inform URL so that others might
# find out about us more easily?
informWrite=yes

 Regards
 David Ramalho

_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support

Reply via email to