Update loopback.md (#488)

pull/489/head
チセ 2024-03-16 23:03:03 +08:00 committed by GitHub
parent 0b08ea2f65
commit 55d1f2782d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Loopback 是个出站数据协议,其作用为将经该出站传出的数据
如果需要将已经通过路由规则分流过的流量再由其它路由规则做更细致的分流,比如由同一组路由规则分流后的 TCP 流量和 UDP 要走不同的出站,则可以使用 `loopback` 出站完成。
``` jsonc
``` json
{
"outbounds": [
{
@ -54,4 +54,4 @@ Loopback 是个出站数据协议,其作用为将经该出站传出的数据
]
}
}
```
```