diff --git a/docs/en/config/outbounds/loopback.md b/docs/en/config/outbounds/loopback.md index 6405e258b..257a00b03 100644 --- a/docs/en/config/outbounds/loopback.md +++ b/docs/en/config/outbounds/loopback.md @@ -27,7 +27,7 @@ If you need to do some more detailed routing for traffics that have been routed "protocol": "loopback", "tag": "need-to-split", "settings": { - "tag": "traffic-input" // This tag will be used as the inboundTag inside the RuleObject + "inboundTag": "traffic-input" // This tag will be used as the inboundTag inside the RuleObject } }, { @@ -54,4 +54,4 @@ If you need to do some more detailed routing for traffics that have been routed ] } } -``` \ No newline at end of file +```