Kobe Arthur Scofield 17748f2b7b
添加 loopback 出站文档内容 (#477)
* Add missing `loopback` (Chinese version)

* Add `loopback` (Einglish version)

* Clearify
2024-03-04 10:58:39 -05:00

18 lines
499 B
Markdown

# 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
```json
{
"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.