VLESS inbound: Add "reverses" to set reverse tag by client email#6311
Closed
kastov wants to merge 1 commit into
Closed
VLESS inbound: Add "reverses" to set reverse tag by client email#6311kastov wants to merge 1 commit into
kastov wants to merge 1 commit into
Conversation
Member
|
为什么要这样 会有非常巨大的reverse inbound users么 这是要做什么 或者你有用但是只是加速你自己的非常罕见的用例上的config解析 找不到其他人能用的地方 |
Contributor
Author
|
This is just syntax sugar for ease of use. We already have a "flow" at the same level as clients – #5023 In my opinion, flow or reverse (and in general "general" parameters) should have the ability to specify them "globally", outside of clients array. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
{ "protocol": "vless", "settings": { "decryption": "none", "flow": "xtls-rprx-vision", "clients": [ { "id": "27848739-7e62-4138-9fd3-098a63964b6b", "email": "home@example.com" }, { "id": "ac04551d-6ebf-4685-86e2-17c12491f7f4", "email": "roam@example.com" } ], "reverses": [ { "tag": "reverse-out", "email": [ "home@example.com", "roam@example.com" ] } ] } }