Allow secondary DNS usage when AmneziaDNS is disabled
This commit is contained in:
parent
b86356b0cc
commit
d434e33e47
9 changed files with 104 additions and 32 deletions
|
|
@ -32,7 +32,8 @@ class InterfaceConfig {
|
|||
QString m_serverIpv4AddrIn;
|
||||
QString m_serverPskKey;
|
||||
QString m_serverIpv6AddrIn;
|
||||
QString m_dnsServer;
|
||||
QString m_primaryDnsServer;
|
||||
QString m_secondaryDnsServer;
|
||||
int m_serverPort = 0;
|
||||
int m_deviceMTU = 1420;
|
||||
QList<IPAddress> m_allowedIPAddressRanges;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue