protodoc.io
Project v2ray/v2ray-core
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
v2ray.core
v2ray.core.app.commander
v2ray.core.app.dispatcher
v2ray.core.app.dns
v2ray.core.app.log
v2ray.core.app.log.command
v2ray.core.app.policy
v2ray.core.app.proxyman
v2ray.core.app.proxyman.command
v2ray.core.app.reverse
v2ray.core.app.router
v2ray.core.app.router.command
v2ray.core.app.stats
v2ray.core.app.stats.command
v2ray.core.common.log
v2ray.core.common.net
v2ray.core.common.protocol
v2ray.core.common.serial
v2ray.core.proxy.blackhole
v2ray.core.proxy.dns
v2ray.core.proxy.dokodemo
v2ray.core.proxy.freedom
v2ray.core.proxy.http
v2ray.core.proxy.mtproto
v2ray.core.proxy.shadowsocks
v2ray.core.proxy.socks
v2ray.core.proxy.trojan
v2ray.core.proxy.vless
v2ray.core.proxy.vless.encoding
v2ray.core.proxy.vless.inbound
v2ray.core.proxy.vless.outbound
v2ray.core.proxy.vmess
v2ray.core.proxy.vmess.inbound
v2ray.core.proxy.vmess.outbound
v2ray.core.transport
v2ray.core.transport.internet
v2ray.core.transport.internet.domainsocket
v2ray.core.transport.internet.headers.http
v2ray.core.transport.internet.headers.noop
v2ray.core.transport.internet.headers.srtp
v2ray.core.transport.internet.headers.tls
v2ray.core.transport.internet.headers.utp
v2ray.core.transport.internet.headers.wechat
v2ray.core.transport.internet.headers.wireguard
v2ray.core.transport.internet.http
v2ray.core.transport.internet.kcp
v2ray.core.transport.internet.quic
v2ray.core.transport.internet.tcp
v2ray.core.transport.internet.tls
v2ray.core.transport.internet.udp
v2ray.core.transport.internet.websocket
v2ray.core.transport.internet.xtls
v2ray.core.app.proxyman.command
HandlerService
AddInbound
AddOutbound
AlterInbound
AlterOutbound
RemoveInbound
RemoveOutbound
AddInboundRequest
AddInboundResponse
AddOutboundRequest
AddOutboundResponse
AddUserOperation
AlterInboundRequest
AlterInboundResponse
AlterOutboundRequest
AlterOutboundResponse
Config
RemoveInboundRequest
RemoveInboundResponse
RemoveOutboundRequest
RemoveOutboundResponse
RemoveUserOperation
package
v2ray.core.app.proxyman.command
Get desktop application:
View/edit binary Protocol Buffers messages
service
HandlerService
command.proto:59
rpc
AddInbound
(
AddInboundRequest
,
AddInboundResponse
)
command.proto:60
message
AddInboundRequest
command.proto:21
optional
InboundHandlerConfig
inbound
= 1
message
AddInboundResponse
command.proto:25
(message has no fields)
rpc
RemoveInbound
(
RemoveInboundRequest
,
RemoveInboundResponse
)
command.proto:62
message
RemoveInboundRequest
command.proto:27
string
tag
= 1
message
RemoveInboundResponse
command.proto:31
(message has no fields)
rpc
AlterInbound
(
AlterInboundRequest
,
AlterInboundResponse
)
command.proto:64
message
AlterInboundRequest
command.proto:33
string
tag
= 1
optional
common.serial.TypedMessage
operation
= 2
message
AlterInboundResponse
command.proto:38
(message has no fields)
rpc
AddOutbound
(
AddOutboundRequest
,
AddOutboundResponse
)
command.proto:66
message
AddOutboundRequest
command.proto:40
optional
OutboundHandlerConfig
outbound
= 1
message
AddOutboundResponse
command.proto:44
(message has no fields)
rpc
RemoveOutbound
(
RemoveOutboundRequest
,
RemoveOutboundResponse
)
command.proto:68
message
RemoveOutboundRequest
command.proto:46
string
tag
= 1
message
RemoveOutboundResponse
command.proto:50
(message has no fields)
rpc
AlterOutbound
(
AlterOutboundRequest
,
AlterOutboundResponse
)
command.proto:70
message
AlterOutboundRequest
command.proto:52
string
tag
= 1
optional
common.serial.TypedMessage
operation
= 2
message
AlterOutboundResponse
command.proto:57
(message has no fields)
message
AddUserOperation
command.proto:13
optional
common.protocol.User
user
= 1
message
Config
command.proto:73
(message has no fields)
message
RemoveUserOperation
command.proto:17
string
email
= 1