diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-03-05 12:42:14 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-03-05 12:42:14 +0000 |
commit | a7c338503e4ee3d56a7a9a8946b04821ba242f94 (patch) | |
tree | fb92bd47aa391c193fc0a69210c72ac138569f29 /usr.sbin | |
parent | 8a43381e1bf18930319a64076564129caff97331 (diff) |
switch to whois.radb.net. The RIPE whois server shows problems, indefinately
hanging connection for a specific query (which works find against radb,
investigating with ripe pplz), and ripe doesn't mirror some important RRs
like ALTDB.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/whois.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/whois.c b/usr.sbin/bgpctl/whois.c index cecbf53e092..67446327840 100644 --- a/usr.sbin/bgpctl/whois.c +++ b/usr.sbin/bgpctl/whois.c @@ -1,4 +1,4 @@ -/* $OpenBSD: whois.c,v 1.1 2007/03/03 11:45:30 henning Exp $ */ +/* $OpenBSD: whois.c,v 1.2 2007/03/05 12:42:13 henning Exp $ */ /* * Copyright (c) 2007 Henning Brauer <henning@openbsd.org> @@ -71,7 +71,7 @@ char *qtype_opts[] = { "-K -T route -i origin" }; -char *server = "whois.ripe.net"; +char *server = "whois.radb.net"; char *port = "whois"; int |