Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: olizilla <[email protected]>
  • Loading branch information
lidel and olizilla authored Jan 24, 2019
1 parent c60a08d commit 4f82773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Multiaddr = require('multiaddr')
* https://foobar.com:8080 => /dns4/foobar.com/tcp/8080/https
* ws://foobar.com => /dns4/foobar.com/ws
* https://127.0.0.1:8080 => /ip4/127.0.0.1/tcp/8080/https
* http://[::0]:8080 => /ip6/127.0.0.1/tcp/8080/https
* http://[::1]:8080 => /ip6/::1/tcp/8080/http
* tcp://foobar.com:8080 => /dns4/foobar.com/tcp/8080
* udp://foobar.com:8080 => /dns4/foobar.com/udp/8080
*/
Expand Down

0 comments on commit 4f82773

Please sign in to comment.