feat: support socks5 authentication

This commit is contained in:
ChsBuffer
2020-10-12 22:18:56 +08:00
parent 18b905ed0c
commit 202fdfe5a0
9 changed files with 69 additions and 33 deletions

View File

@@ -41,8 +41,6 @@ namespace Netch.Models
/// </summary>
public int Delay = -1;
public bool IsSocks5() => Type == "Socks5";
/// <summary>
/// 获取备注
/// </summary>