Patch attached in the bug:
https://bugs.busybox.net/show_bug.cgi?id=9076
Signed-off-by: vmule <[email protected]>
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);
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox