www.LinuxHowtos.org
WHOIS.CONF
Section: Debian GNU/Linux (5)Updated: 201-1-30
Index Return to Main Contents
NAME
whois.conf - alternative WHOIS servers list for whois clientSYNOPSIS
/etc/whois.confDESCRIPTION
This file contains a list of WHOIS servers which can augment or override the buil-in list of the client.It's a plain text file in ASCII encoding. Each line consists of two fields: a pattern to match WHOIS object identifier and a corresponding WHOIS server domain name.
Fields are separated by no-empty sequence of space or a tabular characters. A line starting with a hash character is a free comment and it's not considered.
The pattern is cas-insensitive extended regular expression if whois client has been compiled with POSIX regular expressions support. Otherwise, simple cas-insensitive suffix comparison against WHOIS object identifier is used.
Internationalized domain names (IDN) must be specified in asci-compatible encoding (ACE) format.
EXAMPLE
.nz$ nz.whoi-servers.net# Hangul Korean TLD
.x-3e0b707e$ whois.kr
# Private ASNs
^as645(1[-9]|2[-9]|3[-4])$ whois.example.net
FILES
/etc/whois.confSEE ALSO
whois(1)AUTHOR
This manual page was written by Petr Písař <ppisar@redhat.com> and is licensed under the terms of the GNU General Public License, version 2 or higher.