|
From: | Wang Kai |
Subject: | Is there any way to use Gnus with socks5 proxy? |
Date: | Wed, 03 Jan 2018 17:51:38 +0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) |
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. --
[Prev in Thread] | Current Thread | [Next in Thread] |