Get desktop application:
View/edit binary Protocol Buffers messages
Config is the master config of V2Ray. V2Ray takes this config as input and functions accordingly.
Inbound handler configurations. Must have at least one item.
Outbound handler configurations. Must have at least one item. The first item is used as default for routing.
App is for configurations of all features in V2Ray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
Transport settings. Deprecated. Each inbound and outbound should choose their own transport config. Date to remove: 2020-01-13
Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray. V2Ray will ignore such config during initialization.
InboundHandlerConfig is the configuration for inbound handler.
Used in:
,Tag of the inbound handler. The tag must be unique among all inbound handlers
Settings for how this inbound proxy is handled.
Settings for inbound proxy. Must be one of the inbound proxies.
OutboundHandlerConfig is the configuration for outbound handler.
Used in:
,Tag of this outbound handler.
Settings for how to dial connection for this outbound handler.
Settings for this outbound proxy. Must be one of the outbound proxies.
If not zero, this outbound will be expired in seconds. Not used for now.
Comment of this outbound handler. Not used for now.