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)