Skip to content

Commit 4f82773

Browse files
lidelolizilla
andauthored
Update index.js
Co-Authored-By: olizilla <[email protected]>
1 parent c60a08d commit 4f82773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Multiaddr = require('multiaddr')
99
* https://foobar.com:8080 => /dns4/foobar.com/tcp/8080/https
1010
* ws://foobar.com => /dns4/foobar.com/ws
1111
* 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
12+
* http://[::1]:8080 => /ip6/::1/tcp/8080/http
1313
* tcp://foobar.com:8080 => /dns4/foobar.com/tcp/8080
1414
* udp://foobar.com:8080 => /dns4/foobar.com/udp/8080
1515
*/

0 commit comments

Comments
 (0)