Skip to content
David Roden edited this page Jan 3, 2025 · 1 revision

ModifyConfig tells the Freenet node to adjust its configuration.

The node will reply with a ConfigData message which can be used to control that the configuration was modified.

Example

ModifyConfig
Identifier=modify-config-0001
node.opennet.enabled=true
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier No An identifier that will be set on the ConfigData reply, if set.
<option name> any option name No Option that will be modified in the node’s configuration. Repeatable.

Clone this wiki locally