From 65fa1b6a8ac0b54aea0b6e6dcef5a8f207810c62 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 2 Aug 2025 15:35:00 +0330 Subject: [PATCH] Revert "set local dns to dhcp for linux and mac" This reverts commit 373beae65bc8206ef1ff7e5b2345d16a265db96a. --- include/global/DataStore.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/global/DataStore.hpp b/include/global/DataStore.hpp index 7829278..7878161 100644 --- a/include/global/DataStore.hpp +++ b/include/global/DataStore.hpp @@ -11,11 +11,7 @@ namespace Configs { // DNS QString remote_dns = "tls://8.8.8.8"; QString remote_dns_strategy = ""; -#ifdef Q_OS_WIN QString direct_dns = "localhost"; -#else - QString direct_dns = "dhcp://auto"; -#endif QString direct_dns_strategy = ""; bool use_dns_object = false; QString dns_object = "";