Variable: socks-noproxy

socks-noproxy is a variable defined in socks.el.gz.

Value

nil

Documentation

List of regexps matching hosts that we should not socksify connections to.

Source Code

;; Defined in /usr/src/emacs/lisp/net/socks.el.gz
;; Replacement functions for open-network-stream, etc.
(defvar socks-noproxy nil
  "List of regexps matching hosts that we should not socksify connections to.")