Variable: nntp-via-address
nntp-via-address is a variable defined in nntp.el.gz.
Value
nil
Documentation
Address of an intermediate host to connect to.
This variable is used by the various nntp-open-via-* methods.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-via-address nil
"Address of an intermediate host to connect to.
This variable is used by the various nntp-open-via-* methods.")