mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
Allow traffic to Amezia DNS for all OS
This commit is contained in:
@@ -199,14 +199,6 @@ void LocalSocketController::activate(const QJsonObject &rawConfig) {
|
||||
jsAllowedIPAddesses.append(range);
|
||||
}
|
||||
}
|
||||
|
||||
// Allow access to Amnezia DNS
|
||||
QJsonObject range_ipv4;
|
||||
range_ipv4.insert("address", amnezia::protocols::dns::amneziaDnsIp);
|
||||
range_ipv4.insert("range", 32);
|
||||
range_ipv4.insert("isIpv6", false);
|
||||
jsAllowedIPAddesses.append(range_ipv4);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user