mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
Global.Settings.ProcessProxyProtocol
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using Netch.Utils;
|
||||
|
||||
namespace Netch.Models
|
||||
{
|
||||
@@ -179,12 +180,7 @@ namespace Netch.Models
|
||||
/// <summary>
|
||||
/// 不代理TCP
|
||||
/// </summary>
|
||||
public bool ProcessNoProxyForTcp { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 不代理UDP
|
||||
/// </summary>
|
||||
public bool ProcessNoProxyForUdp { get; set; } = false;
|
||||
public PortType ProcessProxyProtocol { get; set; } = PortType.Both;
|
||||
|
||||
/// <summary>
|
||||
/// 快捷配置数量
|
||||
|
||||
Reference in New Issue
Block a user