Files

11 lines
154 B
C++
Raw Permalink Normal View History

2023-10-06 17:26:45 +05:00
#include "awgprotocol.h"
2023-10-06 17:19:44 +05:00
Awg::Awg(const QJsonObject &configuration, QObject *parent)
: WireguardProtocol(configuration, parent)
{
}
2023-10-06 17:19:44 +05:00
Awg::~Awg()
{
}