From 866a957255d6f98b104ba8d5f0cd18573ed9390b Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Fri, 16 Aug 2024 16:40:47 +0800 Subject: [PATCH] Update README.md (add ws://) (#543) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d667e6..417b93e 100644 --- a/README.md +++ b/README.md @@ -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: