added protocol_defs for new config keywords
This commit is contained in:
parent
53d7a92a0d
commit
1a44307664
3 changed files with 8 additions and 3 deletions
|
@ -58,6 +58,11 @@ constexpr char additional_server_config[] = "additional_server_config";
|
|||
|
||||
// proto config keys
|
||||
constexpr char last_config[] = "last_config";
|
||||
|
||||
constexpr char is_third_party_config[] = "is_third_party_config";
|
||||
|
||||
constexpr char openvpn[] = "openvpn";
|
||||
|
||||
}
|
||||
|
||||
namespace protocols {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue