Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
3490635
support ws host
Nov 14, 2017
6fb5b7d
Update README.md
2dust Nov 23, 2017
7ad5d99
Update README.md
2dust Nov 23, 2017
ee3a470
add custom config
Nov 23, 2017
9331dca
add custom config
Nov 23, 2017
a41adbe
Create LICENSE
2dust Nov 24, 2017
892e848
Merge pull request #2 from 2dust/add-license-1
2dust Nov 24, 2017
117a2df
Update README.md
2dust Nov 27, 2017
3d59680
Update README.md
2dust Nov 27, 2017
d574d11
Update README.md
2dust Nov 27, 2017
0d6115f
Update README.md
2dust Nov 27, 2017
6edfed6
Support geoip geosite
Nov 27, 2017
8e64426
add s.s support
Feb 2, 2018
c7268cc
fixed autorun error
blue8228 Feb 13, 2018
6bd2ffc
Merge pull request #21 from blue8228/master
2dust Feb 22, 2018
537f13b
Support h2
Apr 11, 2018
0b692c9
support h2
Apr 26, 2018
0bbd540
issue
Apr 26, 2018
0e969e2
issue
Apr 26, 2018
dab292b
batch config
May 8, 2018
3166817
General update
Jun 1, 2018
2bdadb1
修复设置开机启动不成功的bug
j4587698 Jun 2, 2018
0fe6b16
修复64位版本自启动无效的问题
j4587698 Jun 2, 2018
84b896e
Merge pull request #88 from j4587698/master
2dust Jun 7, 2018
47e85a9
subscription
Jun 20, 2018
c1fee7b
update
Jul 25, 2018
9256867
Update README.md
2dust Jul 26, 2018
54eaede
解决窗体启动时会显示在Alt+Tab列表中的问题
Aug 17, 2018
1dee0b1
Suppot DPI aware #84
UiMomizi Aug 18, 2018
fb6c0a4
Merge pull request #137 from TobiichiAmane/master
2dust Aug 20, 2018
c55edf0
Merge pull request #139 from UiMomizi/uidev
2dust Aug 20, 2018
769edc3
update
Aug 20, 2018
f3d1d54
add wireguard
Sep 1, 2018
2c68397
Merge pull request #164 from Jrohy/master
2dust Sep 2, 2018
91a0d7a
update
Sep 29, 2018
20cd662
update
Sep 30, 2018
9ca59a1
Update README.md
2dust Sep 30, 2018
742e850
local
Nov 8, 2018
a44e965
new config
Dec 15, 2018
9fe3ec0
fix bug
Dec 27, 2018
87e3079
add DIDR
Jan 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。

### 预期行为
描述你认为应该发生什么

### 实际行为
描述实际发生了什么

### 复现方法
1.
2.
3.

### 日志信息,位置在当前目录下的guiLogs
<details>

```
在这里粘贴日志
```
</details>

### 环境信息

### 额外信息(可选)

11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################

/v2rayN/.vs/v2rayN/v15
/v2rayN/v2rayN/bin/Debug/app.publish
/v2rayN/v2rayN/bin/Debug
/v2rayN/v2rayN/obj/Debug
/v2rayN/.vs/v2rayN/DesignTimeBuild
/v2rayN/v2rayN/bin/Release
/v2rayN/v2rayN/obj/Release
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# v2rayN
# v2rayN

### How to use
- Download exe from release download
- Also need to download v2ray core in the same folder
- Run v2rayN.exe

### Requirements
- Microsoft [.NET Framework 4.6](https://docs.microsoft.com/zh-cn/dotnet/framework/install/guide-for-developers) or higher
- Project V core [https://github.com/v2ray/v2ray-core/releases](https://github.com/v2ray/v2ray-core/releases)

User manual
https://www.v2ray.com/

### Donate
If you like v2rayN and want to support the developer
BTC: [1K69UnL44D5psuSgwrzFQCdjnRbvd5taE3](https://blockchain.info/address/1K69UnL44D5psuSgwrzFQCdjnRbvd5taE3 "1K69UnL44D5psuSgwrzFQCdjnRbvd5taE3")
Paypal: [paypal.me/CaptainIronNG](https://www.paypal.me/CaptainIronNG/18 "paypal.me/CaptainIronNG")
Binary file modified v2rayN/v2rayN.v11.suo
Binary file not shown.
140 changes: 140 additions & 0 deletions v2rayN/v2rayN/Forms/AddServer2Form.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions v2rayN/v2rayN/Forms/AddServer2Form.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
using System;
using System.Windows.Forms;
using v2rayN.Handler;
using v2rayN.Mode;

namespace v2rayN.Forms
{
public partial class AddServer2Form : BaseForm
{
public int EditIndex { get; set; }
VmessItem vmessItem;

public AddServer2Form()
{
InitializeComponent();
}

private void AddServer2Form_Load(object sender, EventArgs e)
{
if (EditIndex >= 0)
{
BindingServer();
}
else
{
ClearServer();
}
}

/// <summary>
/// 绑定数据
/// </summary>
private void BindingServer()
{
vmessItem = config.vmess[EditIndex];
txtRemarks.Text = vmessItem.remarks;
txtAddress.Text = vmessItem.address;
txtAddress.ReadOnly = true;
}


/// <summary>
/// 清除设置
/// </summary>
private void ClearServer()
{
txtRemarks.Text = "";
}

private void btnOK_Click(object sender, EventArgs e)
{
string remarks = txtRemarks.Text;
if (Utils.IsNullOrEmpty(remarks))
{
UI.Show(UIRes.I18N("PleaseFillRemarks"));
return;
}
vmessItem.remarks = remarks;

if (ConfigHandler.EditCustomServer(ref config, vmessItem, EditIndex) == 0)
{
this.DialogResult = DialogResult.OK;
}
else
{
UI.Show(UIRes.I18N("OperationFailed"));
}
}

private void btnClose_Click(object sender, EventArgs e)
{
this.DialogResult = DialogResult.Cancel;
}
}
}
Loading