WG configurator fix

This commit is contained in:
pokamest 2021-10-20 18:43:51 +03:00
parent a0dbbfa04e
commit a998dc21b0
2 changed files with 13 additions and 0 deletions

View file

@ -34,6 +34,13 @@ constexpr char hash[] = "hash";
constexpr char ncp_disable[] = "ncp_disable";
constexpr char tls_auth[] = "tls_auth";
constexpr char client_priv_key[] = "client_priv_key";
constexpr char client_pub_key[] = "client_pub_key";
constexpr char server_priv_key[] = "server_priv_key";
constexpr char server_pub_key[] = "server_pub_key";
constexpr char psk_key[] = "psk_key";
constexpr char site[] = "site";
constexpr char block_outside_dns[] = "block_outside_dns";