From eef5d3cc16bc4971b48d4f6e7c609e3e52dd0539 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 18 Jun 2023 08:49:04 +0800 Subject: [PATCH] Update DNSSettingWindow.xaml.cs https://github.com/2dust/v2rayN/issues/3992 --- v2rayN/v2rayN/Views/DNSSettingWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Views/DNSSettingWindow.xaml.cs b/v2rayN/v2rayN/Views/DNSSettingWindow.xaml.cs index f35c3b18..d95bc136 100644 --- a/v2rayN/v2rayN/Views/DNSSettingWindow.xaml.cs +++ b/v2rayN/v2rayN/Views/DNSSettingWindow.xaml.cs @@ -44,7 +44,7 @@ namespace v2rayN.Views private void linkDnsSingboxObjectDoc_Click(object sender, RoutedEventArgs e) { - Utils.ProcessStart("http://sing-box.sagernet.org/zh/configuration/dns/"); + Utils.ProcessStart("https://sing-box.sagernet.org/zh/configuration/dns/"); } private void btnCancel_Click(object sender, RoutedEventArgs e)