mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 05:08:49 +00:00
13 lines
No EOL
187 B
C#
13 lines
No EOL
187 B
C#
namespace v2rayN.Model
|
|
{
|
|
public enum EInboundProtocol
|
|
{
|
|
socks = 0,
|
|
http,
|
|
socks2,
|
|
http2,
|
|
pac,
|
|
api,
|
|
speedtest = 21
|
|
}
|
|
} |