mirror of
https://github.com/yggdrasil-network/public-peers.git
synced 2024-11-23 05:09:22 +02:00
Update README.md (add ws://) (#543)
This commit is contained in:
parent
39235078a8
commit
866a957255
|
@ -45,6 +45,8 @@ URI format: `[protocol]://[host]:[port]?[options]`
|
|||
- UNIX sockets: `unix://`
|
||||
- QUIC (v0.5.0+): `quic://`
|
||||
- TLS over SOCKS5 (v0.5.2+): `sockstls://[proxyhost]:[proxyport]/[host]:[port]`
|
||||
- WebSocket (v0.5.7+): `ws://`
|
||||
- WebSocket over HTTPS (v0.5.7+): `wss://`
|
||||
|
||||
Yggdrasil supports basic authentication for SOCKS5 using credentials in the URI like this:
|
||||
|
||||
|
|
Loading…
Reference in New Issue