feature: added lua codec parameter to awg
This commit is contained in:
parent
0bca78eca9
commit
d241c82500
15 changed files with 55 additions and 4 deletions
|
|
@ -130,6 +130,9 @@ QString InterfaceConfig::toWgConf(const QMap<QString, QString>& extra) const {
|
|||
if (!m_transportPacketMagicHeader.isNull()) {
|
||||
out << "H4 = " << m_transportPacketMagicHeader << "\n";
|
||||
}
|
||||
if (!m_luaCodec.isNull()) {
|
||||
out << "LuaCodec = " << m_luaCodec << "\n";
|
||||
}
|
||||
|
||||
// If any extra config was provided, append it now.
|
||||
for (const QString& key : extra.keys()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue