Browse Source

Update README.md

Co-authored-by: Copilot <[email protected]>
pull/245/head
ssrlive 2 months ago
committed by GitHub
parent
commit
6f5872559a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      README.md

7
README.md

@ -42,8 +42,15 @@ The proxy server will receive the username in the format:
original_username|protocol|src_ip|src_port
```
`|` is a literal field delimiter in this format. The client does not escape `|` characters in
`original_username`, so when using `+info`, the original username must not contain `|` (including
a `|` introduced via percent-encoding in the proxy URL), otherwise the value becomes ambiguous for
server-side parsers.
For example, `user+info` becomes `user|tcp|10.0.0.5|54321`.
Servers should parse this as exactly four `|`-separated fields and reject usernames that do not
meet that requirement.
## Build
Clone the repository and `cd` into the project folder. Then run the following:
```

Loading…
Cancel
Save