--- "Joshua D. Drake" <[EMAIL PROTECTED]> wrote:
It is not fully debugged, but this is what I wrote a
few months ago for sh*ts and grins.
/* djenkins, 2005-7-22
Implements poor-man's reverse DNS lookup tool for use
in
Postgresql SQL functions.
CREATE FUNCTION reverse_dns_lookup
Bruno Wolff III wrote:
On Wed, Oct 19, 2005 at 14:36:46 +0200,
Marcel Gsteiger <[EMAIL PROTECTED]> wrote:
Hi all
Does anybody know how I could create a database function that accepts
an INET parameter and reverse-lookups the hostname via DNS PTR lookup?
Something like the dnsname command l
On Wed, Oct 19, 2005 at 14:36:46 +0200,
Marcel Gsteiger <[EMAIL PROTECTED]> wrote:
> Hi all
>
> Does anybody know how I could create a database function that accepts
> an INET parameter and reverse-lookups the hostname via DNS PTR lookup?
> Something like the dnsname command line utility in the
guage plperlu;
select gethostbyaddr('199.181.132.250'::inet);
-- Original Message ---
From: "Marcel Gsteiger" <[EMAIL PROTECTED]>
To:
Sent: Wed, 19 Oct 2005 14:36:46 +0200
Subject: [GENERAL] function that resolves IP addresses
> Hi all
>
>
am 19.10.2005, um 14:36:46 +0200 mailte Marcel Gsteiger folgendes:
> Hi all
>
> Does anybody know how I could create a database function that accepts
> an INET parameter and reverse-lookups the hostname via DNS PTR lookup?
> Something like the dnsname command line utility in the djbdns package. I
Marcel Gsteiger wrote:
Hi all
Does anybody know how I could create a database function that accepts
an INET parameter and reverse-lookups the hostname via DNS PTR lookup?
Something like the dnsname command line utility in the djbdns package. I
need this function for analyzing firewall logs store
Hi all
Does anybody know how I could create a database function that accepts
an INET parameter and reverse-lookups the hostname via DNS PTR lookup?
Something like the dnsname command line utility in the djbdns package. I
need this function for analyzing firewall logs stored in the database
with ul