diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eccd16e..71750a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,28 +17,28 @@ jobs: include: - cross_os: public_res cross_arch: public_res - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: windows cross_arch: amd64 - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: linux cross_arch: amd64 - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: linux cross_arch: arm64 - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: darwin cross_arch: amd64 - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: darwin cross_arch: arm64 - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: windowslegacy cross_arch: amd64 - go_version: "1.24.6" + go_version: "1.25.0" - cross_os: windowslegacy cross_arch: 386 - go_version: "1.24.6" + go_version: "1.25.0" fail-fast: false runs-on: ubuntu-latest steps: diff --git a/include/ui/setting/dialog_manage_routes.ui b/include/ui/setting/dialog_manage_routes.ui index 4dd80bf..6090bce 100644 --- a/include/ui/setting/dialog_manage_routes.ui +++ b/include/ui/setting/dialog_manage_routes.ui @@ -295,7 +295,12 @@ For more information, see the document "Configuration/DNS". - tls://8.8.8.8 + tls://8.8.8.8 + + + + + tls://1.1.1.1 @@ -305,37 +310,7 @@ For more information, see the document "Configuration/DNS". - https://8.8.8.8/dns-query - - - - - https://1.0.0.1/dns-query - - - - - https://1.1.1.1/dns-query - - - - - https://dns.google/dns-query - - - - - https://one.one.one.one/dns-query - - - - - https://[2001:4860:4860::8888]/dns-query - - - - - https://[2606:4700:4700::1111]/dns-query + 1.1.1.1 @@ -370,26 +345,6 @@ For more information, see the document "Configuration/DNS". localhost - - - https://223.5.5.5/dns-query - - - - - https://1.12.12.12/dns-query - - - - - https://dns.alidns.com/dns-query - - - - - https://doh.pub/dns-query - - 223.5.5.5 @@ -402,12 +357,12 @@ For more information, see the document "Configuration/DNS". - 2400:3200::1 + 178.22.122.100 - 2402:4e00:: + 77.88.8.8 diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index e8bdb15..114ca0e 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -141,7 +141,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi QStringList args; args.push_back("-port"); args.push_back(Int2String(Configs::dataStore->core_port)); - if (Configs::dataStore->flag_debug) args.push_back("-debug"); + if (Configs::dataStore->log_level == "debug") args.push_back("-debug"); // Start core runOnThread(