Add allowed DNS list for killswitch
This commit is contained in:
parent
2bff37efae
commit
f5272168bc
4 changed files with 34 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ class InterfaceConfig {
|
|||
QList<IPAddress> m_allowedIPAddressRanges;
|
||||
QStringList m_excludedAddresses;
|
||||
QStringList m_vpnDisabledApps;
|
||||
QStringList m_allowedDnsServers;
|
||||
bool m_killSwitchEnabled;
|
||||
#if defined(MZ_ANDROID) || defined(MZ_IOS)
|
||||
QString m_installationId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue