Update README.md

This commit is contained in:
Alexander Ivanov 2024-02-18 17:06:34 +08:00 committed by GitHub
parent 9e638638a3
commit d4de00c112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,12 +41,14 @@ URI format: `[protocol]://[host]:[port]?[options]`
**Available protocols:**
- Cleartext TCP: `tcp://`
- TLS: `tls://`
- TCP over SOCKS5: `socks://`
- TCP over SOCKS5: `socks://[proxyhost]:[proxyport]/[host]:[port]`
- UNIX sockets: `unix://`
- QUIC (v0.5.0+): `quic://`
- TLS over SOCKS5 (v0.5.2+): `sockstls://`
- TLS over SOCKS5 (v0.5.2+): `sockstls://[proxyhost]:[proxyport]/[host]:[port]`
Yggdrasil supports basic authentication for SOCKS5 using credentials in the URI like this: `socks://user:password@host`
Yggdrasil supports basic authentication for SOCKS5 using credentials in the URI like this:
`socks://[username]:[password]@[proxyhost]:[proxyport]/[host]:[port]`
**Query options:**
- Public-key authentication: `?key=[publickey]` (can have multiple values)