mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-28 05:46:19 +00:00
13 lines
159 B
C#
13 lines
159 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EInboundProtocol
|
|
{
|
|
socks = 0,
|
|
socks2,
|
|
socks3,
|
|
pac,
|
|
api,
|
|
api2,
|
|
mixed,
|
|
speedtest = 21
|
|
}
|