mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-20 09:41:41 +03:00
17748f2b7b
* Add missing `loopback` (Chinese version) * Add `loopback` (Einglish version) * Clearify
499 B
499 B
Loopback
Loopback is an outbound protocol. It can send traffics through corresponding outbound to routing inbound, thus rerouting traffics to other routing rules without leaving Xray-core.
OutboundConfigurationObject
{
"inboundTag": "TagUseAsInbound"
}
inboundTag
: string
Use as an inbound tag for routing.
This tag can be used as inboundTag
in routing rules, all traffics going through this outbound can be rerouted with routing rules with corresponding inbound tag.