Skip to content

Commit 97a998d

Browse files
committed
Add DNS string to bytes
1 parent e0119dd commit 97a998d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/io/ipfs/multiaddr/Protocol.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ public byte[] addressToBytes(String addr) {
238238
dout.flush();
239239
return b.toByteArray();
240240
}
241+
case DNS:
241242
case DNS4:
242243
case DNS6:
243244
case DNSADDR: {

0 commit comments

Comments
 (0)