Skip to content

Outbound Override

Override options applied to all outbounds in the provider.

Structure

{
  "tag_prefix": "",
  "tag_suffix": "",

  ... // Dial Fields
  ... // TLS Fields
}

Fields

tag_prefix

Prefix added to the tag of every outbound in the provider.

tag_suffix

Suffix added to the tag of every outbound in the provider.

Dial Fields

Fields set here override the corresponding fields of outbounds in the provider, see Dial Fields for details.

detour is only applied when the outbound does not have its own detour.

TLS Fields

TLS fields set here override the corresponding fields of outbounds in the provider, see TLS for details.

Supported fields: enabled, disable_sni, server_name, insecure, kernel_tx and kernel_rx.