mirror of
https://github.com/amnezia-vpn/amnezia-client-lite.git
synced 2026-05-17 08:35:49 +03:00
11 lines
154 B
C++
11 lines
154 B
C++
#include "awgprotocol.h"
|
|
|
|
Awg::Awg(const QJsonObject &configuration, QObject *parent)
|
|
: WireguardProtocol(configuration, parent)
|
|
{
|
|
}
|
|
|
|
Awg::~Awg()
|
|
{
|
|
}
|