mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Ikev2 support
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "settings.h"
|
||||
#include "core/servercontroller.h"
|
||||
|
||||
// Retrieve connection settings from server
|
||||
class VpnConfigurator
|
||||
{
|
||||
public:
|
||||
@@ -21,6 +22,7 @@ public:
|
||||
static void updateContainerConfigAfterInstallation(DockerContainer container,
|
||||
QJsonObject &containerConfig, const QString &stdOut);
|
||||
|
||||
static Settings &m_settings();
|
||||
};
|
||||
|
||||
#endif // VPN_CONFIGURATOR_H
|
||||
|
||||
Reference in New Issue
Block a user