1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-20 10:19:20 +03:00
Files
SoftEtherVPN/src/Cedar
Davide Beatrici 5209b310e3 Cedar/Command: add ProtoOptionsGet and ProtoOptionsSet commands
ProtoOptionsGet command - Lists the options for the specified protocol
Help for command "ProtoOptionsGet"

Purpose:
  Lists the options for the specified protocol

Description:
  This command can be used to retrieve the options for a specific protocol.
  Detailed info (e.g. value type) will be shown.
  You can change an option's value with the ProtoOptionsSet command.

Usage:
  ProtoOptionsGet [protocol]

Parameters:
  protocol - Protocol name.

ProtoOptionsSet command - Sets an option's value for the specified protocol
Help for command "ProtoOptionsSet"

Purpose:
  Sets an option's value for the specified protocol

Description:
  This command can be used to change an option's value for a specific protocol.
  You can retrieve the options using the ProtoOptionsGet command.
  To execute this command, you must have VPN Server administrator privileges.

Usage:
  ProtoOptionsSet [protocol] [/NAME:option_name] [/VALUE:string/true/false]

Parameters:
  protocol - Protocol name.
  /NAME    - Option name.
  /VALUE   - Option value. Make sure to write a value that is accepted by the specified protocol!
2020-07-28 00:57:36 +02:00
..
2018-05-16 23:47:10 +02:00
2020-05-01 07:14:38 +02:00
2020-05-19 17:25:04 +03:00
2014-01-04 22:00:08 +09:00
2014-01-04 22:00:08 +09:00
2019-11-23 04:23:51 +01:00
2020-07-28 00:57:36 +02:00
2020-07-28 00:57:36 +02:00
2020-07-17 02:00:30 +02:00
2019-10-30 01:39:11 +01:00
2019-11-23 04:23:51 +01:00
2020-05-11 23:06:01 +02:00