Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

remove incorrect statement about dns addresses in README #100

Merged
merged 1 commit into from
Sep 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ Examples:
|----------------------------|----------------------------------------------------|
| `/ip4/1.2.3.4/tcp/1234` | IPv4: 1.2.3.4, TCP port 1234 |
| `/ip6/::1/tcp/1234` | IPv6 loopback, TCP port 1234 |
| `/dns4/example.com/tcp/80` | DNS over IPv4, hostname `example.com`, TCP port 80 |


Support for IP layer protocols is provided by the
[go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) module.

## Security and Multiplexing

Expand Down