Variable: whois-server-name
whois-server-name is a customizable variable defined in
net-utils.el.gz.
Value
"rs.internic.net"
Documentation
Default host name for the whois service.
Source Code
;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defcustom whois-server-name "rs.internic.net"
"Default host name for the whois service."
:type 'string)