protodoc.io
Project master-coder-ll/v2ray-web-manager
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.router
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.dokodemo
v2ray.core.proxy.freedom
v2ray.core.proxy.http
v2ray.core.proxy.shadowsocks
v2ray.core.proxy.socks
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.http
v2ray.core.transport.internet.kcp
v2ray.core.transport.internet.tcp
v2ray.core.transport.internet.tls
v2ray.core.transport.internet.websocket
v2ray.core.proxy.socks
Account
AuthType
ClientConfig
ServerConfig
package
v2ray.core.proxy.socks
Get desktop application:
View/edit binary Protocol Buffers messages
message
Account
config.proto:12
string
username
= 1
string
password
= 2
enum
AuthType
config.proto:17
Used in:
ServerConfig
NO_AUTH
= 0
PASSWORD
= 1
message
ClientConfig
config.proto:31
repeated
common.protocol.ServerEndpoint
server
= 1
message
ServerConfig
config.proto:22
AuthType
auth_type
= 1
map
<
string
,
string
> accounts
= 2
optional
common.net.IPOrDomain
address
= 3
bool
udp_enabled
= 4
uint32
timeout
= 5
uint32
user_level
= 6