info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing servers with same DNS IP Address value


From: Adam Sjøgren
Subject: Re: Changing servers with same DNS IP Address value
Date: Tue, 24 Oct 2023 07:57:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Pankaj writes:

>  '(gnus-secondary-select-methods
>    '(
>      (nntp "news.gwene.org")  ; Gmane
>      (nnml "")                ; /var/spool/mail
>
> If I update the server to "news.gmane.io", will I need to modify all the
> entries in the "~/.newsrc.eld" file?

You can set the nntp-address, avoiding it defaulting to your
configuration's server name.

Eg I have:

  (nntp "gm"
        (nntp-address "news.gmane.io"))
  (nntp "fb"
        (nntp-address "feedbase.org"))

So you can go:

  (nntp "news.gwene.org"
        (nntp-address "news.gmane.io"))

and keep your entries the same, while connecting to news.gmane.io
instead.


  Best regards,

    Adam

-- 
 "Not The Same"                                             Adam Sjøgren
                                                       asjo@koldfront.dk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]