in reply to Re: net::dns::update and in-addr.arpa ??
in thread net::dns::update and in-addr.arpa ??
answers to the questions:. my $update = Net::DNS::Update->new(foo.com); $update->push("pre", nxrrset("3.13.168.192.in-addr.arpa. PTR testhost. +foo.com.")); $update->push("update", rr_add("$3.13.168.192.in-addr.arpa. 86400 IN P +TR testhost.foo.com.")); my $res = Net::DNS::Resolver->new; $res->nameservers(nameserver.foo.com); my $reply = $res->send($update); .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: net::dns::update and in-addr.arpa ??
by traveler (Parson) on Nov 05, 2002 at 14:46 UTC | |
by Anonymous Monk on Feb 02, 2012 at 21:18 UTC | |
by Anonymous Monk on Feb 08, 2012 at 02:07 UTC |