in reply to Re: deconstructing tinydns(djbdns) SRV records
in thread deconstructing tinydns(djbdns) SRV records
my $data = "\000\012\000\144\023\304\003pbx\007example\003com\000:3600 +"; $offset=0; ( $rr, $next ) = decode Net::DNS::RR( \$data, $offset); print "RR = $rr\n"; print "NEXT = $next\n"; exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: deconstructing tinydns(djbdns) SRV records
by Corion (Patriarch) on Aug 25, 2017 at 10:46 UTC |