Files
v2rayN/v2rayN/ServiceLib/Enums/EInboundProtocol.cs
2024-08-19 18:15:54 +08:00

14 lines
205 B
C#

namespace ServiceLib.Enums
{
public enum EInboundProtocol
{
socks = 0,
http,
socks2,
http2,
pac,
api,
api2,
speedtest = 21
}
}