Viewing and editing Web Control settings

To view Web Control settings, run the following command:

kesl-control --get-settings 26 [--file <path to configuration file>] [--json]

where:

--file <path to configuration file> – full path to the configuration file to which the settings will be exported.

--json: output data in JSON format.

To edit Web Control settings, run the following command:

kesl-control --set-settings 26 [--file <path to configuration file>] [--json]

where:

--file <path to configuration file> – full path to the configuration file from which the settings will be imported.

--json – import data from a JSON file.

To delete configured settings and reset Web Control settings to the default rule, run the following command:

kesl-control --set-settings 26 --set-to-default

Page top