From 88f8a14a07dc6e36cd73c05d787ba5dbeba42c27 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Thu, 18 Jul 2019 02:31:59 +0200 Subject: [PATCH] Remove whois.bgpmon.net from the list of RIPE-like servers It does not support the longer version strings which are used by the program since bfc8c6bf9ccb6c43f3ef46d218c9cf0f9a85319a and the operators are unresponsive. --- data.h | 1 - 1 file changed, 1 deletion(-) diff --git a/data.h b/data.h index 08f315b..b7f002e 100644 --- a/data.h +++ b/data.h @@ -17,7 +17,6 @@ const char *ripe_servers[] = { "whois.arnes.si", "whois.nic.ir", "whois.ra.net", - "whois.bgpmon.net", NULL };