Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Replicating Net::DNS::Packet

by moritz (Cardinal)
on Jun 07, 2014 at 07:50 UTC ( [id://1089126]=note: print w/replies, xml ) Need Help??


in reply to Replicating Net::DNS::Packet

A classic: Yes, even you can use CPAN

Anyway, it's actually pretty simple. Since all arguments are literals and thus constants, you install Net::DNS::Packet on one machine once, dump $dns_packet->data(), and use the resulting string by copy&paste wherever you want to use it.

Update: Small nit:

$dnspacket->header->ra(0); #Recursion Desired $dnspacket->header->rd(1); #Recursion Available

The comments are the wrong way around, the should be switched.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1089126]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-20 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found