Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Is there any way to use Gnus with socks5 proxy?
@ 2018-01-03  9:51 Wang Kai
  0 siblings, 0 replies; only message in thread
From: Wang Kai @ 2018-01-03  9:51 UTC (permalink / raw)
  To: info-gnus-english


I have tried:

#+BEGIN_SRC elisp
  (setq url-gateway-method 'socks)
  (setq socks-server '("proxy_address" "127.0.0.1" 1080 5))
#+END_SRC

or

#+BEGIN_SRC elisp
  (setq url-proxy-services
        '(("http" . "http://127.0.0.1:1080")
          ("https" . "http://127.0.0.1:1080")))
#+END_SRC

both doesn't work.

--



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-03  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03  9:51 Is there any way to use Gnus with socks5 proxy? Wang Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).