Browse Source

Update DNSSettingWindow.xaml.cs

https://github.com/2dust/v2rayN/issues/3992
pull/4049/head
2dust 1 year ago
parent
commit
eef5d3cc16
  1. 2
      v2rayN/v2rayN/Views/DNSSettingWindow.xaml.cs

2
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)

Loading…
Cancel
Save