[PATCH] Bug 9076 - Whois using a non working host for queries by default
Vito Mulè
mule.vito at gmail.com
Mon Jul 4 16:24:56 UTC 2016
Patch attached in the bug:
https://bugs.busybox.net/show_bug.cgi?id=9076
Signed-off-by: vmule <mulevito at gmail.com>
diff --git a/networking/whois.c b/networking/whois.c
index bf33033..5a3dc51 100644
--- a/networking/whois.c
+++ b/networking/whois.c
@@ -48,7 +48,7 @@ int whois_main(int argc, char **argv)
MAIN_EXTERNALLY_VISIBLE;
int whois_main(int argc UNUSED_PARAM, char **argv)
{
int port = 43;
- const char *host = "whois-servers.net";
+ const char *host = "whois.nic.it.";
opt_complementary = "-1:p+";
getopt32(argv, "h:p:", &host, &port);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20160704/df7aaf17/attachment.html>
More information about the busybox
mailing list