mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-18 08:39:43 +05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3697de973c | ||
|
|
3e575cc485 | ||
|
|
1675c67ddd |
5
v2rayN/v2rayN/Forms/AddServer5Form.Designer.cs
generated
5
v2rayN/v2rayN/Forms/AddServer5Form.Designer.cs
generated
@@ -117,12 +117,13 @@
|
|||||||
//
|
//
|
||||||
// cmbFlow
|
// cmbFlow
|
||||||
//
|
//
|
||||||
this.cmbFlow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
this.cmbFlow.FormattingEnabled = true;
|
this.cmbFlow.FormattingEnabled = true;
|
||||||
this.cmbFlow.Items.AddRange(new object[] {
|
this.cmbFlow.Items.AddRange(new object[] {
|
||||||
resources.GetString("cmbFlow.Items"),
|
resources.GetString("cmbFlow.Items"),
|
||||||
resources.GetString("cmbFlow.Items1"),
|
resources.GetString("cmbFlow.Items1"),
|
||||||
resources.GetString("cmbFlow.Items2")});
|
resources.GetString("cmbFlow.Items2"),
|
||||||
|
resources.GetString("cmbFlow.Items3"),
|
||||||
|
resources.GetString("cmbFlow.Items4")});
|
||||||
resources.ApplyResources(this.cmbFlow, "cmbFlow");
|
resources.ApplyResources(this.cmbFlow, "cmbFlow");
|
||||||
this.cmbFlow.Name = "cmbFlow";
|
this.cmbFlow.Name = "cmbFlow";
|
||||||
//
|
//
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@ namespace v2rayN
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// SpeedTestUrl
|
/// SpeedTestUrl
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string SpeedTestUrl = @"http://speedtest-sgp1.digitalocean.com/10mb.test";
|
public const string SpeedTestUrl = @"http://cachefly.cachefly.net/10mb.test";
|
||||||
public const string SpeedPingTestUrl = @"https://www.google.com/generate_204";
|
public const string SpeedPingTestUrl = @"https://www.google.com/generate_204";
|
||||||
public const string AvailabilityTestUrl = @"https://www.google.com/generate_204";
|
public const string AvailabilityTestUrl = @"https://www.google.com/generate_204";
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ namespace v2rayN.Handler
|
|||||||
vmess = new List<VmessItem>(),
|
vmess = new List<VmessItem>(),
|
||||||
|
|
||||||
//Mux
|
//Mux
|
||||||
muxEnabled = true,
|
muxEnabled = false,
|
||||||
|
|
||||||
////默认监听端口
|
////默认监听端口
|
||||||
//config.pacPort = 8888;
|
//config.pacPort = 8888;
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ namespace v2rayN.Mode
|
|||||||
|
|
||||||
public string getSummary()
|
public string getSummary()
|
||||||
{
|
{
|
||||||
string summary = string.Format("{0}-", ((EConfigType)configType).ToString());
|
string summary = string.Format("[{0}] ", ((EConfigType)configType).ToString());
|
||||||
string[] arrAddr = address.Split('.');
|
string[] arrAddr = address.Split('.');
|
||||||
string addr;
|
string addr;
|
||||||
if (arrAddr.Length > 2)
|
if (arrAddr.Length > 2)
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
|
|||||||
// 方法是按如下所示使用“*”:
|
// 方法是按如下所示使用“*”:
|
||||||
//[assembly: AssemblyVersion("1.0.*")]
|
//[assembly: AssemblyVersion("1.0.*")]
|
||||||
//[assembly: AssemblyVersion("1.0.0")]
|
//[assembly: AssemblyVersion("1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("3.25")]
|
[assembly: AssemblyFileVersion("3.26")]
|
||||||
|
|||||||
Reference in New Issue
Block a user