Browse Source

Correct loopback example

"tag" was written instead of "inboundTag" in the example which caused much frustration for me when I was trying to configure my server using the example provided.
I corrected it to spare others from having the same problem.
pull/505/head
pulsarice 7 months ago committed by GitHub
parent
commit
ee570bf9db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/config/outbounds/loopback.md

2
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", "protocol": "loopback",
"tag": "need-to-split", "tag": "need-to-split",
"settings": { "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
} }
}, },
{ {

Loading…
Cancel
Save