mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-21 08:53:17 +03:00
v2.4.22
This commit is contained in:
parent
0180a8cbb4
commit
c641daa969
@ -5,7 +5,7 @@
|
|||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:local="clr-namespace:ProxySU"
|
xmlns:local="clr-namespace:ProxySU"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="ProxySU - v2.4.22 Beta2" Height="675" Width="650">
|
Title="ProxySU - v2.4.22" Height="675" Width="650">
|
||||||
<!--以下样式参考自:https://yq.aliyun.com/articles/331878
|
<!--以下样式参考自:https://yq.aliyun.com/articles/331878
|
||||||
https://docs.microsoft.co/en-us/dotnet/desktop-wpf/fundamentals/styles-templates-overview-->
|
https://docs.microsoft.co/en-us/dotnet/desktop-wpf/fundamentals/styles-templates-overview-->
|
||||||
<Window.Resources>
|
<Window.Resources>
|
||||||
|
@ -7485,15 +7485,6 @@ namespace ProxySU
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//****** "当前主机最快的Nat64网关为:" ******
|
|
||||||
//currentStatus = Application.Current.FindResource("DisplayInstallInfo_FindFastestNat64AsIs").ToString();
|
|
||||||
//MainWindowsShowInfo(currentStatus);
|
|
||||||
|
|
||||||
//currentStatus = dns64[0];
|
|
||||||
//MainWindowsShowInfo(currentStatus);
|
|
||||||
//currentStatus = dns64[1];
|
|
||||||
//MainWindowsShowInfo(currentStatus);
|
|
||||||
|
|
||||||
//****** "正在设置Nat64网关......" ******
|
//****** "正在设置Nat64网关......" ******
|
||||||
currentStatus = Application.Current.FindResource("DisplayInstallInfo_SetUpNat64").ToString();
|
currentStatus = Application.Current.FindResource("DisplayInstallInfo_SetUpNat64").ToString();
|
||||||
MainWindowsShowInfo(currentStatus);
|
MainWindowsShowInfo(currentStatus);
|
||||||
@ -7553,12 +7544,6 @@ namespace ProxySU
|
|||||||
"2a00:1098:2c::1",
|
"2a00:1098:2c::1",
|
||||||
"2a09:11c0:100::53",
|
"2a09:11c0:100::53",
|
||||||
};
|
};
|
||||||
//string[] gateNat64 = {
|
|
||||||
// "2a01:4f9:c010:3f02::1",
|
|
||||||
// "2001:67c:2b0::4",
|
|
||||||
// "2001:67c:2b0::6",
|
|
||||||
|
|
||||||
//};
|
|
||||||
|
|
||||||
List<NatDns64> NatDns64s = new List<NatDns64>();
|
List<NatDns64> NatDns64s = new List<NatDns64>();
|
||||||
foreach (string gateip in gateNat64)
|
foreach (string gateip in gateNat64)
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user