Setup MTU for AWG/WG protocol

This commit is contained in:
Mykola Baibuz
2024-02-10 15:38:03 +02:00
parent dba05aab07
commit 26b8444480
17 changed files with 243 additions and 18 deletions
+1
View File
@@ -33,6 +33,7 @@ class InterfaceConfig {
QString m_serverIpv6AddrIn;
QString m_dnsServer;
int m_serverPort = 0;
int m_deviceMTU = 1420;
QList<IPAddress> m_allowedIPAddressRanges;
QStringList m_excludedAddresses;
QStringList m_vpnDisabledApps;