diff options
author | Marco d'Itri <md@linux.it> | 2001-03-07 00:45:33 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:27 +0100 |
commit | ea3543984abefe28dfc377e54a4c3344bbc1d664 (patch) | |
tree | 119244bca74fa2e62f5720272d7d2eb37a35309b /data.h | |
parent | d4170f18798b33c454063395b9346eef7c1490c5 (diff) | |
download | whois-ea3543984abefe28dfc377e54a4c3344bbc1d664.tar.gz |
Imported Debian version 4.5.4v4.5.4
Diffstat (limited to 'data.h')
-rw-r--r-- | data.h | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -21,6 +21,7 @@ const char *ripe_servers[] = { "whois.restena.lu", "rr.level3.net", /* 3.0.0a13 */ "whois.arnes.si", + "rpsl.ripe.net", NULL }; @@ -54,7 +55,6 @@ const char *gtlds[] = { NULL }; -#ifdef HIDE_DISCL const char *hide_strings[] = { "The Data in Network", "this query", "The data in Register", "By submitting", @@ -63,19 +63,24 @@ const char *hide_strings[] = { "Signature Domains' Whois Service", "agree to abide by the above", "Access to ASNIC", "by this policy.", "* Copyright (C) 1998 by SGNIC", "* modification.", + "The Data in Gabia", "you agree to abide", NULL, NULL }; -#endif const char *nic_handles[] = { "net-", "whois.arin.net", "netblk-", "whois.arin.net", "asn-", "whois.arin.net", - "as-", "whois.ripe.net", "lim-", "whois.ripe.net", "coco-", "whois.corenic.net", "coho-", "whois.corenic.net", "core-", "whois.corenic.net", + /* RPSL objects */ + "as-", "whois.ripe.net", + "rs-", "whois.ripe.net", + "rtrs-", "whois.ripe.net", + "fltr-", "whois.ripe.net", + "prng-", "whois.ripe.net", NULL, NULL }; |