Skip to content

Commit

Permalink
feat: add name server record support (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwlee authored Sep 4, 2024
1 parent 3a599c3 commit ad54765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/dids/did_dht/dns_packet/rdata_codecs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:web5/src/dids/did_dht/dns_packet/txt_data.dart';
class RDataCodecs {
static final Map<RecordType, Codec> _codecs = {
RecordType.TXT: TxtData.codec,
RecordType.NS: TxtData.codec,
};

static EncodeResult encode(
Expand Down

0 comments on commit ad54765

Please sign in to comment.