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.
--
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english
