mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-02-22 01:13:14 +03:00
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.
This commit is contained in:
parent
c843d68302
commit
ee570bf9db
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -54,4 +54,4 @@ If you need to do some more detailed routing for traffics that have been routed
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user