From 4c0195367ba01f7164243ab62f8d936f6942c754 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 4 Jun 2019 10:08:35 -0400 Subject: proxy nntp through linux.gp --- .emacs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 29129bb..7006217 100644 --- a/.emacs +++ b/.emacs @@ -105,7 +105,16 @@ (use-package gnus :custom - gnus-select-method '(nntp "news.club.cc.cmu.edu")) + (gnus-select-method + '(nntp "news.club.cc.cmu.edu" + (nntp-address "news.club.cc.cmu.edu") + (nntp-via-address "linux.gp.cs.cmu.edu") + (nntp-via-rlogin-command "ssh") + (nntp-via-rlogin-command-switches ("-C")) + (nntp-open-connection-function nntp-open-via-rlogin-and-netcat))) + :config + (add-to-list gnus-secondary-select-methods + '(nntp "news.gmane.org"))) (use-package haskell-mode :ensure t -- cgit v1.2.3