diff --git a/ProxySU/MainWindow.xaml b/ProxySU/MainWindow.xaml index 92dffbf..cd5bdea 100644 --- a/ProxySU/MainWindow.xaml +++ b/ProxySU/MainWindow.xaml @@ -384,7 +384,7 @@ - + diff --git a/ProxySU/MainWindow.xaml.cs b/ProxySU/MainWindow.xaml.cs index 32b1689..bb5d3ee 100644 --- a/ProxySU/MainWindow.xaml.cs +++ b/ProxySU/MainWindow.xaml.cs @@ -810,13 +810,13 @@ namespace ProxySU { client.RunCommand("ufw allow 80"); client.RunCommand("ufw allow 443"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } else { client.RunCommand($"ufw allow {openFireWallPort}/tcp"); client.RunCommand($"ufw allow {openFireWallPort}/udp"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } } @@ -1668,13 +1668,13 @@ namespace ProxySU { client.RunCommand("ufw allow 80"); client.RunCommand("ufw allow 443"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } else { client.RunCommand($"ufw allow {openFireWallPort}/tcp"); client.RunCommand($"ufw allow {openFireWallPort}/udp"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } } @@ -2204,13 +2204,13 @@ namespace ProxySU { client.RunCommand("ufw allow 80"); client.RunCommand("ufw allow 443"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } else { client.RunCommand($"ufw allow {openFireWallPort}/tcp"); client.RunCommand($"ufw allow {openFireWallPort}/udp"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } } @@ -3116,7 +3116,7 @@ namespace ProxySU client.RunCommand("ufw allow 80"); client.RunCommand("ufw allow 443"); - client.RunCommand("ufw reset"); + client.RunCommand("yes | ufw reset"); } currentStatus = "符合安装要求,V2ray安装中......"; diff --git a/ProxySU/Properties/AssemblyInfo.cs b/ProxySU/Properties/AssemblyInfo.cs index 8f5722d..512eb5a 100644 --- a/ProxySU/Properties/AssemblyInfo.cs +++ b/ProxySU/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/ProxySU/bin/Beta/Beta.zip b/ProxySU/bin/Beta/Beta.zip index b74508a..61d60d8 100644 Binary files a/ProxySU/bin/Beta/Beta.zip and b/ProxySU/bin/Beta/Beta.zip differ