We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70441fa commit 7de87a3Copy full SHA for 7de87a3
websockets/README.md
@@ -62,6 +62,7 @@ Examples:
62
63
* `/ip4/192.0.2.0/tcp/1234/ws` (an insecure address with a TCP port)
64
* `/ip4/192.0.2.0/tcp/1234/tls/ws` (a secure address with a TCP port)
65
+* `/ip4/192.0.2.0/tcp/1234/tls/sni/foo.example.com/ws` (a secure address with resolved DNS address with explicit SNI value for TLS)
66
* `/ip4/192.0.2.0/ws` (an insecure address that defaults to TCP port 80)
67
* `/ip4/192.0.2.0/tls/ws` (a secure address that defaults to TCP port 443)
68
* `/ip4/192.0.2.0/wss` (`/tls` may be omitted when using `/wss`)
0 commit comments