Get desktop application:
View/edit binary Protocol Buffers messages
Config is the master config of Xray. Xray 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 Xray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
Configuration for extensions. The config may not work if corresponding extension is not loaded into Xray. Xray 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.