mirror of
https://github.com/netchx/netch.git
synced 2026-03-24 18:39:47 +08:00
10 lines
162 B
C#
10 lines
162 B
C#
namespace Netch.Enums
|
|
{
|
|
public enum ModeType
|
|
{
|
|
Process = 0,
|
|
ProxyRuleIPs = 1,
|
|
BypassRuleIPs = 2,
|
|
Pcap2Socks = 6
|
|
}
|
|
} |