mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 21:12:09 +00:00
Update DNSSettingWindow.xaml.cs
https://github.com/2dust/v2rayN/issues/3992
This commit is contained in:
parent
fd1e1bb6bf
commit
eef5d3cc16
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace v2rayN.Views
|
||||||
|
|
||||||
private void linkDnsSingboxObjectDoc_Click(object sender, RoutedEventArgs e)
|
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)
|
private void btnCancel_Click(object sender, RoutedEventArgs e)
|
||||||
|
|
Loading…
Reference in a new issue