Skip to content
David Roden edited this page Jan 1, 2025 · 2 revisions

GetConfig asks the Freenet node for its configuration, optionally including detailed configuration for a number of subsystems.

See ConfigData for the corresponding response.

Example

GetConfig
Identifier=get-config-0001
WithCurrent=true
WithDefaults=false
WithSortOrder=true
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier No An identifier that will be set on the ConfigData reply, if set.
WithCurrent [true, false] No false If true, the returned data will include current configuration values.
WithDefaults [true, false] No  false If true, the returned data will include default configuration values.
WithSortOrder [true, false] No false If true, the returned data will include the sort order of configuration options.
WithExpertFlag [true, false] No false If true, the returned data will include the expert flag of configuration options.
WithForceWriteFlag [true, false] No false If true, the returned data will include the force-write flag of configuration options.
WithShortDescription [true, false] No false If true, the returned data will include the short description of configuration options.
WithLongDescription [true, false] No false If true, the returned data will include the long description of configuration options.
WithDataTypes [true, false] No false If true, the returned data will include the data types of configuration options.

Clone this wiki locally