From 1b53ae755a154e5d3adbcc66546eba63e0d6f178 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 6 Oct 2013 10:21:44 +0000 Subject: whoisd... don't remember. added ipv6 address for my nameserver does anyone still use bind_tld_zonefile? upgraded bind_tld_zonefile.sh to use ipv6 in one place and rDNS in another --- db/dom/ano/allowed/ns/ns6.allowed.ano | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/dom/ano/allowed/ns/ns6.allowed.ano (limited to 'db') diff --git a/db/dom/ano/allowed/ns/ns6.allowed.ano b/db/dom/ano/allowed/ns/ns6.allowed.ano new file mode 100644 index 0000000..542e31a --- /dev/null +++ b/db/dom/ano/allowed/ns/ns6.allowed.ano @@ -0,0 +1 @@ +fd63:1e39:6f73:2929::1 -- cgit v1.2.3 From e7bde38e95ebe5dda85bce3adb6d3f5c8db9c6e4 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 6 Oct 2013 11:04:27 +0000 Subject: added whois.ano ofc. --- db/dom/ano/whois/ns/ns.whois.ano | 0 db/dom/ano/whois/owner | 1 + 2 files changed, 1 insertion(+) create mode 100644 db/dom/ano/whois/ns/ns.whois.ano create mode 100644 db/dom/ano/whois/owner (limited to 'db') diff --git a/db/dom/ano/whois/ns/ns.whois.ano b/db/dom/ano/whois/ns/ns.whois.ano new file mode 100644 index 0000000..e69de29 diff --git a/db/dom/ano/whois/owner b/db/dom/ano/whois/owner new file mode 100644 index 0000000..3aea3d0 --- /dev/null +++ b/db/dom/ano/whois/owner @@ -0,0 +1 @@ +epoch -- cgit v1.2.3 From e4734d7592a11fbb206b4da851f7b1cd8d10b7c8 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 28 Oct 2013 04:16:16 +0000 Subject: fixed the ns.whois.ano thing... don't remember what I did to whoisd.pl. Oh well. --- contrib/whoisd/whoisd.pl | 8 +++++++- db/dom/ano/whois/ns/ns.whois.ano | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/contrib/whoisd/whoisd.pl b/contrib/whoisd/whoisd.pl index 158c075..67636c9 100755 --- a/contrib/whoisd/whoisd.pl +++ b/contrib/whoisd/whoisd.pl @@ -6,11 +6,17 @@ use strict; +#maybe chroot this whoisd? my $RESDB = "/services/resdb/resdb"; my $HACK=0; my $QUERY=; $QUERY =~ s/\r\n//g; +$QUERY =~ s/\///g; +if($QUERY eq '') { + printf "%% error. no query. wtf?"; + exit 0; +} my $out; my $title; my $value; @@ -97,7 +103,7 @@ if($QUERY =~ m/\./) { } # default to assuming it is a name. -printf "%% user section for %s\n", $QUERY unless $HACK; +printf "%% user section for '%s'\n", $QUERY unless $HACK; chdir("$RESDB/db/usr") || die "%% error"; if(chdir($QUERY)) { diff --git a/db/dom/ano/whois/ns/ns.whois.ano b/db/dom/ano/whois/ns/ns.whois.ano index e69de29..cb39eef 100644 --- a/db/dom/ano/whois/ns/ns.whois.ano +++ b/db/dom/ano/whois/ns/ns.whois.ano @@ -0,0 +1 @@ +1.41.41.1 -- cgit v1.2.3