Variable: socks-nslookup-program

socks-nslookup-program is a customizable variable defined in socks.el.gz.

Value

"nslookup"

Documentation

If non-nil then a string naming the nslookup program.

Source Code

;; Defined in /usr/src/emacs/lisp/net/socks.el.gz
(defcustom socks-nslookup-program "nslookup"
  "If non-nil then a string naming the nslookup program."
  :type '(choice (const :tag "None" :value nil) string))