mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 20:58:07 +00:00
14 lines
No EOL
207 B
C#
14 lines
No EOL
207 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EInboundProtocol
|
|
{
|
|
socks = 0,
|
|
socks2,
|
|
socks3,
|
|
pac,
|
|
api,
|
|
api2,
|
|
mixed,
|
|
speedtest = 21
|
|
}
|
|
} |