Skip to content
Stephen Oliver edited this page Apr 8, 2018 · 1 revision

RemovePeer removes a given peer from your Freenet node.

The node will reply with PeerRemoved if the peer was removed, or with UnknownNodeIdentifier if the node can not be found, or with a ProtocolError if the FCP client does not have full access to the node.

Example

RemovePeer
NodeIdentifier=[UB] UberNode
EndMessage

Details

Field Possible values Mandatory Default Description
NodeIdentifier <name>/<identity>/<ip>:<port> Yes The node name, identity or IP:port pair of the peer to be removed from the node.
Clone this wiki locally