mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-18 06:14:39 +00:00
14 lines
170 B
C#
14 lines
170 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EInboundProtocol
|
|
{
|
|
socks = 0,
|
|
socks2,
|
|
socks3,
|
|
pac,
|
|
api,
|
|
api2,
|
|
mixed,
|
|
split,
|
|
speedtest = 21
|
|
}
|