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 c60a08d commit 4f82773Copy full SHA for 4f82773
index.js
@@ -9,7 +9,7 @@ const Multiaddr = require('multiaddr')
9
* https://foobar.com:8080 => /dns4/foobar.com/tcp/8080/https
10
* ws://foobar.com => /dns4/foobar.com/ws
11
* https://127.0.0.1:8080 => /ip4/127.0.0.1/tcp/8080/https
12
- * http://[::0]:8080 => /ip6/127.0.0.1/tcp/8080/https
+ * http://[::1]:8080 => /ip6/::1/tcp/8080/http
13
* tcp://foobar.com:8080 => /dns4/foobar.com/tcp/8080
14
* udp://foobar.com:8080 => /dns4/foobar.com/udp/8080
15
*/
0 commit comments