This wiki is now locked - both user registration and edits (except by admins) are disabled. We're currently migrating all the content to our new wiki. If you have time, please register and help us out!

You can still view the source code of every page. Once a page has been copied over to the new wiki, please add a link to it to MigratedPages (the only page which is still editable), to notify the admins to go and blank it.


ModifyPeer


This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a client program to the Freenet node.

This message modifies settings for a given peer of your Freenet node.

Example

ModifyPeer
NodeIdentifier=[UB] UberNode
IsDisabled=true
EndMessage


Field Possible values Mandatory? Default Description
AllowLocalAddresses false, true No false If set, the peer identified by the given NodeIdentifier is set allowLocalAddresses or not accordingly.
IsDisabled false, true No false If set, the peer identified by the given NodeIdentifier is enabled or disabled accordingly.
IsListenOnly false, true No false If set, the peer identified by the given NodeIdentifier is set ListenOnly or not accordingly.
NodeIdentifier <name> | <identity> | <ip>:<port> Yes   The node name, identity or IP:port pair of the peer to be modified.


See Peer for the corresponding answer.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki