From e4bd5a916756e9dabeccfdf19566c8f69065853f Mon Sep 17 00:00:00 2001 From: autumn Date: Thu, 2 Sep 2021 18:56:01 +0800 Subject: [PATCH 01/50] =?UTF-8?q?naiveproxy=E9=97=AA=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProxySuper.Core/Models/Record.cs | 2 +- ProxySuper.WPF/ProxySuper.WPF.csproj | 18 +++++++++--------- .../NaiveProxyConfigView.xaml} | 4 ++-- .../NaiveProxyConfigView.xaml.cs} | 4 ++-- .../NaiveProxyEditorView.xaml} | 4 ++-- .../NaiveProxyEditorView.xaml.cs} | 4 ++-- .../NaiveProxyInstallView.xaml} | 4 ++-- .../NaiveProxyInstallView.xaml.cs} | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) rename ProxySuper.WPF/Views/{NaiveProto/NaiveProtoConfigView.xaml => NaiveProxy/NaiveProxyConfigView.xaml} (93%) rename ProxySuper.WPF/Views/{NaiveProto/NaiveProtoConfigView.xaml.cs => NaiveProxy/NaiveProxyConfigView.xaml.cs} (70%) rename ProxySuper.WPF/Views/{NaiveProto/NaiveProtoEditorView.xaml => NaiveProxy/NaiveProxyEditorView.xaml} (96%) rename ProxySuper.WPF/Views/{NaiveProto/NaiveProtoEditorView.xaml.cs => NaiveProxy/NaiveProxyEditorView.xaml.cs} (70%) rename ProxySuper.WPF/Views/{NaiveProto/NaiveProtoInstallView.xaml => NaiveProxy/NaiveProxyInstallView.xaml} (96%) rename ProxySuper.WPF/Views/{NaiveProto/NaiveProtoInstallView.xaml.cs => NaiveProxy/NaiveProxyInstallView.xaml.cs} (85%) diff --git a/ProxySuper.Core/Models/Record.cs b/ProxySuper.Core/Models/Record.cs index 0363a9b..b48001e 100644 --- a/ProxySuper.Core/Models/Record.cs +++ b/ProxySuper.Core/Models/Record.cs @@ -42,7 +42,7 @@ namespace ProxySuper.Core.Models [JsonProperty("trojanGoSettings")] public TrojanGoSettings TrojanGoSettings { get; set; } - [JsonProperty("naiveProtoSettings")] + [JsonProperty("naiveProxySettings")] public NaiveProxySettings NaiveProxySettings { get; set; } [JsonProperty("brook")] diff --git a/ProxySuper.WPF/ProxySuper.WPF.csproj b/ProxySuper.WPF/ProxySuper.WPF.csproj index d10a899..bc4d57b 100644 --- a/ProxySuper.WPF/ProxySuper.WPF.csproj +++ b/ProxySuper.WPF/ProxySuper.WPF.csproj @@ -144,14 +144,14 @@ MTProxyGoInstallView.xaml - - NaiveProtoConfigView.xaml + + NaiveProxyConfigView.xaml - - NaiveProtoEditorView.xaml + + NaiveProxyEditorView.xaml - - NaiveProtoInstallView.xaml + + NaiveProxyInstallView.xaml ShareLinkView.xaml @@ -299,15 +299,15 @@ Designer MSBuild:Compile - + Designer MSBuild:Compile - + Designer MSBuild:Compile - + Designer MSBuild:Compile diff --git a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoConfigView.xaml b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyConfigView.xaml similarity index 93% rename from ProxySuper.WPF/Views/NaiveProto/NaiveProtoConfigView.xaml rename to ProxySuper.WPF/Views/NaiveProxy/NaiveProxyConfigView.xaml index ab48e08..3603b25 100644 --- a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoConfigView.xaml +++ b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyConfigView.xaml @@ -1,4 +1,4 @@ - + Title="NaiveProxy配置" Height="450" Width="800"> diff --git a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoConfigView.xaml.cs b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyConfigView.xaml.cs similarity index 70% rename from ProxySuper.WPF/Views/NaiveProto/NaiveProtoConfigView.xaml.cs rename to ProxySuper.WPF/Views/NaiveProxy/NaiveProxyConfigView.xaml.cs index bf2ece3..bcd9f4d 100644 --- a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoConfigView.xaml.cs +++ b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyConfigView.xaml.cs @@ -5,9 +5,9 @@ namespace ProxySuper.WPF.Views /// /// NaiveProxyConfigView.xaml 的交互逻辑 /// - public partial class NaiveProtoConfigView : MvxWindow + public partial class NaiveProxyConfigView : MvxWindow { - public NaiveProtoConfigView() + public NaiveProxyConfigView() { InitializeComponent(); } diff --git a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoEditorView.xaml b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyEditorView.xaml similarity index 96% rename from ProxySuper.WPF/Views/NaiveProto/NaiveProtoEditorView.xaml rename to ProxySuper.WPF/Views/NaiveProxy/NaiveProxyEditorView.xaml index cbd2b58..b764166 100644 --- a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoEditorView.xaml +++ b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyEditorView.xaml @@ -1,4 +1,4 @@ - + Title="NaiveProxy编辑配置" Height="600" Width="1000"> diff --git a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoEditorView.xaml.cs b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyEditorView.xaml.cs similarity index 70% rename from ProxySuper.WPF/Views/NaiveProto/NaiveProtoEditorView.xaml.cs rename to ProxySuper.WPF/Views/NaiveProxy/NaiveProxyEditorView.xaml.cs index a4c4ae0..4a948bd 100644 --- a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoEditorView.xaml.cs +++ b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyEditorView.xaml.cs @@ -5,9 +5,9 @@ namespace ProxySuper.WPF.Views /// /// NaiveProxyEditorView.xaml 的交互逻辑 /// - public partial class NaiveProtoEditorView : MvxWindow + public partial class NaiveProxyEditorView : MvxWindow { - public NaiveProtoEditorView() + public NaiveProxyEditorView() { InitializeComponent(); } diff --git a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoInstallView.xaml b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyInstallView.xaml similarity index 96% rename from ProxySuper.WPF/Views/NaiveProto/NaiveProtoInstallView.xaml rename to ProxySuper.WPF/Views/NaiveProxy/NaiveProxyInstallView.xaml index 0798cd3..a2dfd4e 100644 --- a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoInstallView.xaml +++ b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyInstallView.xaml @@ -1,4 +1,4 @@ - + Title="TrojanGo安装" Height="600" Width="1000"> diff --git a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoInstallView.xaml.cs b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyInstallView.xaml.cs similarity index 85% rename from ProxySuper.WPF/Views/NaiveProto/NaiveProtoInstallView.xaml.cs rename to ProxySuper.WPF/Views/NaiveProxy/NaiveProxyInstallView.xaml.cs index 62da6f2..da77f21 100644 --- a/ProxySuper.WPF/Views/NaiveProto/NaiveProtoInstallView.xaml.cs +++ b/ProxySuper.WPF/Views/NaiveProxy/NaiveProxyInstallView.xaml.cs @@ -18,9 +18,9 @@ namespace ProxySuper.WPF.Views.NaiveProxy /// /// NaiveProxyInstallViewModel.xaml 的交互逻辑 /// - public partial class NaiveProtoInstallView : MvxWindow + public partial class NaiveProxyInstallView : MvxWindow { - public NaiveProtoInstallView() + public NaiveProxyInstallView() { InitializeComponent(); } From 3e71d144245fa6c0d9bb268535c076ae5a672ef0 Mon Sep 17 00:00:00 2001 From: autumn Date: Tue, 7 Sep 2021 17:52:13 +0800 Subject: [PATCH 02/50] port issue --- ProxySuper.Core/Services/ServiceBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProxySuper.Core/Services/ServiceBase.cs b/ProxySuper.Core/Services/ServiceBase.cs index 7558a60..75f677a 100644 --- a/ProxySuper.Core/Services/ServiceBase.cs +++ b/ProxySuper.Core/Services/ServiceBase.cs @@ -799,6 +799,7 @@ namespace ProxySuper.Core.Services return new ConnectionInfo( host: _host.Address, username: _host.UserName, + port: _host.Port, authenticationMethods: authMethods.ToArray()); } From 1792c6912aabb1b8fc271dd1cab4ffdbfa0a1a42 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:58:07 +0800 Subject: [PATCH 03/50] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6f4a85d..32aa5c5 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,13 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram * 在线提问 https://github.com/proxysu/windows/issues 在使用遇到问题时,请先看一下[常见问题集锦](https://github.com/proxysu/windows/wiki/CommonError),如果还不能解决,可以到以上平台询问,个人精力有限,尽力解答。 + + + +## 云主机 + +CN2 GIA $3.08/月 +AS9929 $2.50/月 +https://cloudpowerall.com/aff.php?aff=3225 + + From 34fb030b9500c724444fdc3a2cb098d0350b6549 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:58:42 +0800 Subject: [PATCH 04/50] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32aa5c5..d44759c 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 -CN2 GIA $3.08/月 -AS9929 $2.50/月 -https://cloudpowerall.com/aff.php?aff=3225 +*CN2 GIA $3.08/月 +*AS9929 $2.50/月 +*https://cloudpowerall.com/aff.php?aff=3225 From 87f01d180d91a43dc71ec90e173028cd0eb6e8fe Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:59:12 +0800 Subject: [PATCH 05/50] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d44759c..81dbc28 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 - -*CN2 GIA $3.08/月 -*AS9929 $2.50/月 -*https://cloudpowerall.com/aff.php?aff=3225 +CN2 GIA $3.08/月 +AS9929 $2.50/月 +https://cloudpowerall.com/aff.php?aff=3225 From 57b222bc5bd78b97b85dca74062b63540e137f22 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 10:01:40 +0800 Subject: [PATCH 06/50] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81dbc28..ef70253 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 -CN2 GIA $3.08/月 -AS9929 $2.50/月 -https://cloudpowerall.com/aff.php?aff=3225 +超便宜的CN2 GIA和AS9929,不到 $3/月,已正常使用半年。 +地址:https://cloudpowerall.com/aff.php?aff=3225 From ca011906722c165e1cc5b375a807a88a79de05ac Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 10:03:59 +0800 Subject: [PATCH 07/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef70253..bc2983d 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 -超便宜的CN2 GIA和AS9929,不到 $3/月,已正常使用半年。 +超便宜的CN2 GIA($36.99/年)和AS9929($29.99/年),已正常使用半年。 地址:https://cloudpowerall.com/aff.php?aff=3225 From 9ae318c01fc8a3c3f178c71e03fd85cc4e4897e2 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 10:49:13 +0800 Subject: [PATCH 08/50] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc2983d..01bd837 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,23 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram -## 云主机 -超便宜的CN2 GIA($36.99/年)和AS9929($29.99/年),已正常使用半年。 -地址:https://cloudpowerall.com/aff.php?aff=3225 +## 云主机 + +下面连接购买,作者可获得推广佣金,谢谢支持! + +* CloudPowerall +超便宜的CN2 GIA($36.99/年) +AS9929($29.99/年) +已正常使用半年 +地址:https://cloudpowerall.com/aff.php?aff=3225 + +* 搬瓦工 +洛杉矶 CN2 ¥49.99/年 | 1核1G 1000GB/月 +https://bandwagonhost.com/aff.php?aff=66053&pid=57 + + + + + From e1b92a499eb2620c48deab4d5e3c8768692693ec Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 10:49:44 +0800 Subject: [PATCH 09/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01bd837..cfffbb1 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram * CloudPowerall 超便宜的CN2 GIA($36.99/年) AS9929($29.99/年) -已正常使用半年 +作者已正常使用半年 地址:https://cloudpowerall.com/aff.php?aff=3225 * 搬瓦工 From fb8a0de49dbe4546def6dacb96a4cd2dc0971dc1 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Fri, 10 Sep 2021 16:55:56 +0800 Subject: [PATCH 10/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfffbb1..a83fd82 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ AS9929($29.99/年) 地址:https://cloudpowerall.com/aff.php?aff=3225 * 搬瓦工 -洛杉矶 CN2 ¥49.99/年 | 1核1G 1000GB/月 +洛杉矶 CN2 ¥49.99/年 | 1核1G 1000GB/月 https://bandwagonhost.com/aff.php?aff=66053&pid=57 From 725d202b3821602c037fbf619f308c3fefb575c0 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:48:14 +0800 Subject: [PATCH 11/50] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a83fd82..f4ea003 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,15 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram AS9929($29.99/年) 作者已正常使用半年 地址:https://cloudpowerall.com/aff.php?aff=3225 - + * 搬瓦工 -洛杉矶 CN2 ¥49.99/年 | 1核1G 1000GB/月 +洛杉矶 CN2 $49.99/年 | 1核1G 1000GB/月 https://bandwagonhost.com/aff.php?aff=66053&pid=57 +* HostDare +CN2 GIA $49.99/年 1核765M (50mbps CN2 GIA,CU,CM) 600GB/月 +https://manage.hostdare.com/aff.php?aff=3036&pid=74 + From d3619fadd7479c653ade5cd233f059b5d0fe91c8 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:49:13 +0800 Subject: [PATCH 12/50] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4ea003..07b45d8 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ AS9929($29.99/年) 洛杉矶 CN2 $49.99/年 | 1核1G 1000GB/月 https://bandwagonhost.com/aff.php?aff=66053&pid=57 -* HostDare -CN2 GIA $49.99/年 1核765M (50mbps CN2 GIA,CU,CM) 600GB/月 +* HostDare +$49.99/年 | 1核765M 600GB/月 | 带宽:50mbps | 线路:CN2 GIA,CU,CM https://manage.hostdare.com/aff.php?aff=3036&pid=74 From a637e6fc54dd0d937d60e0610c03c2239ba653e5 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:49:27 +0800 Subject: [PATCH 13/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b45d8..1e084e7 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ AS9929($29.99/年) https://bandwagonhost.com/aff.php?aff=66053&pid=57 * HostDare -$49.99/年 | 1核765M 600GB/月 | 带宽:50mbps | 线路:CN2 GIA,CU,CM +$49.99/年 | 1核765M 600GB/月 | 带宽:50mbps | 线路:CN2 GIA,CU,CM https://manage.hostdare.com/aff.php?aff=3036&pid=74 From 96ed54702b65757e3f4008b3dc8cb911b60119a6 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:49:46 +0800 Subject: [PATCH 14/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e084e7..b50f302 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ AS9929($29.99/年) 洛杉矶 CN2 $49.99/年 | 1核1G 1000GB/月 https://bandwagonhost.com/aff.php?aff=66053&pid=57 -* HostDare +* HostDare $49.99/年 | 1核765M 600GB/月 | 带宽:50mbps | 线路:CN2 GIA,CU,CM https://manage.hostdare.com/aff.php?aff=3036&pid=74 From dbadab149913db6066a319e28c647f4a41a1f905 Mon Sep 17 00:00:00 2001 From: autumn Date: Tue, 14 Sep 2021 10:31:37 +0800 Subject: [PATCH 15/50] trojan-go disabled log --- ProxySuper.WPF/Templates/trojan-go/trojan-go.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ProxySuper.WPF/Templates/trojan-go/trojan-go.json b/ProxySuper.WPF/Templates/trojan-go/trojan-go.json index 7e624a9..cfe6b10 100644 --- a/ProxySuper.WPF/Templates/trojan-go/trojan-go.json +++ b/ProxySuper.WPF/Templates/trojan-go/trojan-go.json @@ -1,4 +1,5 @@ { + "log_level": 5, "run_type": "server", "local_addr": "0.0.0.0", "local_port": 443, From bc903cbf4a23901c980285003a83d46d5f055c6c Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:29:15 +0800 Subject: [PATCH 16/50] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b50f302..201bbc0 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,17 @@ AS9929($29.99/年) 作者已正常使用半年 地址:https://cloudpowerall.com/aff.php?aff=3225 +* Cloudcone +洛杉矶 CN2 GIA(CHINA OPTIMIZED) $40/年 | 1核512M | 500G流量 +https://app.cloudcone.com/compute/1024/create?ref=7021 + +洛杉矶 CN2 GIA(CHINA OPTIMIZED) $45/年 | 1核1G | 700G流量 +https://app.cloudcone.com/compute/1025/create?ref=7021 + +洛杉矶 CN2 GIA(CHINA OPTIMIZED) $49.55/年 | 1核2G | 1000G流量 +https://app.cloudcone.com/compute/1026/create?ref=7021 + + * 搬瓦工 洛杉矶 CN2 $49.99/年 | 1核1G 1000GB/月 https://bandwagonhost.com/aff.php?aff=66053&pid=57 From f0905945f65c0dab8e9dad7e6a26c57e28748d9c Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:29:40 +0800 Subject: [PATCH 17/50] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 201bbc0..ccfb1d5 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,8 @@ AS9929($29.99/年) * Cloudcone 洛杉矶 CN2 GIA(CHINA OPTIMIZED) $40/年 | 1核512M | 500G流量 https://app.cloudcone.com/compute/1024/create?ref=7021 - 洛杉矶 CN2 GIA(CHINA OPTIMIZED) $45/年 | 1核1G | 700G流量 https://app.cloudcone.com/compute/1025/create?ref=7021 - 洛杉矶 CN2 GIA(CHINA OPTIMIZED) $49.55/年 | 1核2G | 1000G流量 https://app.cloudcone.com/compute/1026/create?ref=7021 From 9a552edbeb654719a989450ad30db967df6db1fe Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:30:49 +0800 Subject: [PATCH 18/50] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccfb1d5..7f6f113 100644 --- a/README.md +++ b/README.md @@ -131,14 +131,14 @@ https://app.cloudcone.com/compute/1025/create?ref=7021 洛杉矶 CN2 GIA(CHINA OPTIMIZED) $49.55/年 | 1核2G | 1000G流量 https://app.cloudcone.com/compute/1026/create?ref=7021 +* HostDare +线路:CN2 GIA,CU,CM $49.99/年 | 1核765M 600GB/月 | 带宽:50mbps +https://manage.hostdare.com/aff.php?aff=3036&pid=74 * 搬瓦工 洛杉矶 CN2 $49.99/年 | 1核1G 1000GB/月 https://bandwagonhost.com/aff.php?aff=66053&pid=57 -* HostDare -$49.99/年 | 1核765M 600GB/月 | 带宽:50mbps | 线路:CN2 GIA,CU,CM -https://manage.hostdare.com/aff.php?aff=3036&pid=74 From d30ead12af479e1f15b6a18ebcdcd571d12ce20c Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:03:11 +0800 Subject: [PATCH 19/50] Update README.md --- README.md | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 7f6f113..7934178 100644 --- a/README.md +++ b/README.md @@ -117,29 +117,14 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! -* CloudPowerall -超便宜的CN2 GIA($36.99/年) -AS9929($29.99/年) -作者已正常使用半年 -地址:https://cloudpowerall.com/aff.php?aff=3225 - -* Cloudcone -洛杉矶 CN2 GIA(CHINA OPTIMIZED) $40/年 | 1核512M | 500G流量 -https://app.cloudcone.com/compute/1024/create?ref=7021 -洛杉矶 CN2 GIA(CHINA OPTIMIZED) $45/年 | 1核1G | 700G流量 -https://app.cloudcone.com/compute/1025/create?ref=7021 -洛杉矶 CN2 GIA(CHINA OPTIMIZED) $49.55/年 | 1核2G | 1000G流量 -https://app.cloudcone.com/compute/1026/create?ref=7021 - -* HostDare -线路:CN2 GIA,CU,CM $49.99/年 | 1核765M 600GB/月 | 带宽:50mbps -https://manage.hostdare.com/aff.php?aff=3036&pid=74 - -* 搬瓦工 -洛杉矶 CN2 $49.99/年 | 1核1G 1000GB/月 -https://bandwagonhost.com/aff.php?aff=66053&pid=57 - - +| 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | +| ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | +| CLoudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | +| CLoudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https:/ | +| CLoudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | +| CLoudPower | AS9929 | 1 核 1G | 1000GB | 4.99/月 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | +| ---------- | ------- | ------- | ------ | -------- | ------------ | +| Cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | From 535998f233d917c7fd4938079904473c2f400fbf Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:04:53 +0800 Subject: [PATCH 20/50] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7934178..e909463 100644 --- a/README.md +++ b/README.md @@ -112,22 +112,18 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 在使用遇到问题时,请先看一下[常见问题集锦](https://github.com/proxysu/windows/wiki/CommonError),如果还不能解决,可以到以上平台询问,个人精力有限,尽力解答。 - ## 云主机 - 下面连接购买,作者可获得推广佣金,谢谢支持! - | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | | CLoudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | -| CLoudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https:/ | +| CLoudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=144) | | CLoudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | | CLoudPower | AS9929 | 1 核 1G | 1000GB | 4.99/月 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | | ---------- | ------- | ------- | ------ | -------- | ------------ | | Cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | - - - +| ---------- | ------- | ------- | ------ | -------- | ------------ | +| 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | From 10a62f55ebb52e2a687422d57186a46470679e3a Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:06:33 +0800 Subject: [PATCH 21/50] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e909463..0466991 100644 --- a/README.md +++ b/README.md @@ -114,15 +114,14 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 下面连接购买,作者可获得推广佣金,谢谢支持! +CloudPower的cn2 gia比较便宜,作者已稳定用过半年。 | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | +| Cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | CLoudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | | CLoudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=144) | | CLoudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | | CLoudPower | AS9929 | 1 核 1G | 1000GB | 4.99/月 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | -| ---------- | ------- | ------- | ------ | -------- | ------------ | -| Cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | -| ---------- | ------- | ------- | ------ | -------- | ------------ | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | From 751b0d19cab48d54d498931560d7df49b7061d65 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:07:35 +0800 Subject: [PATCH 22/50] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0466991..e2a4d94 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,11 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram CloudPower的cn2 gia比较便宜,作者已稳定用过半年。 | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | -| Cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | -| CLoudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | -| CLoudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=144) | -| CLoudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | -| CLoudPower | AS9929 | 1 核 1G | 1000GB | 4.99/月 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | +| cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | +| CloudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | +| CloudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=144) | +| CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | +| CloudPower | AS9929 | 1 核 1G | 1000GB | 4.99/月 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | From 682ceadd5e81a634ded3b8f948fd725516c85f51 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:09:05 +0800 Subject: [PATCH 23/50] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a4d94..315ad70 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,10 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 -下面连接购买,作者可获得推广佣金,谢谢支持! +下面连接购买,作者可获得推广佣金,谢谢支持! +以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,作者已稳定用过半年。 + | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | From 38784d1e4e53afec1b92ae317975d25c315ecafa Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:45:34 +0800 Subject: [PATCH 24/50] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 315ad70..aba8c0c 100644 --- a/README.md +++ b/README.md @@ -119,11 +119,9 @@ CloudPower的cn2 gia比较便宜,作者已稳定用过半年。 | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | -| cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | CloudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | -| CloudPower | CN2 GIA | 1 核 1G | 1000GB | 5.99/月 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=144) | -| CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | -| CloudPower | AS9929 | 1 核 1G | 1000GB | 4.99/月 | [CloudPower](https://cloudpowerall.com/aff.php?aff=3225) | +| CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | +| cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | From ba48b34c9a8e240cc4714fcea5604d1173952ebd Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:46:29 +0800 Subject: [PATCH 25/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aba8c0c..7a2645b 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram ## 云主机 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -CloudPower的cn2 gia比较便宜,作者已稳定用过半年。 +CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From e7da4962e87f14076ebf02139115867dfbb9a4c9 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:42:30 +0800 Subject: [PATCH 26/50] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2645b..fc56a31 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 在使用遇到问题时,请先看一下[常见问题集锦](https://github.com/proxysu/windows/wiki/CommonError),如果还不能解决,可以到以上平台询问,个人精力有限,尽力解答。 -## 云主机 +## 云主机 + 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 @@ -123,6 +124,9 @@ CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半 | CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | +| 水墨云 | 香港CMI 移动电信直连 | 1 核 1G | 2000GB | 111RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468?pid=838) | + +水墨云最近优惠 From 361bdb4e2d364496bceed83d2cc7a7bb56e45c1a Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:43:23 +0800 Subject: [PATCH 27/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc56a31..3cd8f9b 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半 | CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | -| 水墨云 | 香港CMI 移动电信直连 | 1 核 1G | 2000GB | 111RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468?pid=838) | +| 水墨云 | 香港CMI 移动电信直连 | 1 核 1G | 2000GB | 111RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | 水墨云最近优惠 From 983e15f98f5dbeb6e70fa4a9d82029530d91c934 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:44:08 +0800 Subject: [PATCH 28/50] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cd8f9b..e6489e5 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,9 @@ CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半 | CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | -| 水墨云 | 香港CMI 移动电信直连 | 1 核 1G | 2000GB | 111RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | +| 水墨云 | 香港 移动电信直连 | 1 核 1G | 2000GB | 111 RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | -水墨云最近优惠 +水墨云最近双十一优惠,有香港主机。 From d628147bdb6a638e63609f872eb0672cf77a96ac Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:46:30 +0800 Subject: [PATCH 29/50] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e6489e5..4098cf5 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,6 @@ CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半 | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | | 水墨云 | 香港 移动电信直连 | 1 核 1G | 2000GB | 111 RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | -水墨云最近双十一优惠,有香港主机。 From fcaa50b248efb543336086a20c89af3e00733371 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:49:19 +0800 Subject: [PATCH 30/50] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4098cf5..3422249 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 +水墨云最近双十一优惠可以关注,这家香港主机优惠价格比较实惠,香港机延迟低,##(注意)其支付信息是国内企业。 | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From 9cec097baaaf90292bc8d2fe1e4b37a53722f9d5 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:50:27 +0800 Subject: [PATCH 31/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3422249..b89ad7c 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 -水墨云最近双十一优惠可以关注,这家香港主机优惠价格比较实惠,香港机延迟低,##(注意)其支付信息是国内企业。 +水墨云优惠的香港主机延迟低,其支付宝是国内企业注册,要注意安全。 | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From 62c2ad7be8a737eeeba0588b86149bd26d0517ac Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:51:02 +0800 Subject: [PATCH 32/50] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b89ad7c..f19639a 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 -水墨云优惠的香港主机延迟低,其支付宝是国内企业注册,要注意安全。 +CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 +水墨云优惠的香港主机延迟低,## 其支付宝是国内企业注册,要注意安全。## | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From d87e4ddb96d4f3931aa2c9f9bd175c3c03bdc0cf Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:52:12 +0800 Subject: [PATCH 33/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19639a..0c03842 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 -水墨云优惠的香港主机延迟低,## 其支付宝是国内企业注册,要注意安全。## +水墨云优惠的香港主机延迟低,**提醒:其支付宝支付是国内企业注册** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From 14c622b27247165347883b99ea0f4efd78a67344 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:53:22 +0800 Subject: [PATCH 34/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c03842..d180748 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 -水墨云优惠的香港主机延迟低,**提醒:其支付宝支付是国内企业注册** +水墨云双11优惠,这家香港主机延迟比美国之类明显低,**提醒:其支付宝支付是国内企业注册** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From aaf899ea7331c245d20d2acbad33b20dc43bf2a4 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:54:51 +0800 Subject: [PATCH 35/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d180748..08560d1 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 -水墨云双11优惠,这家香港主机延迟比美国之类明显低,**提醒:其支付宝支付是国内企业注册** +水墨云双11优惠,这家香港主机延迟非常低,要根据自己的网络选择线路。 **提醒:其支付宝支付是国内企业注册** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From 0937e8083d38f236bf7b5a06e1f87fe11ce91671 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:55:38 +0800 Subject: [PATCH 36/50] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 08560d1..c921e07 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,6 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -CloudPower的cn2 gia比较便宜,每天数量有限,作者已稳定用过半年。 -水墨云双11优惠,这家香港主机延迟非常低,要根据自己的网络选择线路。 **提醒:其支付宝支付是国内企业注册** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | From b185e4f64ecfc51fa0009c1fc876dbb6eee47b6e Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:01:31 +0800 Subject: [PATCH 37/50] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c921e07..3fa3e34 100644 --- a/README.md +++ b/README.md @@ -117,13 +117,18 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 +作者用过的: +CloudPower 的gia线路,比较稳定已使用快1年. +水墨云 的活动时期买过香港GIA非常合算,延迟非常低,我这里ping 65ms. +**水墨云支付宝支付是国内企业注册,需要注意安全.** + | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | | ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | | CloudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | | CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | -| 水墨云 | 香港 移动电信直连 | 1 核 1G | 2000GB | 111 RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | +| 水墨云双11活动 | 香港 移动电信直连 | 1 核 1G | 2000GB | 111 RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | From 4f23cd735cdcb77dcda6f94173ae692cd6cff8ae Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:02:23 +0800 Subject: [PATCH 38/50] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fa3e34..c8fdbc4 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 以下是国内优化线路、比较实惠的vps。 作者用过的: -CloudPower 的gia线路,比较稳定已使用快1年. -水墨云 的活动时期买过香港GIA非常合算,延迟非常低,我这里ping 65ms. +CloudPower 的gia线路,比较稳定已使用半年多. +水墨云 的活动时期买过香港GIA三网直连,延迟非常低,已使用半年多,我这里ping 65ms. **水墨云支付宝支付是国内企业注册,需要注意安全.** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | From 1b8240b460c4aa41568d6e39251915e1952bf6fd Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:02:39 +0800 Subject: [PATCH 39/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8fdbc4..d0fb9f1 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 以下是国内优化线路、比较实惠的vps。 作者用过的: -CloudPower 的gia线路,比较稳定已使用半年多. +CloudPower 的gia线路,比较稳定已使用半年多. 水墨云 的活动时期买过香港GIA三网直连,延迟非常低,已使用半年多,我这里ping 65ms. **水墨云支付宝支付是国内企业注册,需要注意安全.** From 6b10682060c0487efaf128deabbd9ff24c77d398 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:03:31 +0800 Subject: [PATCH 40/50] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0fb9f1..ebc59ed 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -作者用过的: -CloudPower 的gia线路,比较稳定已使用半年多. -水墨云 的活动时期买过香港GIA三网直连,延迟非常低,已使用半年多,我这里ping 65ms. +CloudPower:gia线路,比较稳定已使用半年多. +水墨云:买过香港GIA三网直连,延迟非常低,已使用半年多,我这里ping 65ms. **水墨云支付宝支付是国内企业注册,需要注意安全.** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | From 460b9a9abcd00c677c3c680c6aab2e2916d2cbe2 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:05:14 +0800 Subject: [PATCH 41/50] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc59ed..3b424c0 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -CloudPower:gia线路,比较稳定已使用半年多. -水墨云:买过香港GIA三网直连,延迟非常低,已使用半年多,我这里ping 65ms. +CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 +水墨云:买过香港GIA三网直连,ping 稳定在 65ms,已使用半年多。 **水墨云支付宝支付是国内企业注册,需要注意安全.** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | From 84674d15ac3b00a7666a29ff46f3136cc4daaf9a Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:05:27 +0800 Subject: [PATCH 42/50] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b424c0..40419ae 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 -水墨云:买过香港GIA三网直连,ping 稳定在 65ms,已使用半年多。 +CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 +水墨云:买过香港GIA三网直连,ping 稳定在 65ms,已使用半年多。 **水墨云支付宝支付是国内企业注册,需要注意安全.** | 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | From c2b764a7c9189693b96059c88aa01b069969fa58 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:06:52 +0800 Subject: [PATCH 43/50] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40419ae..5c3d234 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 +延迟参考:中国华北地区,联通。 CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 水墨云:买过香港GIA三网直连,ping 稳定在 65ms,已使用半年多。 **水墨云支付宝支付是国内企业注册,需要注意安全.** From 3fc01e8f2f8d944e3cb1a1cf4ff5e75850593898 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:07:03 +0800 Subject: [PATCH 44/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c3d234..1352b69 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 下面连接购买,作者可获得推广佣金,谢谢支持! 以下是国内优化线路、比较实惠的vps。 -延迟参考:中国华北地区,联通。 +延迟参考:中国华北地区,联通。 CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 水墨云:买过香港GIA三网直连,ping 稳定在 65ms,已使用半年多。 **水墨云支付宝支付是国内企业注册,需要注意安全.** From 9f4edca5d496db8ec9e5c7ad256e1dec3a738352 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Wed, 27 Oct 2021 14:58:34 +0800 Subject: [PATCH 45/50] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1352b69..f1798d6 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 | CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | -| 水墨云双11活动 | 香港 移动电信直连 | 1 核 1G | 2000GB | 111 RMB/季 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=838) | +| 水墨云活动 | 香港 移动电信直连 | 1 核 512 | 1000GB | 199人民币/年 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=852) | From bd32650fa92835dea0d82995b50729e5392f2974 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:42:26 +0800 Subject: [PATCH 46/50] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1798d6..5360c57 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | | 水墨云活动 | 香港 移动电信直连 | 1 核 512 | 1000GB | 199人民币/年 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=852) | +| 水墨云活动 | 香港 三网直连 | 1 核 512 | 500GB | 199人民币/年 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=851) | From eaca464f9cab7596f4bf2c74c286e2fb84f12144 Mon Sep 17 00:00:00 2001 From: proxysu Date: Sat, 27 Nov 2021 11:47:31 +0800 Subject: [PATCH 47/50] update... --- ProxySuper.Core/Services/XrayService.cs | 3 +-- .../Views/V2ray/V2rayConfigView.xaml | 1 + .../Views/V2ray/V2rayConfigView.xaml.cs | 16 ++++++++++++++++ ProxySuper.WPF/Views/Xray/XrayConfigView.xaml | 1 + .../Views/Xray/XrayConfigView.xaml.cs | 19 +++++++++++++++++-- 5 files changed, 36 insertions(+), 4 deletions(-) diff --git a/ProxySuper.Core/Services/XrayService.cs b/ProxySuper.Core/Services/XrayService.cs index dce2df3..4c62dc9 100644 --- a/ProxySuper.Core/Services/XrayService.cs +++ b/ProxySuper.Core/Services/XrayService.cs @@ -268,7 +268,7 @@ namespace ProxySuper.Core.Services } - #region 似有方法 + #region 私有方法 private void DoUploadCert(object sender, CancelEventArgs e) { @@ -424,7 +424,6 @@ namespace ProxySuper.Core.Services WriteToFile(configJson, "/etc/caddy/Caddyfile"); } - private void UninstallXray() { Progress.Desc = "关闭Xray服务"; diff --git a/ProxySuper.WPF/Views/V2ray/V2rayConfigView.xaml b/ProxySuper.WPF/Views/V2ray/V2rayConfigView.xaml index 1bd3a07..728e2ab 100644 --- a/ProxySuper.WPF/Views/V2ray/V2rayConfigView.xaml +++ b/ProxySuper.WPF/Views/V2ray/V2rayConfigView.xaml @@ -22,6 +22,7 @@ BorderThickness="1,0,1,0" BorderBrush="#DDD" TabStripPlacement="Left" + x:Name="TabCtrl" SelectionChanged="BuildQrCode"> Date: Sat, 27 Nov 2021 11:50:58 +0800 Subject: [PATCH 48/50] update --- ProxySuper.Core/Services/ServiceBase.cs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ProxySuper.Core/Services/ServiceBase.cs b/ProxySuper.Core/Services/ServiceBase.cs index 75f677a..d3dbd80 100644 --- a/ProxySuper.Core/Services/ServiceBase.cs +++ b/ProxySuper.Core/Services/ServiceBase.cs @@ -327,7 +327,7 @@ namespace ProxySuper.Core.Services var result = RunCmd("id -u"); if (!result.Equals("0\n")) { - throw new Exception("ProxySU需要使用Root用户进行安装!"); + throw new Exception("请使用Root权限账户登录!"); } } @@ -365,6 +365,9 @@ namespace ProxySuper.Core.Services public void InstallSystemTools() { + Progress.Desc = ("更新安装包"); + RunUpdateCmd(); + Progress.Desc = ("安装sudo工具"); InstallSoftware("sudo"); @@ -768,6 +771,22 @@ namespace ProxySuper.Core.Services } } + private void RunUpdateCmd() + { + if (CmdType == CmdType.Apt) + { + RunCmd($"apt update -y"); + } + else if (CmdType == CmdType.Yum) + { + RunCmd($"yum update -y"); + } + else + { + RunCmd($"dnf update -y"); + } + } + private ConnectionInfo CreateConnectionInfo() { From ef5bb6d977d09073a2ac9aa79a089f70b32cf6bc Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:28:25 +0800 Subject: [PATCH 49/50] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5360c57..f36385d 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,6 @@ CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 | CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | | cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | | 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | -| 水墨云活动 | 香港 移动电信直连 | 1 核 512 | 1000GB | 199人民币/年 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=852) | -| 水墨云活动 | 香港 三网直连 | 1 核 512 | 500GB | 199人民币/年 | [链接](https://www.inkisp.com/aff.php?aff=468&pid=851) | - From d815152d2d79ca86faf8936bf3a6f3e1956f868e Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:10:06 +0800 Subject: [PATCH 50/50] Update README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index f36385d..a58fea9 100644 --- a/README.md +++ b/README.md @@ -112,22 +112,5 @@ Microsoft [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-fram 在使用遇到问题时,请先看一下[常见问题集锦](https://github.com/proxysu/windows/wiki/CommonError),如果还不能解决,可以到以上平台询问,个人精力有限,尽力解答。 -## 云主机 - -下面连接购买,作者可获得推广佣金,谢谢支持! -以下是国内优化线路、比较实惠的vps。 - -延迟参考:中国华北地区,联通。 -CloudPower:gia线路,ping 稳定在170 ms,已使用半年多。 -水墨云:买过香港GIA三网直连,ping 稳定在 65ms,已使用半年多。 -**水墨云支付宝支付是国内企业注册,需要注意安全.** - -| 商家 | 线路 | 配置 | 流量 | 价格 | 连接 | -| ---------- | ------------- | --------- | ------ | --------- | -------------------------------------------------------------- | -| CloudPower | CN2 GIA | 1 核 1G | 500GB | 36.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=150) | -| CloudPower | AS9929 | 1 核 1G | 500GB | 29.99/年 | [链接](https://cloudpowerall.com/aff.php?aff=3225&pid=149) | -| cloudcone | CN2 GIA | 1 核 512M | 500GB | $40/年 | [链接](https://app.cloudcone.com/compute/1024/create?ref=7021) | -| 搬瓦工 | CN2 GT | 1 核 1G | 1000GB | $49.99/年 | [链接](https://bandwagonhost.com/aff.php?aff=66053&pid=57) | -